Knowledge Graph

nounalso called Google Knowledge Graph or knowledge panel

Definition

Google’s Knowledge Graph is a database of hundreds of billions of facts about entities — people, places, organizations and products — and the relationships between them, which Google uses to understand queries, fill knowledge panels and help its AI features tell one brand from another.

Updated 6 min read9 cited sources

On this page8 sections

Why it matters for founders and small teams

When a buyer searches your brand, the Knowledge Graph is the difference between Google showing a confident panel of facts about you and a page of guesses — and Google says AI Mode draws on the same store of facts. For a small company, getting in depends less on budget than on being described consistently by sources Google trusts, which is work a founder can start this week.

How does Google's Knowledge Graph work?#

Google’s Knowledge Graph stores entities — people, organizations, places, products — with their facts and relationships, compiled automatically from hundreds of web and licensed sources, and Google uses it to interpret queries, tell namesakes apart and fill knowledge panels.

Google launched it in May 2012 with more than 500 million objects and 3.5 billion facts, under the slogan “things, not strings.” By May 2020 it held over 500 billion facts about five billion entities, drawn from “hundreds of sources from across the web,” including licensed data.

  1. 1

    Sources describe an entity

    Reference sites such as Wikipedia, official websites, licensed databases and structured data all contribute facts.

    Your lever: State your own facts clearly on your site, with Organization markup.

  2. 2

    Google reconciles them into one entity

    Mentions of the same thing across sources are matched to a single entity with its own machine ID, and facts attach to it.

    Your lever: Use the same name, category and facts everywhere, so the sources agree.

  3. 3

    The entity powers search features

    Knowledge panels, disambiguation between namesakes, and direct answers to factual queries. Panels are “updated automatically as information changes on the web.”

  4. 4

    Google's AI draws on it

    Google says AI Mode can “tap into fresh, real-time sources like the Knowledge Graph” alongside web content.

Knowledge Graph vs knowledge panel: what's the difference?#

The Knowledge Graph is Google’s underlying database of entities and facts; a knowledge panel is the information box Google shows in results when someone searches for an entity in that database — so every panel comes from the graph, but the graph holds far more than panels show.

Knowledge GraphKnowledge panel
What it isA database of entities, facts and relationshipsAn information box in search results
Who sees itNo one directly — Google’s systems use itSearchers, for queries about a known entity
Can you edit it?No direct accessVerified representatives can suggest changes
How to checkThe Knowledge Graph Search APISearch your brand name on Google

Google’s knowledge panel help says panel information comes from “various sources across the web,” from partnerships with data providers, and from verified entities who suggest edits. If you’re the subject of a panel or its official representative, you can claim it through Get verified on Google, though Google notes not every panel is claimable yet. Local businesses manage their panel through Google Business Profile.

Rankbox framework

The Knowledge Panel Ladder

Five rungs that take a brand from unknown to a verified entity, in the order Google can confirm them. Climb in order: each rung gives the next one something to check against.

  1. 01

    Say it yourself

    One canonical description and a fact-rich About page on your own domain: name, category, founders, founding date, location. Google starts from what you state, then checks it.

  2. 02

    Mark it up

    Organization structured data with name, logo, URL, description and sameAs links to every official profile. The free schema generator builds it.

  3. 03

    Make every profile agree

    LinkedIn, YouTube, review sites, marketplaces and directories: identical name, category and facts. Each contradiction gives Google a reason to hesitate.

  4. 04

    Get described by others

    Independent coverage — trade press, reviews, podcasts, genuine community threads — that repeats your facts in its own words.

  5. 05

    Reference sites and verification

    A Wikidata item if you meet its notability rules, Wikipedia only once independent coverage makes you notable, and claiming your panel once it appears.

How to use it: Rungs one to three are entirely in your control and fit in a week. Rung four is slow and can’t be faked — and it’s the one that confirms everything above it, for Google and for every model that learns from the web.

Free to use and adapt. If you cite it, link to rankbox.xyz/glossary/knowledge-graph.

How do you get your brand into the Knowledge Graph?#

