Every entity in the Google Knowledge Graph has a number attached to it that most people never see. It’s called the confidence score, and it controls whether you show up with a Knowledge Panel or remain invisible.
TL;DR — Key Takeaways
- Every entity in the Google Knowledge Graph has a confidence score — a number that reflects how certain Google is that the entity is real and accurately described.
- Scores are returned by the Knowledge Graph Search API as the
resultScorefield; higher numbers mean stronger corroboration across trusted sources. - Scores rise when multiple independent, authoritative sources describe the same entity consistently — websites you control, press mentions, Wikidata, Crunchbase, and structured schema markup.
- Scores fall when the web sends mixed signals: duplicate panels, name variations, outdated bios, or a weak Entity Home.
- To raise yours: tighten your Entity Home, add Person/Organization schema, build 3–5 authoritative third-party mentions, and use the BlitzMetrics Knowledge Graph Explorer to track your score over time.
How Confidence Scores Fit Into the Bigger Picture
Before diving into the technical side of confidence scores, it helps to zoom out. Confidence scores don’t exist in a vacuum — they’re one signal inside Google’s broader Knowledge Graph, which is how Google decides what counts as a real entity (a person, business, or organization) and how strongly it believes that entity exists. In the video below, Dennis Yu walks through the entire Knowledge Graph framework: what entities are, how Google connects them, and why your presence in the Graph matters at all. The confidence score is the number that quantifies everything he’s about to explain.
With that foundation in place, let’s look at exactly what the confidence score is, how Google calculates it, and how you can raise yours.
I’ve spent years watching this number move up and down for our clients, and the pattern is clear: the people who understand what drives the score are the ones who get panels. The ones who don’t understand it keep publishing content into the void, wondering why nothing happens.
This article breaks down what the confidence score actually is, how to check yours, real score comparisons from people we’ve worked with, and the three strategies that reliably move the number. (This guide is part of our complete Knowledge Panel series. For the big-picture overview of what the Google Knowledge Graph is and why it matters, see our Knowledge Graph pillar page.)
What Is the Knowledge Graph Confidence Score?
When you query the Google Knowledge Graph API, the response includes a numeric resultScore for each entity. This is what we call the confidence score.
This article is part of the Content Factory system.
|
PRODUCE Record • Capture |
➔ |
PROCESS Transcribe • Edit |
➔ |
POST Publish • Link |
➔ |
PROMOTE Ads • Share |
Think of it like Google’s internal GPA for how well it knows you. A low score means Google has some signals about you but isn’t confident enough to show a panel. A high score means Google has cross-referenced enough data to treat you as a verified entity worth displaying.
The score is generated by Google’s Knowledge Vault algorithms, which analyze corroborating sources across the web. It’s not a simple count of mentions. It weights the authority, consistency, and connectedness of the information it finds about you.
Google Knowledge Graph API: Endpoint Structure and Authentication
The Google Knowledge Graph Search API is a REST endpoint that lets you query Google’s entity database directly. Every confidence score lookup our tool performs runs through this API, and understanding its structure helps you interpret what Google actually knows about any entity.
The base endpoint is:
GET https://kgsearch.googleapis.com/v1/entities:search
Authentication requires a Google Cloud API key. You can generate one from the Google Cloud Console by enabling the Knowledge Graph Search API under APIs & Services. The key is passed as a query parameter — no OAuth required, which makes this one of the simpler Google APIs to work with.
The core query parameters are:
- query — The search string (a person’s name, company, place, etc.)
- key — Your Google Cloud API key
- types — Optional filter to restrict results to specific schema.org types (Person, Organization, LocalBusiness, etc.)
- languages — Language code to restrict results (e.g., “en” for English)
- limit — Number of results to return (default is 20, max is 500)
- indent — Boolean to pretty-print the JSON response
A typical request to look up a person looks like this:
GET https://kgsearch.googleapis.com/v1/entities:search?query=Dennis+Yu&key=YOUR_API_KEY&types=Person&languages=en&limit=1&indent=true
Reading the API Response: JSON Structure Explained
The API returns a JSON-LD response. Here’s what an actual response looks like when you query a known entity (field values abbreviated for clarity):
{
"@context": {
"@vocab": "https://schema.org/",
"EntitySearchResult": "goog:EntitySearchResult",
"resultScore": "goog:resultScore",
"kg": "https://g.co/kg"
},
"@type": "ItemList",
"itemListElement": [
{
"@type": "EntitySearchResult",
"result": {
"@id": "kg:/m/0dnz5w2",
"name": "Dennis Yu",
"@type": ["Thing", "Person"],
"description": "American digital marketer",
"url": "https://dennisyu.com/",
"detailedDescription": {
"articleBody": "Dennis Yu is a digital marketer...",
"url": "https://en.wikipedia.org/wiki/Dennis_Yu",
"license": "https://creativecommons.org/licenses/by-sa/4.0/"
},
"image": {
"contentUrl": "https://...",
"url": "https://...",
"license": "https://..."
}
},
"resultScore": 486
}
]
}
The fields that matter most for understanding your Google Knowledge Graph presence:
- @id — Your Knowledge Graph Machine ID (KGMID). The
kg:/m/0dnz5w2portion is your permanent entity identifier. This never changes once assigned and is how Google references you internally across all its products. - resultScore — This is the confidence score. It reflects how certain Google is that this entity matches your query. Higher numbers mean stronger entity recognition. There’s no published maximum, but scores above 1,000 typically indicate well-established entities.
- @type — The schema.org types Google has assigned to you. Most people show as
["Thing", "Person"]. Organizations show as["Thing", "Organization"]. Having more specific types (like “MusicGroup” or “SportsTeam”) means Google has richer entity data. - detailedDescription — Pulled from Wikipedia or other licensed sources. If this field is populated, Google has found a Wikipedia article or other authoritative summary for your entity. If it’s empty, that’s a signal you may need to strengthen your Wikipedia presence or other authoritative sources.
- image — The image Google has associated with your entity, typically pulled from Wikipedia Commons or an authoritative source.
Wikipedia vs. the Knowledge Graph: How They Connect (and Where They Diverge)
One of the most common misconceptions is that the Google Knowledge Graph is just Wikipedia data repackaged. The relationship is more nuanced than that, and understanding the distinction matters if you’re trying to build or strengthen your entity presence.
Wikipedia is one source that feeds the Knowledge Graph — an important one, but far from the only one. Google’s Knowledge Vault system ingests data from Wikipedia, Wikidata, Freebase (now deprecated but its data lives on), CIA World Factbook, FDA databases, and hundreds of other authoritative sources. It also extracts structured data from web pages using schema.org markup and analyzes unstructured text across the web to identify entities and their attributes.
Here’s where they diverge in practice:
- You can have a Knowledge Panel without a Wikipedia article. Many local businesses, musicians, and public figures have Knowledge Panels generated entirely from structured data sources like Wikidata, Google My Business, and schema markup — with no Wikipedia article at all.
- You can have a Wikipedia article without a Knowledge Panel. If the article is too new, lacks sufficient references, or if Google hasn’t processed it yet, the Knowledge Graph may not have created an entity for you.
- Wikidata is often more important than Wikipedia for triggering panels. Wikidata provides the structured, machine-readable data that Google’s algorithms can directly ingest. A well-structured Wikidata item with proper identifiers (ISNI, ORCID, Crunchbase ID) can be more impactful for your Google Knowledge Graph confidence score than a Wikipedia article that lacks proper references.
- The detailedDescription field in the API response tells you the connection. If your API response includes a detailedDescription with a Wikipedia URL, Google is actively pulling from your Wikipedia article. If this field is empty but you still have a resultScore, your entity is built from other sources entirely.
The practical takeaway: don’t treat “get a Wikipedia article” as your only path to Knowledge Graph presence. Build structured identifiers first (Wikidata, schema markup, authoritative databases), then pursue Wikipedia if you meet notability requirements. For a full walkthrough of this process, see our Knowledge Graph pillar guide.
How to Check Your Confidence Score
You don’t need to be a developer to check this. We built the BlitzMetrics Knowledge Panel Tool specifically so anyone can look up their entity and see their score in seconds.
Go to blitzmetrics.com/gkp, type your name or your company name, and hit search. The tool queries the Google Knowledge Graph API and returns your confidence score, your Knowledge Graph Machine ID (KGMID), and whether Google considers you a known entity.
If no result appears, that means Google doesn’t have a Knowledge Graph entity for you yet. That’s actually useful information — it tells you exactly where you stand and what you need to build.
Real Score Comparisons: What the Numbers Look Like
Abstract numbers don’t mean much without context. Here’s how confidence scores compare across real people we’ve worked with or analyzed:
Rudy Mawer — Rudy is a fitness entrepreneur and CEO of ROI Machines. His score reflects years of press coverage, consistent branding across platforms, and a well-structured personal site. When we first analyzed his Knowledge Graph entry, Google had high confidence in the accuracy of his entity data because his information was corroborated across multiple authoritative sources.
Scott Shagory — Scott came to us as someone who had built real businesses but was virtually invisible to Google. His initial score was low — around 24. After working through our process (Wikidata entry, consistent citations, structured data), he triggered a Knowledge Panel within weeks. You can read the full walkthrough of Scott’s claiming process here.
Trenton Sandler — An interesting edge case. Trenton’s score sits around 497, which is significantly higher than most individuals. What drove it? Consistent entity references across music platforms, a Wikidata entry, and digital properties that all corroborate the same identity. His Wikidata item connects to Spotify, Apple Music, and other identifiers — exactly the kind of structured data Google’s algorithms reward.
Dennis Yu — My own score has fluctuated over the years. After connecting my name to consistent entity identifiers across Wikidata, Crunchbase, LinkedIn, and media appearances, the score stabilized at a level that maintains a full panel with photos, social links, and company associations. The difference between a score that triggers a panel and one that doesn’t can be surprisingly thin.
What Actually Drives the Score Up
Four factors carry the most weight in the Google Knowledge Graph scoring system. Understanding these turns the confidence score from a mystery number into something you can influence.
1. Source Authority
Not all mentions are equal. A reference on a high-authority news site carries exponentially more weight than a mention on a random blog. Google evaluates the trustworthiness of every source that mentions you and weighs the score accordingly. This is why digital PR — getting featured in industry publications, podcasts with real audiences, and news outlets — matters so much for entity building.
2. Cross-Source Consistency
If your LinkedIn says you’re a “marketing strategist,” your personal site says “growth consultant,” and your Crunchbase says “CEO,” Google gets confused. Consistency across platforms is one of the simplest things to fix and one of the most impactful. Use the same name, the same title, the same photo, and the same bio structure everywhere. We call this corroboration — when multiple independent sources confirm the same facts, Google’s confidence goes up.
3. Structured Identifiers
This is the one most people miss entirely. Google doesn’t just look at text on web pages — it looks for structured data that machines can read:
Wikidata entries — Creating a Wikidata item for yourself (with proper references) gives Google an unambiguous identifier. This is the single highest-leverage action for most people trying to trigger a panel.
Schema markup on your website — Using schema.org/Person or schema.org/Organization markup helps Google connect your website content to your entity. Include your sameAs property linking to your LinkedIn, Crunchbase, Wikidata, and social profiles.
Crunchbase, ISNI, ORCID — These are authoritative databases that Google explicitly trusts. Having entries in them adds weight to your entity profile.
4. Entity Relationships
Your score doesn’t exist in isolation. Google also considers who and what you’re connected to. Are you associated with known companies? Have you appeared on podcasts hosted by established entities? Are you connected to recognized events? These relationships form the entity graph — the web of connections that strengthens your individual node. This is why building an SEO tree of connected entity pages matters so much for long-term authority.
Three Strategies to Raise Your Score
Based on the hundreds of entities we’ve helped build, these three approaches reliably move your Google Knowledge Graph confidence score.
Strategy 1: Authoritative Corroboration
Get the same core facts about you confirmed across multiple high-authority sources. Your name, title, company, and key achievements need to appear identically on your personal website, LinkedIn, Crunchbase, Wikidata, and any media features. The more independent, authoritative sources that say the same thing about you, the higher the score climbs. For a step-by-step guide on implementing this, see our complete Knowledge Panel optimization guide.
Strategy 2: Digital PR and News Cycles
Every press mention, podcast feature, and conference appearance generates a citation that Google indexes. But it only counts if Google can verify it — meaning there needs to be a live, crawlable link connecting the mention to you. Speaking at events where your appearance is documented publicly is one of the most natural ways to build these citations over time.
Strategy 3: Structured Identifiers (Google Stacking)
This is what we call Google Stacking: deliberately building structured data entries across Google Knowledge Graph-trusted platforms. Create or claim your entries on Wikidata, Crunchbase, Google Scholar (if applicable), and Apple Podcasts (if you host one), then add schema.org markup to your website. Each verified identifier acts as an anchor point for your entity, making it harder for Google to confuse you with someone else and easier for the algorithms to assign confidence.
Confidence Score and Brand SERPs
Your Google Knowledge Graph confidence score doesn’t just affect whether you get a Knowledge Panel. It influences your entire Brand SERP — the search results page people see when they Google your name.
A strong confidence score means Google is more likely to show your panel, your social profiles, your images, and your associated content prominently. It means Google trusts its own understanding of who you are enough to present you confidently to searchers. That trust extends across Google properties: Search, Discover, Images, News, and increasingly, AI-generated answers.
For business owners and personal brands, this translates directly into client trust. When someone Googles you before a sales call and sees a verified panel with your photo, company, and credentials, the conversation starts on completely different footing than if your name returns a jumble of irrelevant results.
What to Do Next
Start by checking your Google Knowledge Graph score with the BlitzMetrics Knowledge Panel Tool. It takes 10 seconds and gives you a baseline.
If your score is low or nonexistent, work through our guide on how to trigger a Knowledge Panel — the seven steps that build the entity foundation Google needs to assign you a score.
If your score is high enough to have a panel but you haven’t claimed it, follow our step-by-step claiming guide to take ownership.
And to understand the bigger picture — how entities, authority, and AI search all connect — read our breakdown of entity SEO and how Google decides who ranks.
If Google has created duplicate panels for you, our guide on how to merge Knowledge Panels walks through how to fix it. And for the full overview of what Knowledge Panels are and how to get one, start with our Knowledge Panel hub page.
The Google Knowledge Graph confidence score isn’t a vanity metric. It’s the best proxy we have for how well Google understands who you are. And in a world where AI tools like ChatGPT, Perplexity, and Claude pull from the same knowledge graph, that understanding determines whether you get recommended — or forgotten.
See confidence scores in practice: Check out our Knowledge Panel case studies for real before-and-after scores from people we’ve helped, or run your own entity through the BlitzMetrics Knowledge Graph Explorer to see where you stand.
