Entity Salience: How to Increase It for AI Citations
Entity salience is the score that signals how prominently a page represents a given entity. Raising it requires consistent surface forms, disambiguation via knowledge-graph IDs, co-occurrence with related entities, and topical authority across the site — not just keyword density.
TL;DR
LLMs do not just count words; they extract entities and rank them. To raise salience for an entity on a page, mention it early, mention it with consistent surface forms, link it to a public knowledge-graph identifier, surround it with related entities. Back the page with sibling content that reinforces the same entity cluster.
What is entity salience?
Entity salience is a numeric score (typically 0-1) representing how central an entity is to a piece of content. Google's Cloud Natural Language API computes salience for every recognized entity in a document. The same general signal informs how AI engines decide which entity a document is "about" — and therefore which queries it should be cited for.
A document can mention an entity dozens of times and still score low salience if:
- It is mentioned ambiguously.
- Mentions cluster late in the document.
- The surrounding entities point toward a different topic.
- The site as a whole has no topical authority on the entity.
Why salience matters for AI citations
When an AI engine retrieves candidates for a query, it must decide which document best represents the queried entity. Salience is one of the strongest priors:
- High salience pages float to the top of retrieval.
- Low salience pages may rank for keywords but rarely get cited.
- Salience signals also feed grounding decisions — if your page is the salient page for the entity, the engine is likelier to attribute claims to you.
How AI engines estimate salience
The inputs (named entity recognition, position weighting, knowledge-graph linking, co-occurrence) collectively yield a salience-like ranking. While the exact formulas are vendor-specific, the public behavior is consistent across engines:
- Recognition. The engine extracts entity spans and links them to canonical IDs.
- Position weighting. Mentions in the title, H1, first paragraph, and headings outweigh body mentions.
- Disambiguation. sameAs and surrounding context help resolve which "Apple" or "Mercury" is meant.
- Co-occurrence. Related entities present in the document corroborate the topic.
- Site-level prior. A site that already represents the entity well across many pages gets a boost.
The 5-axis salience rubric
Use this to score a page (each axis 0-2, total 0-10):
| Axis | 0 | 1 | 2 |
|---|---|---|---|
| Surface form consistency | Mixed names, abbreviations | Mostly consistent | One canonical name + listed aliases |
| Position weighting | Entity buried below the fold | Entity in first paragraph | Entity in title, H1, lead, and ≥1 H2 |
| Disambiguation | No graph link | Wikipedia link | sameAs to Wikidata + schema entity markup |
| Co-occurrence | Unrelated entities dominate | Some related entities | Dense cluster of canonical sibling entities |
| Site-level prior | Single page on the entity | Several pages, weakly linked | Authoritative cluster: hub + spokes + glossary |
A score of 8-10 is salient; 5-7 is recoverable; below 5 will struggle to be cited.
Tactics to raise entity salience
1. Pin a canonical surface form
Decide on one canonical name (e.g. "OpenAI’s ChatGPT") and stick to it. Document acceptable aliases in your style guide. Avoid silent rebrand drift across pages.
2. Front-load the entity
- Title and H1 contain the canonical name.
- The first sentence introduces the entity.
- At least one H2 names the entity directly.
3. Disambiguate explicitly
- Add sameAs schema linking to Wikidata, Wikipedia, official site, and major directories.
- For ambiguous names, briefly disambiguate in prose: "Mercury (the metal)".
- Use schema types that match the entity (Organization, SoftwareApplication, Person).
4. Surround with related entities
LLMs corroborate via co-occurrence. For an entity X, ensure related entities Y, Z, W appear nearby. For example, an article on "Retrieval-Augmented Generation" should co-mention vectors, embeddings, chunking, retrieval, and model grounding.
Use an entity coverage map to plan the cluster intentionally.
5. Build site-level authority
One page rarely wins salience alone. Reinforce with:
- A pillar definition page.
- Multiple support articles linked from the pillar.
- Glossary entries for related sub-entities.
- Internal anchor text that uses the canonical entity name.
See GEO Authority Signal Engineering for the broader framework.
6. Use structured data deliberately
- Article.about references the canonical entity.
- mentions[] lists related entities.
- mainEntityOfPage consolidates page-to-entity binding.
- Knowledge graph markup specification for AI search documents the full pattern.
7. Audit for negative signals
- Pages that mention competing entities equally weight the salience away.
- Misspellings of the canonical name reduce recognition confidence.
- Mixing entities of similar types (multiple products, multiple people) without clear primary entity creates ambiguity.
Diagnosing low salience
When a page should be salient but is not cited:
- Run the page through Google Cloud Natural Language API; verify the target entity appears with non-trivial salience.
- Check the entity disambiguation — is it linked to the right Wikidata item?
- Sample 5 AI engine answers; do they cite a competitor consistently?
- Map co-occurring entities; are unrelated entities crowding the page?
- Inspect site-level support — does any other page reinforce this entity?
Measurement
- Track per-entity citation rate using LLM citation benchmarks.
- Maintain an entity registry (also serves as the canonical concept IDs registry) with target salience levels.
- Re-score pages quarterly via the rubric and during the quarterly GEO audit.
Common pitfalls
- Keyword stuffing. Repetition without context lowers, not raises, salience because it dilutes co-occurrence relevance.
- One-shot disambiguation. A single Wikipedia link without sameAs is fragile.
- Inconsistent aliases. Switching between "GPT-4", "GPT4", and "OpenAI's GPT-4" splits the recognition signal.
- Cluster contamination. A glossary that defines five products on one page rarely earns salience for any of them.
- Stagnant entities. Knowledge-graph profiles age; broken sameAs targets hurt rather than help.
FAQ
Q: How is entity salience different from keyword density?
Keyword density counts surface forms; salience evaluates how prominently the document represents the entity, accounting for position, disambiguation, and surrounding entities. A high-density page can be low-salience and vice versa.
Q: Do I need a Wikidata entry for my brand to win salience?
Not strictly, but it helps significantly. A clean Wikidata item plus consistent sameAs references improves disambiguation across all major AI engines.
Q: Can I raise salience on a page without rewriting it?
Partially. Tightening the title, fixing the lead paragraph, adding sameAs schema, and improving internal anchor text can lift salience materially without a full rewrite — but persistent issues require structural edits.
Q: What is the relationship between entity salience and topical authority?
Salience is per-page; topical authority is per-site. They reinforce each other: high topical authority lifts the salience floor for individual pages, and an absence of either limits citations.
Q: How quickly does a salience improvement show up in AI citations?
For retrieval-time engines (Perplexity, ChatGPT search, AI Overviews) within 1-3 crawl cycles. For training-time citations, only after the next model refresh. Always validate with a benchmark.
Bài viết liên quan
AI Search User Intent Taxonomy: How Users Query Generative Engines
AI search user intent taxonomy mapping conversational, exploratory, transactional, and verification queries to GEO/AEO content patterns and citation outcomes.
Canonical Concept IDs: Dedupe and Content Clustering Playbook
Specification for canonical_concept_id: naming rules, dedupe strategy, and clustering across content types so GEO/AEO sites stay coherent at scale.
GEO Authority Signal Engineering: A 6-Phase Framework for AI Citation Trust
GEO authority signal engineering framework: a 6-phase model for building trust signals that lift AI citation rates across ChatGPT, Perplexity, and Gemini.