This matters because Google's own consumer-facing Knowledge Graph API tells developers not to build anything critical on top of it: "This API is not suitable for use as a production-critical service. Your product should not form a critical dependence on this API". The growth numbers, meanwhile, are real and large. Sundar Pichai told I/O 2026 that "AI Overviews now has over 2.5 billion monthly active users" and that AI Mode "has already surpassed 1 billion monthly active users" in its first year. That same keynote post makes zero mention of Knowledge Graph or entity mechanics.
The honest state of the evidence: Google holds real, narrow patents on entity ranking and disambiguation dating to 2012–2021, a Knowledge Graph that underwent a measurable contraction in mid-2025 according to one analyst's independent tracking, and a stated preference against depending on its public entity API in production. What it lacks, at least in anything publicly findable, is a documented, current explanation of how AI Overviews decide which entities to trust.
A timeline / comparison table
| Date (filed → granted/published) | Patent / event | Actual assignee | How it's commonly cited in SEO content | Confidence |
|---|
| 2012-12-12 → 2019-03-19 | US10,235,423 B2, "Ranking search results based on entity metrics" | Google LLC | Correctly cited as Google entity ranking | High |
| 2012-08-03 → 2016-02-23 | US9,268,820 B2 (pub. US20130110825A1), "Providing Knowledge Panels With Search Results" | Google LLC | Correctly cited as Google knowledge panel logic | High |
| 2013-03-13 → 2016-05-10 | US9,336,211 B1, "Associating an entity with a search query" | Google LLC | Correctly cited as Google query-entity disambiguation | High |
| 2017-05-05 → 2021-12-28 | US11,210,289 B2, "Methods, systems, and media for interpreting queries" | Google LLC | Correctly cited as Google, but its illustrative example is often misreported | High |
| 2011-12-30 → 2016-09-13 | US9,443,021 B2, "Entity based search and resolution" | Microsoft Technology Licensing LLC | Frequently cited in SEO write-ups as Google entity-resolution prior art | High |
| 2013-03-13 → 2016-02-02 | US9,251,473 B2, "Identifying salient items in documents" | Microsoft Technology Licensing LLC | Cited alongside Google salience-scoring claims | High |
| 2018-03-05 → 2022-07-05 | US11,379,754 B2, "Entity resolution incorporating data from various data sources" | Microsoft Technology Licensing LLC | Cited as Google entity resolution | High |
| 2020-12-22 → 2024-12-03 | US12,159,224 B2, "Entity disambiguation using graph neural networks" | IBM | Cited as Google GNN-based disambiguation | High |
| 2023-12-04 → 2025-04-24 (published) | US2025/0131289 A1, "Knowledge Graph Extraction" (the GraphRAG patent) | Microsoft Technology Licensing LLC | Widely treated as the blueprint for how Google grounds AI Overviews in entities | High |
| 2025-06-13 & 2025-06-20 | Knowledge Graph "Clarity Cleanup" stage 1 — over 3 billion entities removed (6.26%) | Google (analyzed by Kalicube/Jason Barnard) | Cited as evidence of a stricter, higher-confidence graph | Medium |
| 2025-08-11 | Clarity Cleanup stage 2 — corporate/brand entities targeted | Google (same source) | Same | Medium |
| 2026-05-19 | I/O 2026 keynote: 2.5B AI Overviews MAU, 1B AI Mode MAU, no Knowledge Graph mention | Google | Cited for scale; rarely noted for the omission | High |
Part 1 — What Google has actually filed, in Google's own words
Strip away the secondary commentary and four things remain on the public record, all confirmed by directly pulling the patent text and assignee metadata.
US10,235,423 B2 describes weighting knowledge-graph entity metrics (relatedness, notability, "contribution," prizes and awards) differently depending on entity type, so that, for example, award-winning is weighted more heavily for a Film-domain entity than for other types, producing a composite ranking score. US9,268,820 B2 (published as US20130110825A1) describes aggregating content from multiple sources into a knowledge panel, ranking the facts shown by how often users search for them, and generating disambiguation panels when a query maps to more than one entity. The patent's own example is the ambiguous query "Phoenix". US9,336,211 B1 scores candidate query-to-entity associations using ambiguity, popularity, and result-quality signals, illustrated with the query "sting" resolving to either the musician or the wrestler. US11,210,289 B2 segments a query into terms, matches them against entity metadata, and filters out low-confidence or ambiguous matches; its worked example disambiguates "action movie with tom cruise," not the "Lincoln" (president vs. car vs. city) example that has circulated in secondary SEO write-ups.
Separately, Google's commercial Cloud offering, Enterprise Knowledge Graph, includes an "Entity Reconciliation API" that converts relational BigQuery data into RDF triples, clusters entities using fuzzy matching across text, relationships, types and attributes, assigns each a stable Machine ID, and can optionally link out to Google's global Knowledge Graph. This is a real, documented reconciliation pipeline. It is also enterprise tooling for customers building their own knowledge graphs on GCP, not a description of how Search or AI Overviews resolve entities at query time.
The consumer-facing Knowledge Graph Search API, the one product most SEO practitioners actually interact with, carries an explicit disclaimer that it is not production-grade. A second disclaimer notes that it "returns only individual matching entities, rather than graphs of interconnected entities," and recommends third-party Wikidata dumps for anyone who actually needs graph structure. For a product whose name is literally "Knowledge Graph API," that is a striking admission: in its own docs, Google tells developers the graph part isn't really there for public consumption.
Part 2 — The patents SEO content wrongly calls Google's
Four patents that keep surfacing in SEO commentary about "Google's entity resolution" are not Google's.
US9,443,021 B2, "Entity based search and resolution," describes merging equivalent entities discovered across separate vertical data sources (the patent's own examples are IMDB, Netflix, and Rovi) into a single aggregate-ranked result. It is assigned to Microsoft Technology Licensing LLC. US9,251,473 B2, "Identifying salient items in documents," derives training labels for salience scoring automatically from search-log click-through ratios rather than manual annotation, a genuinely clever technique, and it is also Microsoft's. US11,379,754 B2, covering entity resolution across disparate data sources using tokenization, normalization, and supplementary web search to consolidate records representing the same real-world entity, is Microsoft's as well. US12,159,224 B2, "Entity disambiguation using graph neural networks," describes a heterogeneous graph neural network with metapath-guided attention and a Siamese-network matcher; it is assigned to IBM, with named inventors Chuan Lei, Alina Vretinaris, Vasilis Efthymiou, and Fatma Ozcan.
The most consequential misattribution is GraphRAG. US2025/0131289 A1, "Knowledge Graph Extraction," is the patent filing behind Microsoft Research's GraphRAG framework: the technique of using an LLM to extract entities, relationships and claims from documents into a graph, running Leiden-algorithm community detection over it, then answering queries with local, community-level, or global retrieval over that structure, including LLM-based merging of duplicate entity variants. It is assigned to Microsoft Technology Licensing LLC, and its inventor list overlaps directly with the GraphRAG paper's authorship (Darren Edge, Jonathan Larson, David Koleczek, Thu Ha Trinh, Newman Cheng among them). The paper itself, "From Local to Global: A Graph RAG Approach to Query-Focused Summarization," was posted to arXiv on April 24, 2024, revised in February 2025, and sits on Microsoft's own official research publications page, confirming Microsoft Research authorship independently of the patent filing.
GraphRAG is, by a wide margin, the most technically detailed public blueprint that exists for how an entity graph might ground an LLM's answers. That is why it keeps getting pattern-matched onto Google's AI Overviews in SEO commentary: it is the only fully-specified mechanism anyone has published. But specificity is not evidence of adoption. Nothing in Google's own I/O 2026 materials, patent filings, or developer documentation describes an equivalent pipeline for AI Overviews. Treating Microsoft's architecture as a stand-in for Google's is inference dressed up as citation.
Design note for the article layout: consider a simple two-column visual here. Left column, "Filed by Google LLC," listing the four confirmed Google patents with grant dates; right column, "Filed by Microsoft / IBM," listing the four misattributed ones with their actual assignees in bold. The visual contrast (same subject matter, different assignee) does more work than another paragraph of prose.
Part 3 — Scale is documented; the mechanism isn't
What Google will say, loudly, is how many people use the AI-powered surfaces. At I/O 2026, Pichai stated: "AI Overviews now has over 2.5 billion monthly active users. And AI Mode has been a revelation, our biggest upgrade to Search ever. People love it, and in just a year, it's already surpassed 1 billion monthly active users." What that post does not contain, anywhere, is a reference to Knowledge Graph, entity resolution, or how answers are grounded.
Google's own research has published concrete numbers about its knowledge base in the past: the 2014 Knowledge Vault paper reported 1.6 billion extracted facts, of which 271 million met a confidence threshold of 90% or higher. That is more than a decade old — and it predates any AI Overview product.
The most recent independent data point on the graph's current state comes from a single analyst, Jason Barnard of Kalicube, who reported a two-stage "Clarity Cleanup" in mid-2025: over 3 billion entities removed on June 13 and June 20 (a 6.26% reduction), followed by an August 11 cleanup targeting corporate and brand entities. His tracking shows event entities dropping 76.91% in count (average lifespan falling from 839 days pre-COVID to 124 days post-March 2020), the generic "Thing" category shrinking by roughly 8 billion entities (15.27%) as more entities received specific types, and confidence in unambiguous person-typing rising from 70.16% to 76.78%. The directional story, fewer and more confidently typed entities, is plausible and consistent with a system trying to reduce noise before LLM consumption. It is not proof of what AI Overviews actually query.
The claim repeated most often in SEO content, that a large majority of AI Overview citations go to pages already ranking in the top 10 organically, turns out to be the wrong kind of number to build a strategy on. It is volatile, and now measured: Ahrefs' March 2026 study of roughly 4 million AI Overview citation URLs across 863,000 keywords found the top-10-organic share of citations fell from approximately 76% in July 2025 to 37.9% in March 2026 (37.1% counting organic blue links only). Ahrefs attributes the fall to query fan-out: Google generates sub-queries whose own separate result sets, increasingly populated by non-traditional sources, supply citations independent of the primary query's top-10 ranking. Presenting last year's number as this year's fact would be actively misleading. The figure is best read as evidence that the citation-rank relationship is moving, rather than as a stable statistic to plan around.
One serious, if unconfirmed, hypothesis worth taking on its own terms: industry analysis from iPullRank describes AI Mode's "Deep Search" as decomposing a prompt into parallel sub-queries run against the web index plus Google's internal graphs (Knowledge Graph, Shopping Graph, Maps), then synthesizing a single cited answer. It's a coherent theory of the mechanism. It is also explicitly not confirmed by Google, and iPullRank's own phrasing hedges it as something AI Mode would "likely leverage" rather than something documented.
What everyone is missing
The industry is matching patents by keyword, not by assignee. A patent titled "entity resolution" or "entity disambiguation" gets folded into "how Google does entities" content regardless of whose name is on the filing. Four of the most-cited examples in this space belong to Microsoft or IBM. That's no minor footnote. It means a meaningful slice of published "Google entity resolution" analysis is actually a description of Microsoft's and IBM's research programs, wearing Google's name because the topic overlaps.
GraphRAG's popularity as an SEO framing device is inversely correlated with the evidence that it's what Google runs. The more technically elegant and fully-specified a public architecture is, the more it gets treated as ground truth for a system that has published nothing comparably detailed. GraphRAG deserves attention on its own merits: it's a real, useful pattern for LLM-plus-graph retrieval, documented by its actual creators. But its clarity has made it a stand-in for Google's undocumented internals, which is a category error.
Google's own product documentation quietly undercuts a decade of "get into the Knowledge Graph" advice. The company that owns the graph tells developers not to build production dependencies on its public API, and that the API doesn't even expose interconnected graph structure. So the idea that a business should chase "Knowledge Graph presence" as a discrete, gameable objective was always resting on a product Google itself won't vouch for.
The one number everyone wanted to hold still, the AI Overview citation/rank correlation, moved, and the move is more informative than the original figure. Ahrefs' own measurement fell from roughly 76% to 37.9% within about eight months, attributed to query fan-out behaviour, which tells you the underlying system is not a static ranking-to-citation pipeline. Treating any single snapshot of that number as durable guidance is a mistake, whichever direction it currently points.
Future predictions
- Google will continue to avoid publishing a detailed technical account of how AI Overviews select and weight entities, for the same competitive reasons it has never fully documented core ranking.
- Third-party analysts (Barnard/Kalicube-style tracking) will remain the primary public source of Knowledge Graph size and composition data, and single-source claims from this space will keep circulating as if they were Google disclosures.
- SEO industry content will continue misattributing Microsoft's and IBM's entity-resolution patents to Google, because the pattern-matching (title keyword → assumed Google authorship) has not been corrected at scale.
- The AI Overview citation/top-10-rank correlation will keep moving as Google's query fan-out and citation logic evolve, meaning any fixed percentage published in 2026 should be assumed stale within a year.
- Google Cloud's Enterprise Knowledge Graph / Entity Reconciliation API tooling is more likely to see incremental documentation updates (it's an active commercial product) than the consumer Knowledge Graph Search API, which reads as a legacy, deprioritized surface.
- Expect continued growth disclosures (user counts, adoption) from Google's AI Overviews/AI Mode teams without matching technical disclosure on entity or retrieval mechanics, mirroring the I/O 2026 pattern.
Practical takeaways
- Stop citing "Google's entity resolution patent" without checking the assignee field on Google Patents first. Verify it says Google LLC, not Microsoft Technology Licensing or IBM, before it goes in a deck or a client report.
- Treat GraphRAG as a useful mental model for graph-grounded retrieval in general, not as documentation of Google's specific pipeline. If you're building entity data architecture, our Entity & Knowledge Architecture approach starts from what's actually verifiable about a given engine, not borrowed blueprints from adjacent vendors.
- Don't build a strategy around a single snapshot of "AI Overview citations correlate with top-10 rank." That number moved by roughly half in about a year. Monitor it on a rolling basis rather than treating any published figure as fixed, which is the kind of tracking our LLM Visibility Monitoring work is built around.
- If you're relying on Google's consumer Knowledge Graph API for anything customer-facing, read its own disclaimer again. It explicitly says not to build production dependencies on it, and to use Wikidata for anything requiring real graph structure.
- Prioritize the four confirmed Google mechanisms (entity-metric ranking, knowledge panel aggregation and disambiguation, query-entity association, and query interpretation via entity metadata) as the actual, evidenced targets for structured data and disambiguation work, which is the core of our Technical SEO engagements.
- When a client asks "should we go after Knowledge Graph presence," reframe the question: fewer, higher-confidence entities appear to be the current direction (per one analyst's tracking), so breadth-first entity tactics are a weaker bet than depth and disambiguation clarity for entities you actually own.