← HomeHow to Get Cited in AI
Answer

How do I build an entity graph for my business?

By Jason Burns, Founder of HurcuLeads · Stuff Doer at Adolicious · Updated

Build an entity graph for your business by publishing a schema.org Organization node with a stable @id and a sameAs array linking to authoritative external profiles — Wikipedia, Wikidata, LinkedIn, Crunchbase, official social accounts — then referencing that same @id from every Article, QAPage, and Person node on the site.

Google's original Knowledge Graph announcement introduced the "things, not strings" framing that still drives entity resolution today: search engines and answer engines identify unambiguous entities and then attach content to them. The sameAs property is documented at schema.org/sameAs as the vocabulary link between your on-site entity and its off-site profiles.

A minimal working graph declares one Organization with @id, name, url, logo, and sameAs; a WebSite with its own @id and a publisher reference to the Organization; and, for each contributor, a Person with @id, name, jobTitle, and its own sameAs. Reuse the @id values everywhere — every Article's publisher and author point back to them.

Wikidata is the highest-leverage target: it is the machine-readable backbone that other knowledge graphs (Google's, Bing's, and the LLMs' pretraining corpora) draw on. A Wikidata Q-number in sameAs is worth more than three social links.

Validate the graph in the Rich Results Test and confirm all @id references resolve inside a single JSON-LD block.

Related terms

Sources

Related questions people ask next

  • Why do author entities matter for AI citations?

    Author entities matter for AI citations because grounded answer engines need to name a source's author with confidence — and a schema.org Person node with a stable @id, real credentials, and sameAs links to authoritative profiles is the cleanest signal that a page has a named human behind it.

  • What does E-E-A-T mean for AI answers?

    E-E-A-T — Experience, Expertise, Authoritativeness, Trustworthiness — is Google's Search Quality Rater framework, and it matters for AI answers because the same signals that raters use to grade pages are the ones the retrieval layer uses to decide which sources an AI Overview will cite.

  • Does schema.org markup affect AI citations?

    Schema.org markup affects AI citations indirectly but reliably — it collapses the model's attribution problem by making the author, publisher, and answer text machine-readable, and it is the primary signal Google uses to render both classic rich results and the source strip in AI Overviews.

  • Why do canonical URLs matter for AI answers?

    Canonical URLs matter for AI answers because they tell the retrieval layer which single URL should carry the citation credit when the same content is reachable at multiple addresses — without a canonical, the model may cite the wrong copy or split authority across duplicates.