Get your brand into the Knowledge Graph by making its facts easy to verify: state them on your own site with Organization markup, keep every official profile consistent, and earn coverage from independent, reputable sources — Google documents no application, and inclusion is decided automatically.

  1. State your facts on your own site. An About page with name, category, founders, founding date and location, plus Organization markup with your logo and sameAs links — which Google says helps it “disambiguate your organization in search results.”
  2. Keep official profiles identical. The same name and description on LinkedIn, YouTube, review sites and directories — each one a source that either confirms or contradicts the others. See entity SEO.
  3. Earn independent coverage. Trade press, industry publications and reviews describe you in terms Google can check against your own claims. See digital PR.
  4. Use reference sites honestly. Wikidata accepts items for entities that “can be described using serious and publicly available references.” Wikipedia requires notability and strongly discourages editing articles about your own company. Neither is a shortcut if the coverage isn’t there.
  5. Local business? Verify and complete your Google Business Profile, which manages the local panel.

How do you check if you're in the Knowledge Graph?#

Check with Google’s Knowledge Graph Search API: query your brand name, and if an entity with the right type and description comes back with an ID, you’re in the graph; a knowledge panel for a search of your brand is the visible confirmation.

The Knowledge Graph Search API “lets you find entities in the Google Knowledge Graph.” It needs a free Google Cloud API key and returns matching entities with an ID, type, description and relevance score:

bash
curl "https://kgsearch.googleapis.com/v1/entities:search?query=plannora&types=Organization&limit=3&key=YOUR_API_KEY"
 
# In each result, look for:
# "@id": "kg:/m/..." the entity's machine ID
# "@type": ["Organization"] the type Google assigned
# "description" Google's short label for it
# "resultScore" how strong the match is
  • No result for a distinctive name usually means Google hasn’t reconciled you into an entity yet. Start with the steps above.
  • The wrong entity for a shared name means disambiguation is your job: pair your name with your category everywhere.
  • Right entity, wrong facts: if you have a panel, claim it and suggest changes.

The Knowledge Graph matters directly for Google’s AI features, since Google says AI Mode draws on it, and indirectly everywhere else, because the consistent, well-sourced facts that get a brand into the graph are the same ones other AI models learn from and retrieve.

  • AI Mode uses it

    Official

    Google: AI Mode can “tap into fresh, real-time sources like the Knowledge Graph, info about the real world, and shopping data for billions of products.”

  • Gemini names more than it links

    Observed

    When Gemini includes a brand, it names it in the text 83.7% of the time and links a source only 21.4% of the time (Semrush, June 2026).

  • Entity strength behind those mentions

    Our read

    Knowledge Graph strength plausibly contributes to Gemini’s unlinked brand mentions, but neither Google nor any study has shown it directly.

  • Other engines use other indexes

    Our read

    ChatGPT draws on Bing and OpenAI’s own index, Claude on Brave Search, Perplexity on its own. Nothing suggests they query Google’s graph — they learn entities from the same web sources it does.

The practical takeaway: don’t chase a panel for its own sake. Chase what produces one — being described consistently by sources engines trust — and the same work shows up in brand mentions and AI visibility on every engine.

Sources

  1. 1.Introducing the Knowledge Graph: things, not stringsGoogle · blog.google
  2. 2.Google's Knowledge Graph and knowledge panelsGoogle · blog.google
  3. 3.About knowledge panelsKnowledge Panel Help · support.google.com
  4. 4.Get verified on GoogleKnowledge Panel Help · support.google.com
  5. 5.Knowledge Graph Search APIGoogle for Developers · developers.google.com
  6. 6.Organization structured dataGoogle Search Central · developers.google.com
  7. 7.Expanding AI Overviews and introducing AI ModeGoogle · blog.google
  8. 8.The ghost citations studySemrush · semrush.com
  9. 9.Wikidata: NotabilityWikidata · wikidata.org

Know someone who’d find this useful? Send it their way.

Written by

Rankbox Team

The team behind Rankbox. We study how ChatGPT, Perplexity, Gemini, and Google AI Overviews choose their sources, and publish what we learn so you can put it to work.

See which AI answers cite you today

Enter your site to see how often ChatGPT, Perplexity, Gemini, and Google cite your brand, and exactly what to publish next.

No credit card required · Free 7-day trial