AI Search

What AI search is and how it differs from traditional search — LLMs and RAG synthesize a cited answer from many sources instead of returning a ranked list of links.

First published: Jun 24, 2026 · Last updated: Jul 19, 2026 · Advanced
demand #4 in AI Search#10 on the site

AI search uses large language models and retrieval-augmented generation (RAG) to read many sources and write one synthesized, cited answer — instead of returning a ranked list of links — and it's reshaping how people find information without (yet) replacing traditional search, which is why SEOs need to understand who's winning, how much traffic it actually sends, and how to earn citations.

Explore this topic

Loading local progress…

AI Search Fundamentals

A grounded introduction to retrieval, citations, and visibility.

View the full learning path
Follow the guided pathStart with the first guide →
  1. Large Language Model (LLM)What a large language model is, how it predicts text token by token, the LLMs powering AI search (Gemini, GPT-4), and what they mean for SEO.
  2. AI CrawlersThe three kinds of AI crawler — training bots, AI-search indexers, and user-triggered fetchers — the major named ones, and how to control each without hurting SEO.
  3. AI CitationsHow AI answer engines choose which pages to cite — the retrieved/mentioned/cited distinction, why citation isn't ranking or backlinks, and what actually makes a page more likely to be cited in Google AI Overviews, ChatGPT, Perplexity, and Copilot.
  4. llms.txtllms.txt is a proposed Markdown file at /llms.txt for guiding AI systems. Google ignores it, 97% of files get zero requests, and Claude Code is the real reader.

OpenAI documents web retrieval with inline citations and source metadata. Evidence for this claim OpenAI's web search tool can retrieve current web information and return responses with inline citations and source metadata. Scope: OpenAI API web search; ChatGPT product behavior can differ. Confidence: high · Verified: OpenAI: Web search guide Google documents query fan-outQuery fan-out is the technique where an AI search system breaks a single user question into multiple related sub-queries, runs those searches concurrently, and synthesizes the retrieved results into one answer. Google confirms AI Overviews and AI Mode 'may use a query fan-out technique' issuing multiple related searches across subtopics. as a possible retrieval technique, not a universal step in every AI response. Evidence for this claim Google says its AI search features may use query fan-out to issue multiple related searches across subtopics and data sources. Scope: Google AI Overviews and AI Mode; not every response necessarily uses fan-out. Confidence: high · Verified: Google: AI features and your website

TL;DR — AI searchAI search uses large language models and retrieval-augmented generation (RAG) to synthesize an answer from multiple sources rather than returning a ranked list of links. Examples include Google AI Overviews, ChatGPT Search, and Perplexity. synthesizes answers with LLMsA large language model (LLM) is a deep-learning model trained on massive text corpora to predict the next token and generate human-like text. LLMs use the transformer architecture and power AI search features like Google's AI Overviews (Gemini) and Bing Copilot (GPT-4). + RAGRAG is the retrieve-then-generate pattern behind AI search: the system retrieves relevant passages from an external index at query time, injects them into the model's context, and generates an answer grounded in those sources — without changing the model's weights. instead of ranking links. The major surfaces — Google AI OverviewsAI Overviews are the AI-generated summary box Google shows above or within its regular search results, written by Gemini models from pages retrieved out of Google's normal Search index. It's a Search feature, not a separate platform or index./AI Mode, ChatGPT Search, Perplexity, Bing Copilot, Grok, Gemini — mostly run the same retrieve → read → generate → cite loop over different indexes, fed increasingly by licensing deals (Reddit, AP, major publishers). It’s growing fast (~9.7x in a year) and converts unusually well (23x for Ahrefs), but Google still owns ~90% of search and sends ~190x more traffic than ChatGPT. In Ahrefs’ 75,000-brand correlation study, the strongest correlate wasn’t on-page SEO — it was branded web mentions (0.664 with AI Overview brand visibility vs. 0.326 for Domain Rating). And most of the new acronyms (GEOGenerative Engine Optimization (GEO) is the practice of optimizing content and brand presence so AI-powered search engines and assistants — Google AI Overviews, ChatGPT, Perplexity — cite, recommend, or mention you when generating answers. Google's position is that it's still SEO., AEOAnswer Engine Optimization (AEO) is the practice of structuring content so engines deliver it as a direct answer — featured snippets, voice assistants, and AI search — rather than just a ranked link. Coined for voice search in 2018 and revived for the LLM era. Google's position is that it's still SEO., LLMOAI search optimization is the practice of making your brand and content visible, citable, and accurately represented across AI-powered search — Google AI Overviews, ChatGPT, Perplexity, Copilot. It's built on traditional SEO plus a heavier emphasis on off-site brand mentions and content AI systems can cite.) describe SEO and PR work you already know.

