The following is an advanced example of markup for Organization following schema.org/Organization context. Use it to understand how you can explicitly structure relevant data about organizations, companies and government bodies on your own webpage resources.
The example, as all examples on XooCode uses the json+ld data language, as per google and schema.org recommendations. At XooCode we recommend to always and exclusively utilize json+ld for all markup, due to its readability and clear structure.
Full example of schema.org/Organization json-ld markup
The markup is verified as valid with Structured Data Testing Tool from Google as of 2024-11-19.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Xoo Code Inc.",
"url": "https://xoocode.com",
"legalName": "Xoo Code House Incorporated",
"leiCode": "549300TGFLH2QZV80T70",
"naics": "561499",
"duns": "739010039",
"taxID": "44-9008710",
"vatID": "902019881001",
"email": "info@xoocode.com",
"description": "XooCode is a company based in Vancouver Canada that codes and sells applications.",
"alternateName": [
"XooCode",
"Xoo"
],
"mainEntityOfPage": "https://techcrunch.com/news/xoo-code-funding-round-2",
"sameAs": "https://wikipedia.org/organization/xoo-code-inc",
"logo": "https://xoocode.com/images/xoo-code-company-logo.jpg",
"image": [
"https://xoocode.com/images/xoo-code-company-image-1.jpg",
"https://xoocode.com/images/xoo-code-company-image-2.jpg",
"https://xoocode.com/images/xoo-portrait-of-a-company.jpg"
],
"alumni": "Jane Xoo",
"award": "Rising Code Stars 2016",
"brand": [
"XooTee",
"XooShoes",
"XooPremium"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Vancouver",
"postalCode": "T1B 0K2",
"streetAddress": "12 Paray Road"
},
"contactPoint": {
"contactType": "PR",
"email": "presscore@xoocode.com",
"telephone": "+15556009212",
"productSupported": "XooPremium",
"hoursAvailable": [
"Mo-Fri 08:00-20:00",
"Sa-Su 10:00-18:00"
],
"url": "https://xoocode.com/press"
},
"founder": "Jim Xoo",
"foundingDate": "1904-08-10",
"numberOfEmployees": "240",
"seeks": "Fame"
}
</script>