← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "Organization",
"name": "TechStart Inc.",
"url": "https://techstart.example.com",
"logo": "https://techstart.example.com/logo.png",
"description": "Leading technology startup accelerator.",
"email": "info@techstart.example.com",
"telephone": "+1-555-123-4567",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Innovation Drive",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94105",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-555-987-6543",
"contactType": "customer service"
},
"sameAs": [
"https://twitter.com/techstart",
"https://linkedin.com/company/techstart"
],
"foundingDate": "2020-03-15",
"legalName": "TechStart Incorporated",
"numberOfEmployees": {
"@type": "QuantitativeValue",
"value": 150
},
"taxID": "94-3456789",
"vatID": "DE123456789",
"naics": "541512",
"duns": "12-345-6789",
"identifier": "techstart-2020",
"image": {
"@type": "ImageObject",
"contentUrl": "https://techstart.example.com/office.jpg",
"url": "https://techstart.example.com/office.jpg",
"width": "1200",
"height": "800"
},
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/FollowAction",
"userInteractionCount": 15000
},
"agentInteractionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/WriteAction",
"userInteractionCount": 500
},
"leiCode": "529900T8BM49AURSDO55",
"iso6523Code": "0060:123456789",
"globalLocationNumber": "1234567890128",
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "US",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30
},
"hasMemberProgram": {
"@type": "MemberProgram",
"name": "TechStart Partners",
"description": "Partner membership program for strategic collaborators.",
"hasTiers": [
{
"@type": "MemberProgramTier",
"name": "Silver",
"hasTierBenefit": "https://schema.org/TierBenefitLoyaltyPoints"
}
]
}
}