> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.platelunchcollective.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Entity Linking

> Entity linking is the process of connecting a mention of an entity in text to its canonical record in a knowledge base — mapping 'Apple' in a sentence to the...

*Technical implementation* · *Entity & Knowledge Graph*

## Definition

Entity linking is the process of connecting a mention of an entity in text to its canonical record in a knowledge base — mapping "Apple" in a sentence to the Apple Inc. entry in a knowledge graph, for example, rather than to the fruit.

## Why It Matters for AI Search

Entity linking is how AI systems resolve ambiguity at the document level. Content that includes disambiguating context — full company names, location references, industry terms, and sameAs markup — makes entity linking more accurate and reduces the risk of a brand mention being attributed to the wrong entity. For brands with common or ambiguous names, explicit disambiguation is one of the highest-leverage entity optimization moves available.

## Related Terms

<CardGroup cols={2}>
  <Card title="Named entity recognition" href="/ai-search-glossary/named-entity-recognition" />

  <Card title="Disambiguation page" href="/ai-search-glossary/disambiguation-page" />

  <Card title="sameAs array" href="/ai-search-glossary/sameas-array" />

  <Card title="Entity ID" href="/ai-search-glossary/entity-id" />

  <Card title="Entity extraction" href="/ai-search-glossary/entity-extraction" />
</CardGroup>

## Relevant Plate Lunch Collective Services

[Entity SEO](https://www.platelunchcollective.com/services/entity-seo)
