Organization Schema and sameAs: Building Your Entity in Google's Knowledge Graph
- March 8, 2023
- Technical SEO

Google doesn't rank websites so much as it understands entities, people, companies, products, and the relationships between them. Organization schema and the sameAs property are the most direct tools you have for telling Google exactly which entity your website represents and which external profiles confirm it. Done right, this markup consolidates a fragmented brand presence into a single, trusted node in the Knowledge Graph and gives you a real shot at earning (and shaping) a Knowledge Panel.
Why entities matter more than pages
The Knowledge Graph is Google's database of things and facts about them. When Google is confident about an entity, it surfaces a Knowledge Panel, links your brand across search features, and treats your authored content with more trust. The problem for most brands is entity fragmentation: your name appears on your homepage, a LinkedIn company page, a Crunchbase profile, a YouTube channel, and a dozen directories, and Google has to guess whether these all describe the same organization.
Organization schema with sameAs removes the guesswork. You declare a canonical entity on your own site and then point to the external profiles you control. This is a reconciliation signal, you're telling Google, "all of these references resolve to one thing, and here is the authoritative definition."
The anatomy of strong Organization markup
Place a single Organization (or a more specific subtype like Corporation, LocalBusiness, or OnlineStore) block in JSON-LD on your homepage. Treat the homepage as the entity's home. A solid baseline looks like this:
- @id, a stable, canonical URI you reuse everywhere (e.g.
https://example.com/#organization). This is the single most underused field; it lets every other schema block on your site reference the same entity node instead of redefining it. - name and alternateName, your legal/primary name plus common variants or acronyms people actually search.
- url, the canonical homepage.
- logo, an absolute URL to a crisp, square-ish logo. Google uses this directly in the Knowledge Panel and rich results.
- description, a concise, factual summary. Keep it neutral and consistent with how you describe yourself off-site.
- sameAs, an array of authoritative external profile URLs (covered below).
- contactPoint / address / foundingDate, supporting facts that help Google build confidence in the entity.
A minimal but correct block:
{ "@context": "https://schema.org", "@type": "Organization", "@id": "https://example.com/#organization", "name": "Example Co", "url": "https://example.com", "logo": "https://example.com/logo.png", "sameAs": ["https://www.linkedin.com/company/example-co", "https://en.wikipedia.org/wiki/Example_Co"] }
How sameAs actually works
The sameAs property is a directed claim: "the entity defined here is the same as the entity at this other URL." It is the on-page equivalent of citations in a research paper. Google cross-references the profiles you list, checks that they corroborate the same name, logo, and description, and uses that consensus to strengthen, or, if signals conflict, weaken, its model of your brand.
Two rules govern good sameAs usage:
- Only list profiles you own and control.
sameAsis for identity confirmation, not link building. Pointing to a random news article or an affiliate page muddies the signal. - Prioritize entity-grade sources. Not all links carry equal weight. The references that move the needle for Knowledge Graph inclusion are the ones Google already trusts as entity databases.
The sameAs profiles that carry the most weight
- Wikipedia and Wikidata, the backbone of the Knowledge Graph. A Wikidata item (even without a Wikipedia article) is one of the strongest entity signals available. If you qualify, claim or create one.
- Major social and professional profiles, LinkedIn company page, X/Twitter, Facebook, Instagram, YouTube. These are well-indexed and frequently reconciled.
- Industry and business databases, Crunchbase, your stock exchange listing, Bloomberg, or sector-specific registries.
- Google's own surfaces, a verified Google Business Profile is reconciled separately but reinforces the same entity, especially for local businesses.
Consolidating a fragmented entity
If Google currently shows the wrong logo, an outdated description, or no panel at all, you likely have an entity consolidation problem. Work through this sequence:
- Pick one canonical home. Decide which domain and which URL is the entity's anchor, and use a single
@idfor it sitewide. - Make every off-site profile agree. Audit your LinkedIn, Wikidata, Crunchbase, and social bios so name, logo, founding date, and one-line description match your schema exactly. Conflicting facts are the number one reason Google withholds confidence.
- Reciprocate where you can. The strongest confirmation is bidirectional, your site's
sameAspoints to LinkedIn, and your LinkedIn page links back to your site. One-directional claims are weaker but still useful. - Reference the same node everywhere. Your Article, Product, and WebSite schema should reference the Organization via
"publisher": {"@id": "https://example.com/#organization"}rather than re-declaring the org. This builds a connected graph instead of orphaned blocks. - Submit a logo and feedback. Once a panel appears, claim it via Google's verification flow so you can suggest corrections directly.
What this markup can and cannot do
Be honest with stakeholders about the ceiling. Organization schema and sameAs are confirmation signals, they help Google validate and consolidate an entity it can already perceive. They do not manufacture notability. A brand with no off-site presence, no mentions, and no third-party coverage will not summon a Knowledge Panel through markup alone, because there's nothing for Google to reconcile. The markup amplifies real-world entity signals; it doesn't replace them. The brands that win combine clean schema with genuine external footprint: press, profiles on authoritative databases, and consistent NAP (name, address, phone) data.
Common mistakes
- Multiple competing Organization blocks. Different pages declaring the org with different names or no
@idcreate several entity candidates instead of one. Define it once, reference it everywhere. - Using sameAs as a link farm. Stuffing it with non-owned URLs, partner sites, or marketing pages dilutes the identity claim and can be ignored entirely.
- Inconsistent logos and names across profiles. A different logo on LinkedIn than in your schema forces Google to choose, and it may pick the one you don't want.
- Relative URLs.
logo,url, andsameAsvalues must be absolute, fully-qualified URLs. - Markup that contradicts visible content. Schema must reflect what's actually on the page and true in the world. Fabricated
foundingDateor fake awards are a structured-data policy violation. - Skipping Wikidata. Teams over-invest in social links and ignore the single most influential entity database. If you're eligible, that's the highest-leverage profile to claim.
FAQ
Does sameAs pass link equity? No. It's an identity-reconciliation property, not a hyperlink ranking signal. Its value is in entity confidence, not PageRank.
How many sameAs links should I include? Quality over count. Five to ten authoritative, owned profiles outperform thirty thin directory listings. Lead with Wikidata, LinkedIn, and your primary social channels.
Will adding this guarantee a Knowledge Panel? No guarantee. It strengthens the case, but panels also depend on demonstrable notability and corroborating sources Google already trusts.
Where should the markup live? Primarily the homepage, since that's the entity's home, and referenced by @id from supporting schema across the rest of the site.
Treat your entity like a single source of truth: one canonical node, defined once, confirmed by every profile you own. That consistency, not the volume of markup, is what earns trust in the Knowledge Graph.
Want this handled properly on your site?
It is exactly the kind of work an advanced technical SEO audit covers. See how an advanced SEO audit works →
Claude Vincent is a technical SEO consultant focused on crawlability, rendering, and AI-search visibility. He writes the field guides and case studies at SEO ProCheck, with a bias toward the durable, unglamorous work that decides whether search engines and AI answer engines can actually read and cite a site.
About SEO ProCheck
Technical SEO consulting and GEO strategy with 20 years of enterprise experience. Case studies, resources, and tools for search and AI visibility.
Work With Me
Technical SEO audits, GEO strategy, site migrations, and international SEO. Hourly consulting for teams who need hands-on support, not just reports.