This is the pillar hub for everything AI search. I gave a full talk on this at Ahrefs Evolve 2025 — “GEO? AEO? LLMO? What’s With All This AI Stuff?” — and most of the data here comes from that research.

What AI search actually is

AI search is any search system that uses an LLM to generate a synthesized answer from multiple sources, rather than retrieving and ranking documents for you to pick from. It takes three shapes:

  1. AI summaries on top of normal results — Google AI OverviewsAI Overviews are the AI-generated summary box Google shows above or within its regular search results, written by Gemini models from pages retrieved out of Google's normal Search index. It's a Search feature, not a separate platform or index., Bing Copilot answers.
  2. Standalone answer engines that replace the results page — Perplexity, ChatGPT Search.
  3. Conversational assistants that search on demand — ChatGPT with browse, Gemini, Grok.

The defining difference from traditional search is the last step. Classic search retrieves and ranks, then sends you to a page. AI search retrieves, reads, synthesizes, and writes — potentially without sending you anywhere.

How AI search works under the hood

AI search blends static model knowledge with current retrieval and curated sources before it writes an answer. Source: /ai-search/

Three source boxes—training data, live retrieval (RAG), and licensed content—feed a highlighted Generate and synthesize box. That step leads to a written answer with selected citations. Training data is static between training runs; live retrieval supplies current passages at query time; licensed content comes from curated publisher and platform agreements.

© Patrick Stox LLC · CC BY 4.0 ·

There are three ways an AI system gets the knowledge it answers from, and modern AI search blends all three:

  • Training data — the giant pre-training corpus (web crawls, books, code). It’s static until the next training run, so it’s stale by design and not where current facts come from.
  • RAG (retrieval-augmented generation) — live web retrieval at query time. The system searches, fetches the relevant chunks, and feeds them to the LLM so the answer reflects the current web. This is the engine behind Perplexity, ChatGPT Search, AI Overviews, and Copilot.
  • Licensed curated content — direct deals with publishers and platforms (more below).

In my Evolve talk I boil the model down to training data + RAG + temperature: the training gives general competence, RAG supplies the specific current facts, and a temperature setting controls how “creative” (read: unpredictable) the wording is. The practical takeaway is that being retrievable and citable at query time is what matters — your page doesn’t need to be “in the model,” it needs to be findable when the model goes looking.

Two RAG mechanics worth knowing:

  • Query fan-outQuery fan-out is the technique where an AI search system breaks a single user question into multiple related sub-queries, runs those searches concurrently, and synthesizes the retrieved results into one answer. Google confirms AI Overviews and AI Mode 'may use a query fan-out technique' issuing multiple related searches across subtopics.. Instead of one search, the system issues several related searches across subtopics and blends the results. Google does this for AI Overviews and AI Mode; Perplexity’s Deep Research runs an agentic loop across dozens of searches and hundreds of sources.
  • Citation vs. generation. The cited links you see aren’t necessarily the sources the answer was generated from — and the answer is generated, so it can be wrong even when the citations are real.

The major AI search engines

Google AI Overviews & AI Mode. Rolled out broadly in May 2024 (formerly SGE); AI Mode followed in 2025 for queries needing reasoning or comparison. It runs RAG + query fan-out over Google’s own index — and explicitly does not just pull the top organic results. AI Overviews appear on roughly 9.46% of desktop keywords (about 16% in the US) and, by Google’s own framing in my talk, on close to 19% of queries; by search volume that’s about 12.8% of all Google searches. The most-cited domains are Reddit, Wikipedia, and Quora. GooglebotGooglebot is Google's web crawler — the software that fetches pages so Google can index and rank them. It comes in two variants, Googlebot Smartphone (primary, under mobile-first indexing) and Googlebot Desktop, and runs an evergreen Chromium renderer. is the crawlerA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index..

ChatGPT Search (OpenAI). Two bots, two jobs: OAI-SearchBot crawls for real-time search and does not collect training data; GPTBot is for training. That separation matters — you can allow ChatGPT to surface your pages while blocking training use, or vice versa. ChatGPT rewrites your question into targeted queries sent to search partners, and leans on licensed content (Reddit, AP, news publishers). It’s the dominant AI assistant by a wide margin (see market share below).

