← HomeHow to Get Cited in AI
Answer

What is a knowledge graph?

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

A knowledge graph is a database of real-world entities — people, places, organizations, works — and the relationships between them, used by search engines and answer engines to disambiguate names and attach content to the right entity instead of a matching string.

Google introduced the term to a mainstream audience in the 2012 announcement "Introducing the Knowledge Graph: things, not strings", which framed entity understanding as the successor to keyword matching. Wikidata (open, community-maintained) serves a similar role in the open ecosystem and is a major source for other graphs.

For publishers, the graph is what lets a query about "Apple" surface the company versus the fruit, and what lets an answer engine attribute a quote to the correct organization when many companies share a name. The primary publisher-side control is sameAs — linking your on-site Organization or Person node to its Wikipedia, Wikidata, LinkedIn, and Crunchbase profiles pins your identity into the graph.

Answer engines lean on knowledge-graph resolution during both retrieval and generation. Retrieval uses the graph to expand the query; generation uses it to check attribution ("did this Person actually write for this Organization?").

The takeaway is boring but effective: fill in your Wikidata entry if you have one, and reference it plus your official profiles from every Organization and Person node you publish.

Related terms

Sources

Related questions people ask next

  • How do I build an entity graph for my business?

    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.

  • 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.

  • 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.

  • 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.