Skip to main content
Guides organization sameas schema

Organization & sameAs Schema: Building Entity Authority for LLMs

The sameAs array is how you tell AI systems, in a machine-readable way, that your website and your social/Wikipedia/review profiles are the same entity.

·

An AI system trying to confirm who's behind a piece of content can't click around your social profiles the way a human would. The sameAs property gives it that connection directly, in a format built for exactly this.

The structure

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Example Company",
  "url": "https://example.com",
  "sameAs": [
    "https://www.linkedin.com/company/example",
    "https://x.com/example",
    "https://www.wikidata.org/wiki/Q000000",
    "https://www.g2.com/products/example"
  ]
}

What belongs in the array

Only profiles that are unambiguously the same entity: official social accounts, a Wikipedia or Wikidata entry if one exists, Crunchbase, and claimed review platform profiles like G2 or Trustpilot. Every link should be something you'd be comfortable calling authoritative about yourself.

Naming consistency still matters separately

sameAs links still add value even with minor naming variation across platforms, but they work best alongside consistent naming — see our broader guide on building entity authority for that side of the picture.

Info Treat sameAs as a machine-readable version of "here's everywhere else this brand exists" — it's not a ranking hack, it's entity resolution.

Where this fits

This is one entity-resolution piece of a broader implementation — see our complete schema markup guide and our practical playbook for appearing in ChatGPT and Perplexity .

Apply this guide

Run an AI SEO audit before you change pages.

Use the audit to find which signal is holding the site back: crawler access, schema, llms.txt, content clarity, AI discovery, or entity strength.

  • Best for pages that need a technical and content baseline.
  • Next metric: AI readiness score plus the weakest signal category.

Frequently asked questions

What should go in the sameAs array?

URLs to profiles that are unambiguously the same entity — your official social media accounts, Wikipedia or Wikidata entry if one exists, Crunchbase, and major review platforms like G2 or Trustpilot where you have a claimed profile.

Does sameAs work if my brand name is inconsistent across those profiles?

It works better with consistent naming, but the sameAs links themselves still provide value even with minor naming variation — consistency is a separate, additional signal worth fixing alongside it.

Related guides

Get the monthly State of GEO report

AI search readiness benchmarks, adoption stats, and the actions that move the needle — delivered monthly. No spam.

By submitting, you agree to receive the monthly GeoReady newsletter: benchmark data from the State of GEO dataset, practical GEO guidance, and product updates. You can unsubscribe anytime. See our Privacy Policy.