“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.
What Is Vidu AI? Vidu transforms text, images, or sketches into animated videos. But here's…
Every woman carries a story in her posture, her gaze, and the quiet strength behind…
Studio lighting is what separates a snapshot from a portrait. The difference is not the…
Colour tells you what something looks like. Black and white tells you how it feels.…
Every great movie poster tells you the entire film in a single image. The lone…
Digital photography is technically perfect and emotionally cold. Film photography is technically imperfect and emotionally…
This website uses cookies.