Skip to content
Glossary · Grounded content

Knowledge graph

Also called knowledge base graph, entity graph

Definition

A knowledge graph is a structured store of entities and the relationships between them, which search engines and AI tools read to understand what things are and how they connect.

Updated 15 Sept 20262 sources, each checked3 min read

The idea

What it is

A knowledge graph stores facts as things and connections. The things, called entities or nodes, might be a company, a product, a feature, a person or a document. The connections, called edges, say how they relate: this product has this feature, this feature is priced on this plan, this claim comes from this document. Because each fact is a small, typed statement rather than a sentence buried in a page, a machine can look it up, combine it with others and follow it back to where it came from.

There are two meanings in marketing conversations. Google’s Knowledge Graph is the public one that powers knowledge panels in search. A company knowledge graph is the same structure built from one organisation’s own material, used to keep facts consistent and to ground AI-written content.

The evidence

Why it matters

Search moved from matching words to understanding entities when Google launched its Knowledge Graph, and AI answer engines depend on that understanding even more. If an engine cannot tell your product apart from a similarly named one, it cannot describe or cite you accurately.

Inside a company, a graph solves a problem every content team has: the same fact written five ways in five documents. With one node for the price and one for each feature, every draft reads the same value, and a correction made once is corrected everywhere.

The steps

How to do it

  1. 1

    Help Google’s graph recognise you: publish Organization structured data on your homepage with your official name, logo and the profiles you control, and keep that name identical everywhere it appears.

  2. 2

    List the entities your content keeps mentioning: products, plans, features, integrations, people and proof points. Those are your first nodes.

  3. 3

    Attach a source to every fact, so a node records not only that a plan includes a feature but which document says so and when it was last checked.

  4. 4

    Extract automatically, then review. Extraction gets relationships wrong in predictable ways, such as confusing a planned feature with a shipped one.

  5. 5

    Assign an owner to update the graph when sources change, and retire facts that are no longer true instead of leaving them beside the new ones.

Run this check on your own site

Free, no sign-up.

Generate Organization schema
What goes wrong

Common mistakes

  • Treating the graph as a one-off project. A graph that is not maintained becomes a confident source of outdated facts.
  • Building nodes without provenance. A fact with no source cannot be checked, so it cannot ground anything.
  • Confusing a knowledge panel with ownership of the entity. Google decides what appears in its panel; your structured data and consistent naming influence it but do not control it.
In practice

An example

Google’s own public graph

Google exposes part of its Knowledge Graph through a developer API that returns entities as schema.org types in JSON-LD, the same vocabulary a site uses for its own structured data. That shared vocabulary is why marking up your organisation consistently helps search engines connect your pages to the right entity.

Google for Developers, Knowledge Graph Search API, 15 Sept 2026
Nearby terms

Not to be confused with

Google’s Knowledge Graph
Google’s is a public graph about the world that Google builds and controls. A company knowledge graph is private, built from your own sources, and yours to correct.
A document library
A library stores documents; you retrieve pages. A graph stores facts and their relationships; you can ask a question that spans several documents and still trace each fact.
Checked

Sources

  1. 1Google, Introducing the Knowledge Graph: things, not strings (May 2012) read 15 Sept 2026
  2. 2Google for Developers, Knowledge Graph Search API read 15 Sept 2026

Content that is built to be cited.

Every draft grounded in your own documents, with each knowledge-based claim cited to its source. 7 days free on one domain.