“If Google can detect entities, why do we need to help it?”
Because machine understanding isn’t perfect—especially with ambiguous content, missing markup, or disorganized information architecture.
The core mission here is to explicitly pass entity information to Google in a machine-readable format.
@type: Product, Person, Organization)name, brand, location)sameAs, offers, relatedLink)<script>
“about”: [
{“@type”: “Thing”, “name”: “Google_Knowledge_Graph”, “sameAs”: “https://en.wikipedia.org/wiki/Google_Knowledge_Graph”},
{“@type”: “Organization”, “name”: “Google”, “sameAs”: “https://en.wikipedia.org/wiki/Google”},
{“@type”: “Thing”, “name”: “knowledge graph”, “sameAs”: “https://en.wikipedia.org/wiki/Knowledge_Graph”},
],
“mentions”: [
{“@type”: “Thing”, “name”: “concept”, “sameAs”: “https://en.wikipedia.org/wiki/Concept”},
{“@type”: “Thing”, “name”: “users”, “sameAs”: “https://en.wikipedia.org/wiki/User_(computing)”},
{“@type”: “Thing”, “name”: “entities”, “sameAs”: “https://en.wikipedia.org/wiki/Named_entity”},
{“@type”: “Thing”, “name”: “data”, “sameAs”: “https://en.wikipedia.org/wiki/Data”},
{“@type”: “Thing”, “name”: “INPUT”, “sameAs”: “https://en.wikipedia.org/wiki/Information”},
{“@type”: “Thing”, “name”: “result”, “sameAs”: “https://en.wikipedia.org/wiki/Result”}
]
}
</script>
1. Categorizing the concept into either thing, person, place or organization
2. Expressing the Keyword you are using
3. Connecting that keyword to something that has a KGMID, such as a Wikipedia article
“sameAs”: https://en.wikipedia.org/wiki/Google_Knowledge_Graph
Let’s break it down by page type:
Organization schema if you’re a companyLocalBusiness schema if you have a local office or storeWebSite or WebPage for general presenceItemList or breadcrumb schemasProduct schemaService + LocalBusinessareaServed, audience, provider, sameAs, description, hasOfferCatalogArticle or BlogPostingheadline, author, datePublished, publisher, sameAsALSO READ …
Using E-A-V (Entity-Attribute-Value) in schema:
{
"@context": "https://schema.org",
"@type": "Product",
"name": "iPhone 16",
"brand": {
"@type": "Organization",
"name": "Apple Inc.",
"sameAs": "https://en.wikipedia.org/wiki/Apple_Inc."
},
"offers": {
"@type": "Offer",
"price": "1299.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
} This markup anchors the entity and its attributes into Google’s NLP pipeline. If you omit this, Google may infer, but never with full confidence.
sameAs"sameAs": [
"https://en.wikipedia.org/wiki/Plumbing",
"https://www.facebook.com/mrrooter"
] Use tools like:
Make sure:
name, url, image)Article instead of Service)sameAs URLs (no entity disambiguation)| Practice | Benefit |
|---|---|
Use sameAs with authoritative sources | Boosts Google’s confidence in entity mapping |
| Add schema to key pages only | Improves efficiency and relevance |
| Validate all JSON-LD regularly | Prevents crawl/indexing errors |
| Align schema content with visible content | Avoids spam/penalties |
| Include reviews, ratings, and availability | Enables rich results (stars, stock, etc.) |
Structured Data is not just for SERP features—it’s for machine understanding.
It tells Google:
Google uses this structured data to:
In essence, you are feeding the machine—not just decorating the SERP.
Next in Part 23: What is Query Semantics? Understanding Context in Search Queries
Disclaimer: This [embedded] video is recorded in Bengali Language. You can watch with auto-generated English Subtitle (CC) by YouTube. It may have some errors in words and spelling. We are not accountable for it.
Digital photography is technically perfect and emotionally cold. Film photography is technically imperfect and emotionally…
Your profile photo is doing more work than you realise. It is the first thing…
The most memorable photographs in cinema are never just portraits and never just landscapes. They…
Recraft AI has pushed the boundaries of what's possible in artificial intelligence image generation with…
Film photography carries a magic that digital rarely captures. That perfect imperfection of grain dancing…
Vintage photography captures something modern digital shots rarely achieve: the dreamlike quality of memories that…
This website uses cookies.