Schema—Organization
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"legalName" : "",
"url": "",
"logo": "",
"foundingDate": "",
"founders": [
{
"@type": "Person",
"name": ""
},
{
"@type": "Person",
"name": ""
}
],
"address": {
"@type": "",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": ""
},
"contactPoint": {
"@type": "",
"contactType": "",
"telephone": "",
"email": ""
},
"sameAs": [
"",
"",
""
]
}
</script>