Perplexity. The original “answer engine” — a fusion of search engine and LLM. It runs its own crawler (PerplexityBot, which treats XML sitemapsAn XML sitemap is a UTF-8 file listing the canonical URLs on your site (with optional lastmod) so search engines can discover and prioritize them. It's a discovery and diagnostic aid, not a guarantee of indexing — and Google ignores its priority and changefreq tags. as the primary discovery path) and its own curated index, plus live retrieval per query through a multi-stage RAG pipeline (intent parsing → hybrid retrieval → multi-tier rerankingReranking is the second stage of a retrieval pipeline: after a cheap, broad first pass pulls a candidate set of documents or passages, a slower, more precise model re-scores and reorders that shortlist by true relevance before the results are served or handed to an LLM. → cited synthesis). Its Deep Research mode (Feb 2025) is an agentic loop. Usage grew from ~22M to ~45M active users across 2025, with hundreds of millions of monthly queries.

Microsoft Bing Copilot. Draws primarily from Bing’s web index with a retrieve → generate → cite flow, so pages that rank well in Bing are disproportionately likely to be cited. Microsoft shipped an AI Performance reportThe Google Search Console report that shows how your site actually performed in Google Search, built from real impressions and clicks. It reports four metrics — clicks, impressions, average CTR, and average position — and keeps the most recent 16 months of data. in Bing Webmaster ToolsMicrosoft's free portal for monitoring and improving how a site appears in Bing search — the peer to Google Search Console, plus IndexNow instant indexing, richer backlink data, and keyword volumes. Because Bing's index also feeds Microsoft Copilot, it doubles as a window into AI-search visibility. (public preview, Feb 2026) that surfaces total citations, average cited pages, groundingGrounding is anchoring an AI model's answer to source documents it retrieves at the moment you ask — not to the patterns frozen into its weights during training. Retrieval-Augmented Generation (RAG) is the most common way to do it. queries, and page-level citation activity — the first real first-party visibility into AI citationsAn AI citation is the visible source link an AI answer engine shows next to its generated text — the clickable reference that credits the web page it used. A citation's presence is a separate thing from whether the cited page actually supports the statement, and from being retrieved (read behind the scenes) or merely mentioned (named without a link); citation is driven more by brand mentions and being retrievable than by traditional ranking..

Grok (xAI). Real-time search with exclusive access to X (Twitter) data — a source no other engine has. That live-social angle is its differentiator more than raw market share.

Google Gemini. Google’s assistant on Google’s index and knowledge graphThe Knowledge Graph is Google's database of entities — people, places, organizations, and things — and the factual relationships between them. It's separate from any single website's structured data: your schema markup is one of many possible inputs to the graph, not the graph itself., boosted by the Google–Reddit deal and a Google–AP news feed (Jan 2025). Small in my Sept 2025 data but growing fast since.

Others worth knowing: Apple Intelligence (not a standalone engine — routes some queries through ChatGPT), Meta AI (massive distribution across Facebook/Instagram/ WhatsApp, with a Reuters news deal), Amazon Alexa+ (voice-first, shopping-heavy), and You.com (an early entrant, now overshadowed).

Market share — who’s actually winning

From my Evolve 2025 research (Sept 2025), the AI assistant market was extremely top-heavy:

AssistantShare (Sept 2025)
ChatGPT81.13%
Perplexity10.82%
Microsoft Copilot4.05%
Google Gemini2.82%
Claude0.99%
DeepSeek0.19%

Meanwhile traditional search is still Google’s world: ~90.4% Google, ~4.08% Bing, the rest a rounding error. The headline is that two races are running at once — Google dominates search; ChatGPT dominates AI assistants — and the assistant standings keep shifting: an independent tracker, First Page Sage (report dated July 2026), put ChatGPT down to roughly the low-50s% and showed Claude as the biggest gainer; within that tracker’s own series Gemini actually drifted slightly down across the first half of 2026 (about 14% in January to 13.3% in June) — a different ranking than my Sept 2025 snapshot, and not directly comparable to it since the two use different tracking methodologies. Treat any single percentage here as a snapshot, not a constant, and check a live tracker if the exact number matters to you.

How much traffic does AI search actually send?

This is where you keep perspective. AI traffic is growing fast but still small:

  • AI-referred traffic grew roughly 9.7x in a year (study of ~82K sites).
  • In Ahrefs’ analysis of 76,000 sites, Google sent about 190x more website traffic than ChatGPT.
  • But it converts. For Ahrefs, AI search is ~0.5% of traffic yet ~12.1% of signups — a 23x higher conversion rate than organic. AI visitors arrive with unusually high intent.

And AI Overviews are quietly eroding clicks: they reduce position-#1 CTR by about 34.5% (forecast 0.040 vs. actual 0.026). I project clicks could keep falling toward ~25% of current levels on affected queries. The page types that win AI traffic for us are free tools, product pages, and the homepage; the ones that lose are commodity informational pages the AI can fully answer itself.

Data sources and licensing deals

AI search increasingly runs on licensed data, not just crawled data:

  • Reddit — licensed to OpenAI ($70M/yr) and Google ($60M/yr); Reddit reported $203M in total AI licensing revenue in 2024.
  • News publishers — OpenAI has deals with News Corp ($250M+/5yr), AP, FT, Dotdash Meredith, Condé Nast, Hearst, the Washington Post, and more.
  • Google + AP (Jan 2025), Reuters + Meta (Oct 2025), and Perplexity’s publisher revenue-share program round out the landscape.

Why it matters: licensed, structured sources (especially Reddit and major news) get a privileged position in AI answers, which is part of why those domains dominate citation counts.

The strongest optimization lever isn’t on-page SEO

The single most actionable finding from my talk: for appearing in AI Overviews, branded web mentions correlate far more strongly than classic authority metrics.

FactorCorrelation with AI Overview visibility
Branded web mentions0.664
Branded anchor textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page.0.527
Branded search volume0.392
Domain Rating0.326

The strategic shift I push in the talk: move from “optimize your site” to “optimize how the internet talks about you.” Build the citations, studies, and third-party mentions that AI systems retrieve and trust.

A few more honest realities:

  • llms.txtllms.txt is a proposed (not adopted) Markdown file at /llms.txt that gives AI systems a curated map of a site's most important pages. Proposed by Jeremy Howard in 2024, it's read mostly by coding agents like Claude Code — not search crawlers — and Google ignores it. does nothing for training. Google explicitly ignores it; no major AI uses it as a training or ranking signal. Don’t build your strategy around it.
  • You don’t need special markup or “AI writing.” Google says standard SEO applies and that you shouldn’t “write in a specific way just for generative AI search.”
  • Don’t reflexively block AI crawlersAI crawlers are bots from AI companies that fetch web pages to train language models, build AI-search indexes, or answer live user questions. They come in three categories, each with its own user-agent tokens and its own robots.txt controls.. Blocking means you can’t be cited — you’re opting out of a growing referral channel. (See AI crawlers for the training vs. AI-search vs. user-fetcher distinction.)
  • The acronyms are mostly relabels. GEOGenerative Engine Optimization — visibility inside AI answer engines. (Generative Engine Optimization), AEO (Answer Engine Optimization), and LLMO (LLM Optimization) largely map onto content marketing, digital PR, and brand-building you already do. New names, mostly old work.

Where to go next

This hub is the map; the optimization playbook is its own deep dive. For the how-to — earning citations, building brand mentions, technical considerations, and what not to waste time on — head to AI search optimizationAI search optimization is the practice of making your brand and content visible, citable, and accurately represented across AI-powered search — Google AI Overviews, ChatGPT, Perplexity, Copilot. It's built on traditional SEO plus a heavier emphasis on off-site brand mentions and content AI systems can cite..

Related reading elsewhere on the site: AI crawlersAI crawlers are bots from AI companies that fetch web pages to train language models, build AI-search indexes, or answer live user questions. They come in three categories, each with its own user-agent tokens and its own robots.txt controls. (how the bots behind these tools work and how to control them), crawlingCrawling is how search engines use automated bots (like Googlebot and Bingbot) to discover URLs and download pages. A page has to be crawlable to be indexed, but crawling on its own isn't a ranking factor. (the discovery layer everything sits on), and AI OverviewsAI Overviews are the AI-generated summary box Google shows above or within its regular search results, written by Gemini models from pages retrieved out of Google's normal Search index. It's a Search feature, not a separate platform or index. for the Google-specific feature in depth.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.