What 'Entity' Means in SEO and LLMO Context
In short
An entity is a discrete, identifiable thing — a company, person, product, place, or concept — with a unique identifier and structured relationships to other entities. In SEO and LLMO, entities replace keywords as the primary unit search engines and LLMs reason about.
For most of search history, optimization was about keywords. You picked a phrase, matched it on the page, and ranked.
Entities are different. An entity is a thing in the world — Alice Labs, Stockholm, ChatGPT, Linus Ingemarsson — not a string of characters.
The shift matters because LLMs and modern search systems no longer treat queries as bags of words. They identify the entities a query references and retrieve based on how those entities are connected — which is why AI search optimization now starts with entity graph work, not keyword research.
Four properties define an entity in this technical sense:
- Discrete identity. The entity is one specific thing — not a category or a phrase. "Alice Labs" is an entity. "AI consultancy" is a category.
- Unique identifier. A canonical URL, a Wikidata QID (e.g. Q42), a Wikipedia article URL, or a stable Schema.org @id pinpoints the entity unambiguously.
- Structured relationships. The entity is connected to others — founders, products, locations, industries — via typed properties (founded_by, located_in, instance_of).
- Authority signals. Multiple independent sources reference the same entity with consistent attributes, building trust.
Treat entities as the building blocks. Keywords describe how people search; entities describe what they are searching for.
The Knowledge Graph Era: Wikipedia, Wikidata, Schema.org
In short
Google launched the Knowledge Graph on May 16, 2012, drawing data from Wikipedia, Wikidata, the now-defunct Freebase, the CIA World Factbook, and crawled web sources. It established 'things, not strings' as the foundation of modern search and seeded the same authority graph LLMs now train on.
Google announced the Knowledge Graph on May 16, 2012 with the tagline "things, not strings." It was the first large-scale, entity-based retrieval layer in mainstream search.
The original Knowledge Graph drew from a small set of authoritative structured sources. Wikipedia and Wikidata were the largest. Freebase (acquired by Google, later wound down) and the CIA World Factbook contributed factual data.
Crawled web data filled in the rest — but only when it could be reconciled to a known entity. The lesson was clear: existing in the Knowledge Graph required existing in a structured source first.
Three foundational projects underpin the entity web:
- Wikipedia. The single highest-authority entity source on the open web. Entries pass strict notability checks and are referenced as ground truth by both Google and most LLM training pipelines.
- Wikidata. Wikimedia's structured-data project, launched in 2012. Each entity has a Q-number identifier (e.g. Q42 for Douglas Adams) and machine-readable properties.
- Schema.org. Founded in 2011 by Google, Microsoft, Yahoo, and Yandex. Provides the vocabulary (Organization, Person, Place, Product) websites use to declare their own entity data.
Google's algorithmic shift toward entities accelerated through three named updates. Hummingbird (2013) emphasized semantic intent over keyword matching, BERT (2019) improved natural-language understanding, and MUM (2021) extended multi-modal entity reasoning.
Each step pushed search further from string matching and deeper into entity disambiguation. By 2024, the same datasets that train the Knowledge Graph also train the foundation models behind ChatGPT, Claude, and Gemini.
How LLMs Recognize Entities (Training Data + On-Page Signals)
In short
LLMs recognize entities through two channels: pre-training on large open corpora (Wikipedia, Wikidata, Common Crawl, books, code) and inference-time signals (Schema.org markup, named-author metadata, sameAs links). The first establishes which entities exist; the second reinforces them on each crawl.
LLMs do not read your website live every time they answer a question. Their understanding of entities is built in two phases.
Phase 1: Pre-training. Foundation models ingest massive open corpora — Wikipedia, Wikidata dumps, Common Crawl, books, scientific papers, and code. Entities that appear repeatedly across these sources become well-known to the model.
This is why Wikipedia matters disproportionately. A single Wikipedia article about your brand seeds entity recognition across every major LLM trained after the article was published.
Phase 2: Inference-time retrieval. Modern AI search tools (ChatGPT search, Perplexity, Claude, Gemini, Google AI Overviews) retrieve fresh web pages at query time and reconcile what they find against their internal entity model.
On-page signals at this stage are the levers websites can directly control:
- Schema.org Organization markup. Declares the publisher entity in machine-readable form on every page.
- sameAs property. Links your Schema.org entity to its Wikipedia, Wikidata, LinkedIn, and Crunchbase identities so retrieval systems can disambiguate.
- Named author metadata. Person schema with role, affiliation, and sameAs links to LinkedIn establishes individual author entities.
- Consistent NAP. Identical name, address, and phone across the site, Google Business Profile, LinkedIn, and directories reinforces a single canonical entity.
- Citation-rich prose. Pages that name and link to recognized entities (research, institutions, experts) earn higher extraction scores in retrieval ranking.
The two phases compound. Pre-training establishes baseline recognition; inference-time signals refresh and refine it.
Entity SEO Tactics: sameAs, Knowledge Panels, Structured Data
In short
The highest-leverage entity SEO tactics are: deploying Schema.org Organization with a complete sameAs array, triggering a Knowledge Panel via verified directory presence, and reinforcing entity relationships through Person, Product, and Place schema across templates.
With the authority foundation in place, the on-site work makes that authority machine-readable.
The sameAs property. sameAs is the single most important property in Schema.org for entity SEO. It declares "this Organization is also the entity at these URLs" — and modern retrieval systems use it for cross-source verification.
A high-quality sameAs array for a B2B brand looks like this:
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://alicelabs.ai/#organization",
"name": "Alice Labs",
"url": "https://alicelabs.ai",
"logo": "https://alicelabs.ai/logo.png",
"description": "Nordic AI consultancy specialising in enterprise AI implementations and LLMO.",
"sameAs": [
"https://www.wikidata.org/wiki/Q-NUMBER",
"https://www.crunchbase.com/organization/alice-labs",
"https://www.linkedin.com/company/alicelabsai",
"https://en.wikipedia.org/wiki/Alice_Labs"
]
}
Only include URLs you actually own or that authoritatively reference the same entity. Adding random social URLs dilutes the signal.
Knowledge Panel triggers. A Knowledge Panel is the box that appears on the right of Google search results for recognized entities. There is no formal application process — they appear when Google's confidence in the entity passes a threshold.
The pattern across our 100+ Nordic enterprise implementations is consistent. Knowledge Panels typically follow some combination of:
- A claimed Wikidata entry with complete properties
- A Wikipedia article (when notable enough)
- Verified Google Business Profile
- Consistent Schema.org Organization with sameAs
- Multiple authoritative directory listings (Crunchbase, LinkedIn)
- Independent press coverage referencing the brand by name
Structured data beyond Organization. Layer additional Schema.org types where they apply. Person schema for authors and executives. Product schema for SaaS offerings. Place schema for offices. Each adds entities and relationships to your site's machine-readable graph.
Validate every block with Google's Rich Results Test and the official validator at validator.schema.org before deployment.
Want to know how strong your brand entity is right now?
We run an entity audit covering Knowledge Panel coverage, Wikidata and Wikipedia presence, Schema.org Organization+sameAs completeness, directory consistency, and LLM citation frequency — benchmarked against our LLMO Citation Benchmark across 100+ Nordic enterprise implementations.
Request an entity SEO auditLLMO Entity Strategy: Citation Patterns and Entity-Rich Content
In short
Entity SEO compounds in LLMO because LLMs cite recognized entities far more often than ambiguous brands. Pages that combine entity-clear definitions, named-entity citations, and structured Organization+Person markup hit multiple Aggarwal et al. (2024) signals — which contributed to the up-to-40% generative-engine visibility lift the paper documented.
LLM citation behaviour favours recognized entities. When Claude or Perplexity generates an answer, it preferentially cites sources whose publisher is a known entity over those whose publisher is ambiguous.
Three content patterns operationalise entity SEO inside LLMO content.
1. Open with an entity definition. The first 40-50 words of any pillar page should define the page's primary entity — its category, function, and audience.
This block is the most-extracted unit on the page. LLMs lift it directly when users ask "what is X?" queries. Make sure the entity is named and qualified clearly.
2. Cite named entities, not generic claims. Replace "research shows" with "Aggarwal et al. (2024) found." Replace "industry leaders" with named brands. Each named entity is a verifiable hook for retrieval systems.
Aggarwal et al. (2024, arXiv:2311.09735) tested nine GEO methods and found that adding citations, statistics, and quotation from authoritative sources together produced up to 40% lift in source visibility — the highest of all methods tested.
3. Reinforce author and publisher entities. Person schema with sameAs to LinkedIn, plus consistent author bylines and credentials, builds the author entity LLMs use to weight credibility.
Combined with Organization schema referencing the same publisher @id across every article, this creates a small but coherent entity graph LLMs can follow.
Entity-rich content is also citation-friendly content. The two disciplines reinforce each other in a way that pure keyword-driven content does not.
Measurement: Knowledge Panel, Wikipedia, LLM Citation Frequency
In short
Track entity strength across three signals: Knowledge Panel presence and completeness in Google search, Wikipedia and Wikidata coverage, and LLM citation frequency in a fixed prompt set across ChatGPT, Claude, Perplexity, and Google AI Overviews.
Entity SEO is measurable, but not via traditional rank tracking. The right signals live across Google's surfaces, the structured-data web, and AI search outputs.
1. Knowledge Panel presence. Search your brand name in an incognito window. A panel on the right with logo, description, founding date, headquarters, and social links indicates Google has consolidated your entity.
Track which fields are filled, which are missing, and whether the data matches your canonical site. Discrepancies point to which source Google currently trusts most.
2. Wikipedia and Wikidata coverage. Check whether Wikipedia has a page about your brand and whether Wikidata has a Q-number entry. Audit Wikidata properties quarterly — outdated founder, headquarters, or industry fields propagate everywhere.
3. LLM citation frequency. Define a fixed set of 30-50 prompts that map to your category and queries you want to win. Run them monthly across ChatGPT, Claude, Perplexity, and Google AI Overviews.
Log how often your brand is named in answers, in what context, and against which competing entities. Citation share — not ranking — is the LLMO success metric.
4. Referral analytics. ChatGPT, Perplexity, and Claude send referral traffic when users click citations. Filter GA4 by chatgpt.com, perplexity.ai, and claude.ai source/medium to quantify downstream impact.
Take a baseline before you start. Re-measure quarterly. Combine entity-strength gains with content quality work — the two compound.
About the Authors & Reviewers

