Organization Schema
Organization is the foundational Schema.org type for describing a business. It includes the name, logo, contact information, social media profiles, and legal details.
Why It Matters for GEO
Organization schema establishes your company's identity for AI engines. It is the anchor point linking all your other entities (services, articles, people). Without it, AI cannot "recognize" your business.
How to Optimize
- Place on every page (via layout)
- Include logo, URL, and contact info
- Add sameAs links (LinkedIn, Twitter)
- Use a unique @id identifier
Example
{
"@type": "Organization",
"@id": "https://example.com/#org",
"name": "Acme Corp",
"url": "https://example.com",
"logo": "https://example.com/logo.png"
}