AI Query Fan-Out Infographic: How Searches Become Cited Answers
- September 13, 2026
- Artificial Intelligence, SEO

View Original Article: GEO AI Fanout's Explained for SEO Experts
Traditional rankings matter most clearly as an upstream retrieval foundation. They are not a deterministic citation order.
What this page is, and what it is not
This is a working reference for SEO, GEO, content, digital PR, analytics and technical web teams. Every mechanism described here is either documented by the platform that operates it, an inference supported by published information-retrieval research and labeled as such, or flagged explicitly as unknown. The single most common failure in GEO writing is presenting a plausible mechanism as a confirmed one, so this page keeps those three categories separate throughout.
Documented Supported inference Observed, not causal Unknown1. The short answer
Some marketers informally call this behavior "AI fanning." Google's documented term is query fan-out.
Google defines fan-out as a set of concurrent, related, model-generated queries used to gather additional results, and confirms that its generative Search features use its core Search ranking and quality systems to retrieve pages from the Search index. [1]
Other companies document comparable behavior without always using Google's term. ChatGPT Search can rewrite a prompt into one or more targeted queries and issue more specific searches after reviewing initial results. [5] Claude can search repeatedly inside a single request. [11][12] Perplexity Pro conducts multiple searches. [13] Microsoft's Bing Orchestrator historically generated internal queries iteratively, and current Copilot Search says it uses Bing results for the user's query plus additional queries issued on the user's behalf. [8][32]
One plausible route into an answer is retrieval for a related hidden query, although most consumer surfaces never reveal that causal path. This does not mean SEO is irrelevant. It means the unit of competition has expanded from one keyword and one ranked list to a query family, a candidate pool, and an evidence-selection process.
2. Ten terms that are not synonyms
Most bad GEO analysis is a vocabulary problem. These ten words describe different events in the pipeline, and collapsing any two of them produces a conclusion the data cannot support.
| Term | What it means | What it does not prove |
|---|---|---|
| User prompt | The natural-language request typed by the user. | That the platform sent that same wording to a search index. |
| Search activation | The system decides live retrieval would improve the answer. | That every answer uses the live web. |
| Query rewrite | The prompt is converted into a more search-friendly query. | That there is only one rewrite. |
| Query fan-out | Several related queries are issued across subtopics or data sources. | That every product uses the same fan-out method. |
| Organic rank | A URL's position in a conventional search result set. | The URL's final citation position. |
| Retrieval rank | A candidate's position or score for one internal query. | That the candidate ever reached the model's context. |
| Rerank or evidence score | A later estimate of how useful a page or passage is for the answer. | A publicly measurable, universal "GEO score." |
| Consulted source | A URL the system retrieved or inspected. | That it appeared as a visible citation. |
| Citation | A visible source link attached to or associated with an answer. | That the source was recommended, fully absorbed, or clicked. |
| Mention | A brand or entity appears in the generated text. | That the brand's own website was cited. |
3. A vendor-neutral model of how AI pulls from rankings
Eight stages, combining disclosed platform behavior with standard information-retrieval and RAG research. This is a conceptual map, not a claim that every commercial system implements every box identically.
1 The system decides whether to search
Some surfaces always search; others can answer from model memory. The decision may depend on freshness, complexity, confidence, the selected mode, system instructions, or which tools are available. OpenAI distinguishes fast non-reasoning search, agentic search that may continue after analyzing results, and deep research that may consult hundreds of sources. [6] Anthropic similarly describes Claude searching for current or changing facts while answering stable questions without searching. [12]
This is the first visibility gate, and it is the one most GEO dashboards ignore. If the platform does not activate search, live organic rankings cannot directly supply the answer at all. Model priors, licensed datasets, connected files, product feeds, maps, knowledge graphs, or cached indexes may dominate instead. A measurement program that does not record whether retrieval happened will silently mix two different populations of answers and then average them.
2 The prompt becomes one or more retrieval queries
Google's own example starts with a broad lawn-care prompt and expands it into searches about herbicides, chemical-free removal, and prevention, and it says AI Mode can issue a multitude of queries simultaneously. In the May 2025 AI Mode announcement Google said Deep Search could issue hundreds of searches. [1][4]
ChatGPT Search documents the same broad pattern: a prompt about a current cancer-drug target might first become a general development query, then a narrower conference query after the initial results are reviewed. Approximate location and enabled memory may also affect the rewrite. [5]
Gemini's developer interface is unusually transparent. With Google Search grounding enabled, the model may generate one or multiple queries, and depending on the API interface the executed queries can appear as google_search_call.queries or as webSearchQueries in GenerateContent grounding metadata, alongside retrieved sources and claim-to-source support mappings. [7][36]
The consequence for diagnosis: the visible prompt is an incomplete diagnostic. The platform might never rank pages against that exact sentence. It may rank them against a set of narrower information needs instead.
3 Each query creates its own ranked candidate set
This is where conventional search systems matter most directly, and it is the strongest argument against "SEO is dead." Google states that AI Overviews and AI Mode rely on core Search ranking systems to retrieve relevant, current pages from the Search index, and it documents systems for semantic matching, passage relevance, links and PageRank, originality, freshness, reliability, deduplication, site diversity, and spam detection. [1][3]
Microsoft describes the same inheritance in different language: search and grounding share crawling, understanding, quality signals, and ranking foundations. Traditional search asks which documents a person should visit; grounding asks which specific information an AI can responsibly use to support an answer. [9]
Perplexity has disclosed more of its own Search API architecture than most: it retrieves candidates through lexical and semantic methods, merges them into a hybrid candidate set, removes clearly stale or non-responsive material, then applies progressively stronger ranking stages whose later passes use cross-encoder rerankers scoring both documents and subdocument spans. [14] That is strong evidence about Perplexity's search infrastructure, not a complete formula for citations in every consumer answer.
4 Candidate lists are combined
Once several queries return results, the system needs some way to reconcile them. Commercial platforms do not disclose a universal merge formula. Reciprocal Rank Fusion, usually shortened to RRF, is frequently asserted in SEO articles, but there is no public evidence that Google or OpenAI uses one fixed RRF implementation for ordinary answers.
Academic RAG systems show why a merge stage is technically plausible. A 2025 ACL paper decomposed complex questions, retrieved passages separately for each subquestion, merged the candidate pool, and reranked it before answer generation; that pipeline improved MRR@10 by 36.7% and answer F1 by 11.6% on its evaluated datasets. [16] The finding demonstrates that decomposition plus reranking is useful. It does not reveal any vendor's proprietary implementation.
5 Relevance is re-evaluated for answer utility
The best page for a person to click is not always the best passage for a model to place in a limited context window. A general guide might rank first because it best satisfies broad intent. A lower-ranking official table might contain the exact current number needed for one sentence. A specialist source may cover a rare exception that no top result explains.
RAG research formalizes this gap. RichRAG builds a multi-faceted candidate pool and then uses a listwise ranker to choose a collectively valuable set of documents for the generator. [17] Uplift-RAG notes that documents judged relevant by a retriever are not necessarily helpful for generation, and that misleading material can actively reduce answer quality; its reranker estimates the marginal benefit a document provides beyond the model's internal knowledge. [18] Google Research has likewise described a preference gap between human-friendly retrieval and LLM-friendly context selection. [19]
Together these support a defensible inference: commercial answer engines have strong reasons to optimize the final evidence set for usefulness, coverage and supportability rather than merely preserving the original blue-link order. They do not prove the exact scoring features used by any named product.
6 Passages compete for a limited context budget
Google's passage ranking system can identify relevant sections within a page. [3] Perplexity says it parses pages into self-contained spans that can be individually retrieved and ranked. [14] Claude's current web-search tool can filter search results before they enter the model context, keeping only relevant material. [12]
These mechanisms are consistent with page-level rank being an imperfect predictor. A page can be broadly authoritative and still contain no compact, current support for the needed claim; another page can be weaker overall yet hold the single most useful passage for a subquestion. Note the limit of the evidence: Google has not said that its documented passage-ranking system directly selects AI-answer evidence.
It does not follow that every paragraph should be chopped to a rigid word count. Google explicitly rejects a required tiny-chunk strategy and says there is no ideal page length. [1]
7 The model synthesizes an answer and maps claims to sources
The selected context is combined with the model's internal knowledge and instructions. The model may summarize several sources into one statement, use one source for a number and another for a qualification, or decide a retrieved candidate is redundant. The final answer is therefore not a ranked list translated into prose. It is a generated composition conditioned on a selected evidence set.
Citation mapping is a later layer again. A system can consult more sources than it displays, show a source drawer containing both used and merely related links, or attach more than one citation to a single claim. Citation order should not be read as retrieval rank unless the platform explicitly exposes that relationship.
8 Answer, citations and referrals
What the user sees is the narrow end of the funnel: some prose, a subset of sources, and possibly a link they never click. Each of the four outcomes a business cares about, being cited, being mentioned, being recommended, and being visited, is produced by a different combination of the stages above, which is why they need to be measured separately rather than collapsed into one "AI rank."
4. What each platform actually documents
The pattern is shared. The disclosure is not. Below is what can be cited to a first-party source, and what is simply unavailable no matter how confidently it gets repeated in conference decks.
| Product surface | Multi-query behavior | Executed queries visible | Retrieval foundation named | Candidate depth | Citation rule |
|---|---|---|---|---|---|
| Google AI Overviews and AI Mode | DocumentedConcurrent related searches | Not disclosedHidden from the user | DocumentedCore Search ranking systems | Not disclosedNo published cutoff | Not disclosedNo published formula |
| Gemini API with Google Search | DocumentedOne or multiple generated queries | DocumentedReturned in grounding metadata | DocumentedGoogle Search grounding | Not disclosedScores absent | PartlyClaim-to-source support exposed |
| ChatGPT Search | DocumentedRewrite plus follow-up searches | PartlyAPI surfaces consulted URLs | PartlyOwn systems plus third-party providers | Not disclosedProvider weights unknown | PartlyCitations are a subset of consulted URLs |
| Microsoft Bing and Copilot Search | DocumentedUser query plus additional queries | PartlyGrouped grounding queries in Bing Webmaster Tools | DocumentedBing index plus grounding layer | Not disclosedSurface-specific | Not disclosedEvidence weights unpublished |
| Perplexity Pro | DocumentedMultiple searches, question breakdown | PartlySteps shown in the product UI | DocumentedOwn hybrid index and ranker | PartlyStage structure published for the Search API | Not disclosedConsumer weights unknown |
| Claude web search | DocumentedRepeated searches in one request | PartlyTool calls visible in API responses | Not disclosedProvider not publicly named | PartlyTypical search counts described | Not disclosedNo published formula |
Three conclusions follow, and only three: technical SEO, index eligibility, content quality and ordinary relevance remain foundational; the exact-prompt top 10 is not the whole candidate universe, because fan-out introduces related queries and other data sources; and Google has published no fixed equation from organic position to AI citation probability.
OpenAI does not say ChatGPT simply copies Bing's first page, and it does not disclose a stable provider inventory or ranking formula. The claim that ChatGPT "uses Bing's top 10" is too strong to defend. The safe version: ChatGPT can use third-party search providers and other data sources, then applies product-specific retrieval and citation behavior on top.
Microsoft's 2023 Prometheus description combined Bing's index, rankings and answers with an LLM, with an Orchestrator generating internal queries iteratively and using their Bing results to ground the answer and add citations. [8] A May 2026 Bing engineering article describes grounding systems generally as building on search while adding objectives such as factual fidelity, provenance, freshness, evidence strength, coverage, and contradiction handling. [9]
That is perhaps the clearest published statement of why organic rank and AI source selection overlap without being identical: search optimizes the likelihood that a page is relevant; grounding decides whether specific information is strong enough to support what the system is about to say.
The practical consequence for measurement: a Google position is an external comparison here, not Perplexity's own retrieval rank. High Google rank may correlate with Perplexity citations because both systems value relevance and authority, but Google does not supply the only possible candidate list.
Anthropic does not publish the upstream search provider, ranking weights, or citation-selection formula, and API behavior should not be assumed to describe every consumer surface exactly.
Two cautions. Grounding metadata does not include organic positions, candidate scores, or cutoffs. And API behavior is not proof that the consumer Gemini app runs an identical pipeline.
5. What the overlap studies really show
The published numbers appear to contradict each other. They mostly do not. They answer different questions, about different products, with different denominators.
The best empirical work supports two statements at the same time. First, higher organic rankings are associated with a greater chance of citation, especially in Google AI Overviews. Second, the exact-prompt SERP explains only part of the final citation set. Everything below is an elaboration of those two sentences.
43%
37%
31%
7%
| Study | Value | Unit measured | Sample |
|---|---|---|---|
| Ahrefs, Aug 2025 [21] | 11.9% | Unweighted mean of five assistant citation series matching Google's top 10 for the original prompt. Perplexity was 28.6%; the other four series ran 6.1% to 8.6%. | 15,000 long-tail prompts |
| SE Ranking, Jun 2025 [24] | 14% | Reported average exact-URL overlap between AI Mode sources and the organic top 10. The formula behind the average is not clearly published. | 10,000 US keywords; overlap computable for 9,721 queries |
| BrightEdge, Feb 2026 [22] | ~17% | Share of AIO-cited sources also in the organic top 10. The visible table covers February to July 2025 at 16.1% to 16.9%; query count and weighting are not disclosed. | Tracked keyword set, size undisclosed |
| Ahrefs, Mar 2026 [20] | 37.1% | Share of AIO citation URLs in organic positions 1 to 10 for the same query. | 863,000 SERPs, about 4M AIO URLs |
| Kirsten et al., ACL 2026 [15] | ~47% | Domain-level. The paper reports 53% of AIO-consulted or supporting domains absent from the top 10, and 27% absent from the top 100. | Initial corpus of 4,706 queries |
| seoClarity, Oct 2025 [23] | 56% | Share of all citations sourced from the organic top 20. The remaining 44% came from outside it. | 5.1M citations, 362,000 US desktop queries |
| seoClarity, Oct 2025 [23] | 90% | Share of AIO-producing queries with at least one citation matching the top 10. | Same study |
The denominator problem
The word "overlap" can describe at least ten different calculations. Until a report says which one it used, its number cannot be compared with anyone else's.
- Citation hit rate: cited URLs found in the top 10 divided by all cited URLs.
- Any-overlap query rate: queries with at least one shared URL divided by all queries.
- Position inclusion probability: how often the URL at organic position p is cited.
- Jaccard overlap: intersection divided by the union of two source sets.
- Domain overlap: any URL from the same domain counts as a match.
- Exact-URL overlap: only the identical canonical URL counts.
- Top 10 blue links: standard organic positions only.
- First 10 SERP blocks: may include ads, videos, featured snippets and other modules.
- Original-query comparison: ignores hidden fan-out searches entirely.
- Fan-out comparison: checks rankings for hypothesized or exposed subqueries.
Why the studies vary so much
Differences can arise from any of the following, and most published comparisons differ on several at once.
- Product surface: AI Overview, AI Mode, ChatGPT, Gemini, Claude, Copilot or Perplexity
- Search mode: fast answer, agentic search, Pro, Research or Deep Research
- Unit: URL, page, domain, host, source card or citation
- Denominator: per query, per citation, pooled or averaged
- Result set: top 5, 10, 20, 100, full first page or mixed SERP blocks
- Geography, language, device, account state and personalization
- Query mix: static facts, products, politics, science, local or trending events
- Citation extraction and URL canonicalization rules
- Model and product version at collection time
- Repeated runs versus a single snapshot
No responsible report turns 11.9%, 17% and 37.1% into a trend line without matched methodology.
6. The strongest current academic evidence
Peer-reviewed work is doing something commercial studies mostly do not: repeating collection, reporting variance, and defining its units before it counts anything.
Generative source sets are broader, and far less stable
The 2026 ACL study by Kirsten and colleagues began with a 4,706-query corpus. About 81% of its US queries generated an AI Overview, and cross-engine comparisons were conditioned on queries for which an AIO actually returned a response. [15]
15% of AI Overviews
Small query edits move generative sources more than organic ones
A SIGIR 2026 paper introduced an 11,500-query benchmark and analyzed 14,212 queries in total after adding two time-sensitive sets. Its principal source-overlap analysis used the 7,439 queries for which conventional Google results, AI Overviews and Gemini 2.5 Flash all returned sources. Aggregate URL-set Jaccard similarity ranged from 0.11 to 0.18, although individual query-subset comparisons reached 0.24. AI Overviews were less consistent across repeated queries and less robust to minor query edits than traditional results. [25]
Decomposition and reranking measurably help retrieval systems
This is the research that makes the merge-and-rerank stages of the pipeline plausible rather than speculative. It is evidence about RAG architectures in general, not a disclosure about any commercial product.
7. Why rank one gets dropped, and why a non-ranker gets cited
Both directions have specific, identifiable mechanisms. Neither requires believing that rankings stopped mattering.
- The system searched a different query. The URL may rank first for the visible wording and not for the generated subquestion.
- The answer needs complementary evidence. Several pages repeating the same general explanation add less than one page covering a missing constraint.
- The useful fact is buried or ambiguous. Broad authority does not guarantee a clean support passage.
- The information is stale for that claim. Time-sensitive answers may favor a current official source.
- The result is redundant. Duplicate pages or repeated facts can be collapsed.
- It is relevant but not generator-useful. Research shows retriever relevance and answer utility can diverge. [18]
- It was consulted but not displayed. OpenAI's web-search API separates the consulted-source list from the smaller citation set. [6]
- The model answered partly from internal knowledge. Retrieval does not necessarily supply every concept in the response.
- The system diversified the evidence. Different domains, media types, official sources, local data or product feeds.
- The run simply changed. Model sampling, result freshness, session context and product updates all move the set.
- It ranks well for a hidden fan-out query even though it ranks poorly for the prompt you typed.
- It holds the only direct passage answering one subquestion.
- It is the official or primary source for a specific fact.
- It provides newer data, clearer units, or an explicit methodology.
- It adds a counterexample, limitation or conflict that a balanced answer needs.
- It sits in a different corpus: shopping, local, video, academic or partner data.
- It came from the platform's own index, not the Google SERP being used for comparison.
- Domain authority and page-level relevance point elsewhere than the URL that ranks conventionally.
This is why "not in Google's top 10 for the original prompt" does not mean "retrieved from nowhere." It means the measurement did not observe the internal query and candidate route that may have selected it.
8. Known, plausible, and still unknown
If you take one table from this page into a client deck, take this one. It is the difference between an argument that survives scrutiny and one that does not.
| Confidence | Claim |
|---|---|
| Documented | Google AI Overviews and AI Mode may use query fan-out and rely on core Search ranking systems. [1][2] |
| Documented | ChatGPT Search can rewrite one prompt into one or more searches and refine after initial results. [5] |
| Documented | Gemini grounding can expose generated search queries and claim-to-source support metadata. [7] |
| Documented | Bing grounding builds on search and adds an evidence-support objective. [9] |
| Documented | Perplexity uses multi-stage hybrid ranking in its Search API, and Pro Search conducts multiple searches. [13][14] |
| Documented | Claude can search repeatedly and filter results before they enter context. [12] |
| Inference | Candidate results from multiple queries must be reconciled, filtered or selected before generation. |
| Inference | A page's usefulness for a claim can differ from its broad organic relevance. [17][18][19] |
| Observed | Higher organic positions are associated with higher AI Overview inclusion probability, but the relationship is not shown to be causal. [23] |
| Unknown | The ordinary number of fan-out queries for each commercial surface and prompt type. |
| Unknown | Exact candidate depth and rank cutoffs per hidden query. |
| Unknown | Proprietary weights for relevance, authority, diversity, freshness, passage utility or evidence strength. |
| Unknown | Whether any named commercial surface uses Reciprocal Rank Fusion, and with what parameters. |
| Unknown | Whether citation order reflects retrieval order. |
| Unknown | The causal effect of most isolated GEO formatting tactics in live, changing products. |
9. Practical GEO strategy for fan-out
Everything here is compatible with Google's own guidance. Nothing here requires guessing a hidden query and publishing a page against it.
Optimize for a task graph, not a page per phrase
For each high-value customer task, map the likely information needs across these eight dimensions. Treat it as a research taxonomy, not a claim that you have reverse-engineered the platform's hidden queries.
Core definition
Requirements
Methods
Comparisons
Constraints
Evidence limits
Freshness
Implementation
- Original research with sample, date and method
- First-hand tests and reproducible procedures
- Current specifications, prices, eligibility rules and availability
- Primary-source documents and carefully attributed quotations
- Explicit limitations, exceptions and disagreement
- Stable reference tables with units and definitions
- Named authors, reviewers and relevant credentials
- Accurate change logs and substantive update dates
- Descriptive heading
- Direct answer or conclusion
- Supporting explanation
- Evidence, source, date, units and method
- Qualification or exception
This helps humans, and it may make relevant passages easier for retrieval systems to identify. It is an editorial hypothesis, not a disclosed ranking factor. Do not promise a magic word count, answer length, entity density or chunk size. Google explicitly rejects a required tiny-chunk strategy and says there is no ideal page length. [1]
Preserve foundational SEO
For Google, a potential supporting page must be indexed and snippet-eligible. Confirm successful HTTP responses, canonicals, crawl access, internal links, textual availability, renderability and appropriate preview directives. [2]
For other products, crawler access can affect direct discovery or eligibility on the surfaces each provider documents, but it is never sufficient and it does not create a rank boost. OAI-SearchBot [27], PerplexityBot [30] and Claude-SearchBot [28] serve search-related functions distinct from those providers' training bots.
Crawler activity proves only that a bot could fetch a page. It does not prove retrieval, citation, mention, recommendation, traffic or conversion.
10. A rigorous testing protocol
Seven steps. The point of every one of them is to prevent the two standard failures: measuring a moving system once, and collapsing five different outcomes into one number.
Step 1. Define one primary outcome
Choose a single question before collecting any data: did citation prevalence increase, did the entity become part of the answer, did recommendation sentiment improve, did generative impressions or referral visits grow, or did those visits convert? Do not collapse these into one opaque "AI rank."
Step 2. Create a balanced prompt panel
- Include definition, comparison, how-to, evidence, constraint, local, current and troubleshooting prompts.
- Include natural paraphrases.
- Separate locale, language, device and account state.
- Test clean sessions separately from conversational follow-ups.
- Keep a holdout prompt set that did not influence the content edit.
- Save the exact prompt text and the collection conditions.
Step 3. Record both AI and organic data on every run
- Platform, surface, mode and visible model version
- Date, time, country, language, device and session state
- Whether web search activated, when the interface exposes it; otherwise record "unknown," never "no"
- Any exposed rewritten or grounding queries
- Full answer text
- Every exact cited URL plus a normalized canonical URL, using predefined rules for redirects, fragments, tracking parameters, mobile URLs, protocols and trailing slashes
- The claim associated with each citation
- Brand state coded as recommended, included, neutral mention, warned against or excluded, with human validation on a sample
- Exact-prompt organic ranks, and ranks for the hypothesized or exposed fan-out cluster at aligned locale, device and time
A rank for a hypothesized subquery is evidence consistent with fan-out, not proof the hidden subquery was executed. Use permitted data sources and respect platform terms when collecting search results. [26]
Step 4. Repeat, then repeat again
Do not use one screenshot per prompt. The ACL 2026 study found large source and decision variability, and in SE Ranking's 2025 experiment the mean three-run exact-URL Jaccard similarity was 9.2%. [15][24]
There is no universal minimum run count. Continue balanced repeated collection until a predeclared precision or stability threshold is reached. Bootstrap at the canonical prompt-family level, with paraphrases and repeated runs nested inside families, so repeated variants are not treated as independent observations. Predeclare either a minimum detectable effect or an acceptable confidence-interval width.
Step 5. Make one attributable change
Replace a vague section with a direct sourced explanation; add original data and a visible methodology; consolidate duplicate pages; repair crawl, index, canonical or WAF problems; clarify an entity and correct supported structured data; or add one genuinely missing subtopic or decision constraint.
Use simultaneous matched control pages or staggered rollouts on identical collection schedules. Confirm recrawling and reindexing before the post-period begins, and remember that confirmation alone does not control for model, index or product changes happening at the same time.
Step 6. Calculate separate metrics
Keep every scheduled run in the dataset, including runs where no AI feature, web search, citation or brand mention appeared. Removing null outcomes inflates visibility.
1 · Activation rate
2 · Conditional citation rate
3 · Mention and recommendation rate
4 · Referral rate
5 · Conversion rate
| Metric | Definition, with the denominator stated |
|---|---|
| Search or feature activation rate | Runs with an observable AI feature or live search, divided by all scheduled runs. |
| Conditional citation rate | Activated runs citing the target, divided by activated runs. |
| Unconditional appearance rate | All scheduled runs containing the target brand, domain or URL, divided by all scheduled runs. |
| Citation share | Target citations divided by all observed citations within the same platform, surface, mode, locale and device stratum. Label an unweighted prompt-panel result as such. |
| Citation consistency | Overlap across repeated runs of the same prompt. |
| Domain and exact-URL overlap | Reported separately, never merged into one "overlap" figure. |
| Top-10 and top-100 same-query overlap | With the denominator stated explicitly on every chart. |
| Hypothesized query-family coverage | Ranking coverage across the tested query family. Call it fan-out coverage only when the product exposes executed queries. |
| Mention rate | Answers naming the entity, divided by all answers. |
| Recommendation rate | Answers favoring the entity, divided by all applicable answers. |
| Citation fidelity | Cited claims actually supported by the cited source. |
| Referral and conversion rate | Measured separately from visibility, always. |
Step 7. Use native reporting carefully
Covered in the next section. No single report observes the whole pipeline.
11. What the native reports can and cannot tell you
Two first-party reports now exist. They are useful, they are not equivalent, and neither one observes the whole pipeline.
What it gives you: generative impressions by page, plus country, device and date dimensions.
What it does not give you: a fan-out query field, since Google's announced dimension list does not document one [29]; and citation ranking inside an AI Overview, because all links inside the overview share the containing element's reported position, so Search Console position cannot rank them. [33]
What it gives you: coverage of Microsoft Copilot, AI summaries in Bing and select partner integrations; sampled, aggregated citation activity and cited pages; and grouped grounding queries with page mappings, which is the closest thing any vendor ships to an observable fan-out signal.
What Microsoft explicitly warns: the counts do not indicate rank, authority, importance, placement, clicks or causation, and they do not expose exact prompts or individual answers.
12. Black-hat fan-out myths and failure modes
Understanding fan-out inspires manipulative ideas. These range from unsupported to policy-violating, and the durability of none of them is established.
llms.txt, AI text files, special AI markup, arbitrary chunking and rewriting solely for AI provide no documented visibility advantage. [1] Normal structured data is useful for its supported purposes and must match visible content.13. Safe wording for articles, decks and client reports
If you publish about fan-out, these are the sentences that survive a technical reviewer.
AI search may turn one prompt into several related searches, retrieve ranked candidates for each, select the most useful supporting passages, and cite a smaller evidence set. Traditional SEO helps sources enter that process, but the exact-prompt SERP is not the final citation list.
The core statement
- Google AI Overviews and AI Mode use core Search ranking systems and may use query fan-out.
- ChatGPT Search can rewrite one prompt into multiple targeted searches and refine them.
- Gemini grounding can expose generated web-search queries and claim-to-source mappings.
- Bing grounding builds on search ranking but optimizes for supportable information.
- Perplexity and Claude document multi-search behavior in specified modes.
- A citation is downstream of retrieval and is not the same thing as an organic rank.
- Higher organic rank is associated with a higher chance of AI Overview inclusion, but it is not a guarantee.
- Same-query overlap statistics vary widely because their denominators and methods differ.
- Repeated testing is necessary because generative source sets change across runs.
- "AI only cites top-10 pages."
- "Rankings no longer matter."
- "ChatGPT simply uses Bing's top 10."
- "The platform always searches the exact prompt."
- "Pages appearing most often across fan-out queries are automatically cited."
- "Google and ChatGPT definitely merge results with RRF."
- "Citation order reveals retrieval rank."
- "A crawler visit is an AI ranking signal."
- "A vendor trust label is a confirmed ranking boost."
- "There is one universal AI rank."
- "11.9%, 17% and 37.1% prove a chronological trend."
14. The model to keep
The right mental model is not "SERP position becomes citation."
Traditional SEO remains essential because access, indexing, relevance, quality, authority, originality and freshness shape the candidate universe. Query fan-out changes where a page can enter that universe. Passage and evidence selection change whether it survives. Synthesis changes whether its claims are used. Citation design changes whether the source is shown. User behavior determines whether visibility creates value.
15. Research method and limitations
Research date: September 12, 2026. Every source was accessible at that date. Where a vendor page is undated, the access date is given instead. If you are reading this months later, treat the platform documentation links as the authority and this page as a snapshot.
16. Sources
Thirty-seven references: first-party platform documentation first, then peer-reviewed research, then commercial studies and benchmarks, then policies, crawlers and reporting. All accessed on or before September 12, 2026.
Platform documentation
- Google Search Central. Optimizing your website for generative AI features on Google Search. Updated July 10, 2026.
- Google Search Central. AI features and your website. Updated December 10, 2025.
- Google Search Central. A guide to Google Search ranking systems. Updated December 10, 2025.
- Google. AI in Search: Going beyond information to intelligence. May 20, 2025.
- OpenAI Help Center. Searching the web with ChatGPT. Accessed September 12, 2026.
- OpenAI Developers. Web search. Accessed September 12, 2026.
- Google AI for Developers. Grounding with Google Search. Accessed September 12, 2026.
- Microsoft Bing. Building the New Bing. February 21, 2023. Historical architecture context.
- Microsoft Bing. Evolving role of the index: From ranking pages to supporting answers. May 6, 2026.
- Bing Webmaster Tools. AI Performance. Accessed September 12, 2026.
- Anthropic. Introducing web search on the Anthropic API. May 7, 2025.
- Anthropic Platform Docs. Web search tool. Accessed September 12, 2026.
- Perplexity Help Center. What is Pro Search? Updated September 3, 2026.
- Perplexity Research. Architecting and Evaluating an AI-First Search API. Accessed September 12, 2026.
Peer-reviewed and academic research
- Elisabeth Kirsten et al. Characterizing Web Search in the Age of Generative AI. Findings of ACL 2026.
- Paul J. L. Ammann, Jonas Golde and Alan Akbik. Question Decomposition for Retrieval-Augmented Generation. ACL Student Research Workshop 2025.
- Shuting Wang et al. RichRAG: Crafting Rich Responses for Multi-faceted Queries in Retrieval-Augmented Generation. COLING 2025.
- Changle Qu et al. Uplift-RAG: Uplift-Driven Knowledge Preference Alignment for Retrieval-Augmented Generation. Findings of EMNLP 2025.
- Zixuan Ke et al. Bridging the Preference Gap between Retrievers and LLMs. ACL 2024.
Commercial studies and empirical benchmarks
- Ahrefs. Update: 38% of AI Overview Citations Pull From the Top 10. March 2, 2026. 863,000 SERPs, about 4M AIO URLs.
- Ahrefs. Only 12% of AI Cited URLs Rank in Google's Top 10 for the Original Prompt. August 11, 2025. 15,000 long-tail prompts.
- BrightEdge. AI Overviews at the One-Year Mark: Presence, Size, and What They're Citing. February 12, 2026.
- seoClarity. The Overlap Between AI Overviews and Organic Rankings. October 2025. 362,000 US desktop queries, 5.1M citations.
- SE Ranking. AI Mode research: Volatility, source patterns, and differences from AIO and organic results. August 29, 2025.
- Riley Grossman et al. How Generative AI Disrupts Search: An Empirical Study of Google Search, Gemini, and AI Overviews. Accepted to SIGIR 2026.
Policies, crawlers and reporting
- Google Search Central. Spam policies for Google web search. Accessed September 12, 2026.
- OpenAI Developers. OpenAI bots. Accessed September 12, 2026.
- Anthropic Support. Does Anthropic crawl data from the web, and how can site owners block the crawler? Updated April 7, 2026.
- Google Search Central Blog. Introducing Search Generative AI performance reports in Search Console. June 3, 2026, with a worldwide rollout note dated August 31, 2026.
- Perplexity Docs. Perplexity crawlers. Accessed September 12, 2026.
- Bing Webmaster Tools. Bing Webmaster Guidelines. Accessed September 12, 2026.
- Microsoft. Copilot Search. Accessed September 12, 2026.
- Google Search Console Help. How impressions, position, and clicks are counted. Accessed September 12, 2026.
- Kai Greshake et al. More than you've asked for: A Comprehensive Analysis of Novel Prompt Injection Threats to Application-Integrated Large Language Models. 2023.
- Tobias Pfrommer et al. Manipulating Large Language Models to Increase Product Visibility. 2024.
- Google AI for Developers. GenerateContent API schema. Accessed September 12, 2026.
- Microsoft Bing Blogs. Introducing AI Performance in Bing Webmaster Tools: Public Preview. February 10, 2026.
Optimize for the click, not just the keyword.
SEO is not about gaming the system, it's about feeding Googlebot with what it wants.
The best place to hide a dead body is the second page of Google search results.
Keywords are the compass of your SEO journey.
SEO is a marathon, not a sprint.
Keywords are your keys to unlocking SEO success, but user intent is the door.
A website without SEO is like a car with no gas; it might look good, but it won't go anywhere.