Organiza
Entity
Organization
An organization such as a company, club, or institution. Helps Google understand your brand entity and can appear in Knowledge Panels.
Required Properties
name
Recommended Properties
url
logo
sameAs
contactPoint
address
telephone
description
JSON-LD Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "SEOCheckPilot",
"url": "https://seocheckpilot.com",
"logo": "https://seocheckpilot.com/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-555-0100",
"contactType": "customer support"
},
"sameAs": [
"https://twitter.com/seocheckpilot",
"https://linkedin.com/company/seocheckpilot"
]
}
</script>Test your Organization markup
Validate and generate Organization JSON-LD for your site