Course → Module 9: AI Search and Entity Recognition
Session 1 of 7

Two Search Paradigms

Traditional search (Google organic results) works like a librarian. You ask a question. The librarian points you to 10 books that might contain the answer. You read the books yourself.

AI search (Google AI Overviews, Perplexity, ChatGPT with browsing) works like an analyst. You ask a question. The analyst reads every relevant source, synthesizes an answer, and hands it to you with citations. You never need to visit the source.

This difference changes what it means to be visible. In traditional search, ranking on page one gets you clicks. In AI search, being recognized as a reliable entity gets you cited. If the AI does not know you exist or does not trust your entity, your content is invisible regardless of how well it ranks.

In traditional search, you compete for clicks. In AI search, you compete for citations. The entity that gets cited is the one the AI recognizes as authoritative.

The Three Layers of AI Search

AI search tools pull information from three distinct layers, each with different characteristics and different optimization strategies.

graph TD Q["User Query"] --> AI["AI Search Engine"] AI --> L1["Layer 1: Training Data
(Static, from model training)"] AI --> L2["Layer 2: Retrieved Sources
(Real-time web results)"] AI --> L3["Layer 3: Knowledge Graphs
(Structured entity data)"] L1 --> A["Synthesized Answer"] L2 --> A L3 --> A style L1 fill:#222221,stroke:#c8a882,color:#ede9e3 style L2 fill:#222221,stroke:#6b8f71,color:#ede9e3 style L3 fill:#222221,stroke:#8a8478,color:#ede9e3
Layer Source Freshness Your Influence
Training data Web crawls (Common Crawl), Wikipedia, books, news archives Months to years old (from when model was trained) Indirect: get mentioned in crawled sources
Retrieved sources Real-time web search results (Google, Bing) Current (live web results) Direct: rank in traditional search
Knowledge graphs Google Knowledge Graph, Wikidata, structured data Regularly updated Direct: build entity infrastructure

Platform Differences

Each AI search platform weighs these layers differently.

Google AI Overviews draw heavily from the Knowledge Graph and Google's own search results. If your entity is in the Knowledge Graph and your pages rank in the top 10 for relevant queries, you have the best chance of appearing in AI Overviews. Google AI Overviews now appear on more than 50% of search results pages.

Perplexity emphasizes real-time web retrieval. It searches the web live for every query and synthesizes from the top results. Fresh, well-structured content with clear factual statements performs well. Perplexity can surface new content within 72 hours of publication.

ChatGPT with browsing uses Bing results for retrieval and combines them with its training data. Entities well-represented in training data (Wikipedia, major news sites, authoritative publications) have an advantage even when real-time retrieval does not find them.

graph LR subgraph Google["Google AI Overviews"] G1["Knowledge Graph ★★★"] G2["Top 10 organic results ★★★"] G3["Training data ★"] end subgraph Perplexity["Perplexity"] P1["Real-time web retrieval ★★★"] P2["Training data ★★"] P3["Knowledge Graph ★"] end subgraph ChatGPT["ChatGPT"] C1["Training data ★★★"] C2["Bing retrieval ★★"] C3["Knowledge Graph ★"] end

What This Means for Entity Infrastructure

Entity infrastructure is the common denominator across all three AI platforms. Your structured data feeds the Knowledge Graph layer. Your content quality and rankings feed the retrieval layer. Your mentions in authoritative sources feed the training data layer.

A business with strong entity infrastructure (complete schema, verified GBP, consistent citations, Wikidata entry, topical authority content) has a presence in all three layers. A business with no entity infrastructure has a presence in none of them.

Entity Infrastructure Component AI Layer It Feeds
Schema.org markup (Organization, Person) Knowledge Graph
Google Business Profile Knowledge Graph
Wikidata entry Knowledge Graph + Training Data
Wikipedia mention Training Data
Press mentions on major news sites Training Data
Top-ranking content pages Retrieved Sources
Topical authority cluster Retrieved Sources + Knowledge Graph

AI search does not replace traditional SEO. It adds a layer on top where entity recognition determines whether the AI cites you. Everything you have built in Modules 1 through 8 feeds into AI visibility.

Further Reading

Assignment

Ask three different AI tools (ChatGPT, Perplexity, Google Gemini) the same question about your industry: "What are the best [your service] companies in [your city]?" Document: which companies are mentioned, what sources are cited, and whether you appear. Then ask each tool directly about your company by name. Record all responses. This is your AI visibility baseline.