Co-Founder, Alice Labs
Co-Founder at Alice Labs. Author of 7 research reports on AI adoption, governance and labor markets cited across EU, OECD and US benchmarks.
- 8+ years in AI strategy & implementation
- Top-5 AI Speaker, Sweden (Mindley 2025)
- 100+ enterprise AI engagements

Co-Founder, Alice Labs
Co-Founder at Alice Labs. Builds AI automation, agent workflows and integration systems that hold up in real business operations.
- AI automation & agent systems lead
- Workflow design across 100+ deployments
- Specialist in RAG, integrations & APIs
Frequently Asked Questions
What is entity SEO?
Entity SEO is the practice of optimizing for search and AI systems by establishing your brand, products, and people as discrete, machine-readable entities. It uses Schema.org markup, Wikidata, Wikipedia, and authoritative directories to create a verifiable identity that Google's Knowledge Graph and LLMs (ChatGPT, Claude, Perplexity, Gemini) can recognise and cite.
When did Google's Knowledge Graph launch?
Google launched the Knowledge Graph on May 16, 2012 with the message 'things, not strings.' Its original sources were Wikipedia, Wikidata, the now-defunct Freebase, the CIA World Factbook, and crawled web data reconciled to known entities. It marked the start of Google's shift from keyword matching to entity-based search.
How do I get a Wikipedia page for my brand?
You cannot create one directly without conflict-of-interest issues. You earn one when independent secondary sources — journalists, analysts, researchers — cover your brand in depth. Treat Wikipedia as a downstream outcome of credibility and PR work, then have an experienced neutral editor draft the article following Wikipedia's notability and sourcing rules.
What is the sameAs property in Schema.org?
sameAs is a Schema.org property that links your declared entity to its identities elsewhere on the web — Wikipedia, Wikidata, LinkedIn, Crunchbase, and verified social profiles. Modern search engines and LLM retrieval systems use sameAs for cross-source entity verification, making it the single highest-leverage on-page entity signal you control.
Do LLMs like ChatGPT and Claude actually use entity data?
Yes, in two ways. They learn entities during pre-training on Wikipedia, Wikidata, books, and crawled web data. At inference time, AI search tools (ChatGPT search, Perplexity, Claude, Gemini) retrieve fresh pages and reconcile what they find against their internal entity model. Schema.org Organization, Person, and sameAs markup help that reconciliation succeed.
What triggers a Google Knowledge Panel?
There is no formal application. Knowledge Panels appear when Google's confidence in the entity passes a threshold. The reliable pattern combines a Wikidata entry, ideally a Wikipedia article, verified Google Business Profile, consistent Schema.org Organization with sameAs, multiple authoritative directory listings, and independent press coverage that names the brand explicitly.
How is entity SEO different from traditional keyword SEO?
Keyword SEO targets query strings on a page. Entity SEO targets the underlying things those queries refer to. Modern Google (post-Hummingbird 2013, BERT 2019, MUM 2021) and LLMs reason in entities, not keywords. Entity SEO replaces 'rank for X phrase' with 'be the recognized entity for X concept' — a more durable model in the AI search era.
How do I measure whether my entity SEO is working?
Track four signals quarterly. (1) Knowledge Panel presence and field completeness in Google search. (2) Wikipedia and Wikidata coverage and accuracy. (3) LLM citation frequency in a fixed 30-50 prompt set across ChatGPT, Claude, Perplexity, and Google AI Overviews. (4) Referral traffic in GA4 from chatgpt.com, perplexity.ai, and claude.ai. Citation share, not ranking, is the success metric.
Citation Optimization for AI: Get Linked from AI Answers (2026)
Next in AI Search & LLMOGoogle AI Overviews Explained: How They Work & How to Appear
Further reading
- Schema.org — Organization type reference· schema.org
- Wikidata — structured data hub for the Knowledge Graph and LLMs· wikidata.org
- Wikipedia — the highest-authority entity source on the open web· en.wikipedia.org
- GEO: Generative Engine Optimization (Aggarwal et al., 2024)· arxiv.org
Related reading
Schema.org for AI Search: A JSON-LD Playbook
Companion how-to with real JSON-LD for Organization, Person, and sameAs entity markup.
13 min glossaryWhat Is LLMO? Large Language Model Optimization Explained
Glossary definition of LLMO — the overarching discipline that entity SEO powers in the AI era.
7 min pillarAI Search Optimization: Complete Guide for 2026
Full playbook covering Perplexity, ChatGPT, Claude, and Google AI Overviews.
14 min comparisonGEO vs SEO: What's the Difference?
Side-by-side comparison of generative engine optimization and search engine optimization.
8 minSources
- Google — 'Introducing the Knowledge Graph: things, not strings' (May 16, 2012)(accessed 2026-05-06)
- Schema.org — Organization type reference(accessed 2026-05-06)
- Wikidata — Wikimedia Foundation structured data project(accessed 2026-05-06)
- Wikipedia — open encyclopedia and primary entity source(accessed 2026-05-06)
- Aggarwal et al. — GEO: Generative Engine Optimization (arXiv:2311.09735, 2024)(accessed 2026-05-06)
- Jeremy Howard / Answer.AI — llms.txt proposal (September 2024)(accessed 2026-05-06)
- SparkToro / Datos — 2024 zero-click search analysis(accessed 2026-05-06)
Next scheduled review: