Technical

Organization Schema

A Schema.org structured data type (Organization or LocalBusiness) that provides AI systems and search engines with explicit, machine-readable information about a business entity — its name, address, phone, website, social profiles, and key attributes.

What Is Organization Schema?

Organization schema refers to the use of Schema.org's Organization type (and its subtypes like LocalBusiness, Corporation, MedicalBusiness, LegalService, etc.) in JSON-LD structured data to provide search engines and AI systems with explicit, authoritative information about a business entity.

It is typically placed on a business's homepage and key landing pages to establish the foundational entity identity that AI and search engine systems use when understanding and recommending the business.

Why Organization Schema Is the Most Important Schema Type

Of all structured data types, Organization schema has the broadest impact on AI visibility because:

  1. It defines your entity — Organization schema tells AI systems "this website represents a specific real-world entity with these attributes"
  2. It establishes entity relationships — Via sameAs properties, it links your website entity to your profiles on Google, Yelp, LinkedIn, and other platforms
  3. It provides citable facts — Business name, location, phone, founding date, description — all in a machine-readable format
  4. It disambiguates your entity — The @id property provides a unique identifier that distinguishes your entity from similar businesses

Essential Organization Schema Properties

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://yourwebsite.com/#organization",
  "name": "Your Business Name",
  "legalName": "Your Business Legal Name LLC",
  "url": "https://yourwebsite.com",
  "logo": {
    "@type": "ImageObject",
    "url": "https://yourwebsite.com/logo.png"
  },
  "description": "Concise description of what your business does (2-3 sentences).",
  "foundingDate": "2018",
  "telephone": "+1-555-123-4567",
  "email": "contact@yourwebsite.com",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main Street",
    "addressLocality": "Austin",
    "addressRegion": "TX",
    "postalCode": "78701",
    "addressCountry": "US"
  },
  "sameAs": [
    "https://www.google.com/maps/place/...",
    "https://www.yelp.com/biz/...",
    "https://www.linkedin.com/company/...",
    "https://www.facebook.com/...",
    "https://twitter.com/..."
  ]
}

LocalBusiness vs. Organization

For businesses with a physical location or service area, use LocalBusiness (or a more specific subtype) rather than the generic Organization type:

  • LocalBusiness — Any business with a physical presence or service area
  • Restaurant, Dentist, LegalService, AutoRepair, etc. — Specific subtypes with additional relevant properties
  • Organization — For entities without a local physical component (holding companies, online-only businesses, brands)

The more specific the type, the better AI systems can understand and accurately categorize your business.

The sameAs Property: The Entity Linker

The sameAs array is perhaps the most AI-impactful property in Organization schema. It explicitly tells AI systems: "These different profiles all represent the same real-world entity."

Without sameAs, AI systems must infer these connections. With sameAs, the connection is explicit, improving entity confidence and recommendation accuracy.

Include sameAs URLs for every authoritative profile of your business:

  • Google Business Profile URL
  • Yelp business URL
  • LinkedIn company page URL
  • Facebook business page URL
  • Twitter/X profile URL
  • Apple Maps business URL
  • Industry-specific directories (Healthgrades, G2, Avvo, etc.)
  • Wikidata entry (if it exists)

Q: Should I put Organization schema on every page? A: Organization or LocalBusiness schema is typically placed in the global site template so it appears on every page. This reinforces the entity signal across all pages, not just the homepage.

Q: What's the difference between Organization schema and LocalBusiness schema? A: LocalBusiness is a subtype of Organization with additional properties specific to physical businesses (address, hours, geo-coordinates, service area). If you have a physical location or serve a geographic area, use LocalBusiness or a more specific subtype. If you're an online-only brand, Organization is appropriate.

See it in action

Measure your AI Visibility now

Get a free AI visibility report — see exactly how ChatGPT, Claude, Gemini, and Perplexity describe your business today.

Run my free scan

Free scan · No credit card · Results in ~60 seconds