One organisation crystal connected to matching external identity mirrors
Organization Schema
sameAs
Entity SEO

Organization Schema and sameAs for Brand Entity Clarity

Implement accurate Organization structured data, stable entity identifiers and carefully selected sameAs links without making ranking promises.

July 13, 2026
8 min read
Chris Panteli

Organization structured data is a machine-readable statement about who your business is. Its purpose is entity clarity: connecting the legal or trading name, canonical website, logo, identifiers, contact details and genuinely equivalent external profiles. It does not manufacture authority and does not guarantee inclusion in an AI answer.

Google recommends adding Organization markup to the home page or a single page describing the organisation. The strongest implementation is small, accurate and governed.

Start with a brand fact sheet

Before writing JSON-LD, agree the facts:

  • preferred public name;
  • legal name, if different;
  • canonical home-page URL;
  • primary logo URL;
  • primary phone and contact route;
  • registered or trading address where appropriate;
  • relevant company, tax, VAT, LEI or sector identifiers;
  • official external profiles;
  • parent, subsidiary and location relationships.

Resolve conflicts across the website first. Structured data that contradicts the footer, contact page or regulator listing increases ambiguity.

Choose the correct type

Use the most specific Schema.org type that accurately describes the organisation. A physical professional practice may use a relevant LocalBusiness subtype; an ecommerce company may use OnlineStore; a wider corporate entity may use Organization.

Do not select a narrow type merely because it appears more commercially attractive. The type should match the visible business and services.

Use a stable @id

Give the entity a persistent identifier based on the canonical domain, such as the home-page URL plus an organisation fragment. Reuse that identifier when Article, Person, Service or LocalBusiness markup refers to the same entity.

This creates a coherent site-level graph:

  • the organisation publishes articles;
  • people work for or author content for the organisation;
  • services are provided by the organisation;
  • locations are branches of the organisation.

The relationships must reflect reality.

What belongs in sameAs

Schema.org defines sameAs as a URL that unambiguously indicates the item's identity. Good candidates include official profiles and authoritative records that clearly describe the same organisation.

Use:

  • verified social profiles;
  • relevant regulator or professional-register pages;
  • a legitimate Wikidata or Wikipedia page, if it already exists;
  • recognised business or review profiles controlled by the organisation.

Do not use:

  • every directory mentioning the brand;
  • press articles about the company;
  • a partner's website;
  • category pages;
  • profiles for founders when marking up the organisation;
  • fabricated Wikimedia entries.

The standard is identity equivalence, not topical relevance or backlink acquisition.

A minimal implementation pattern

A defensible Organization object normally includes name, url, logo and carefully selected sameAs URLs. Add legalName, address, telephone and identifiers only when accurate, relevant and consistent with visible content.

For a multi-location business, keep the parent organisation separate from each location. Connect locations to the parent rather than placing every address and service into one overloaded object.

For regulated businesses, include verifiable identifiers where the vocabulary supports them, but do not imply that markup itself proves authorisation.

Validation and deployment

Use Google's Rich Results Test and Schema Markup Validator. Then use URL Inspection to confirm Google receives the rendered JSON-LD.

Your QA should test:

  • valid JSON;
  • one stable entity ID;
  • crawlable logo;
  • absolute HTTPS URLs;
  • no duplicate conflicting Organization objects;
  • visible facts matching markup;
  • sameAs destinations returning the expected entity;
  • relationships resolving to existing IDs.

Deploy to a small set first and keep a version-controlled source of truth.

Governance matters more than volume

Assign an owner for brand facts. Review markup after rebrands, acquisitions, office moves, regulator-status changes or major profile changes. The same update should flow to the site, business profiles and other controlled sources.

This supports the broader brand entity consistency process. The markup is one expression of the fact system, not a separate SEO project.

Common mistakes

Treating sameAs as a link list

sameAs is not a place to place promotional or vaguely related URLs.

Marking up invisible claims

Structured data should describe content and facts that users can verify.

Duplicating plugins

Themes, SEO plugins and custom code can each emit Organization objects. Consolidate them around one identity.

Claiming citation impact

Google says structured data helps it understand page content and organisations. It does not say Organization markup guarantees AI citations. Google's AI-feature documentation also says there is no special schema required for AI Overviews or AI Mode.

Frequently asked questions

Should Organization schema appear on every page?

Google recommends the home page or a single organisation page; it does not need to be repeated everywhere.

Can sameAs link to Wikipedia?

Yes, when the page genuinely and unambiguously describes the same organisation. Do not create a Wikipedia page merely to populate the property.

Does valid markup mean Google will use every property?

No. Validation shows the syntax is understood; it does not guarantee display, indexing or use.

Sources