Get Started

Query Fan-Out: How AI Search Decomposes One Question Into Many

Query fan-out is how AI search systems decompose a single user question into 8 to 12 parallel sub-queries, retrieve passages for each, and synthesize one answer.

Last updated: 2026-05-05

What Is Query Fan-Out?

Query fan-out is the AI-search technique where one user query is decomposed into 8 to 12 parallel sub-queries, each retrieved separately, and the results synthesized into one answer.

Query fan-out is the technique modern AI search systems use to answer questions. Instead of matching one query to one ranked list of pages, an AI engine takes the user's question, decomposes it into a multitude of sub-queries that cover different facets of the intent, retrieves relevant passages for each sub-query in parallel, then synthesizes one answer that cites the strongest sources.

Google named the technique publicly at I/O 2025: "AI Mode uses our query fan-out technique, breaking down your question into subtopics and issuing a multitude of queries simultaneously on your behalf." The same pattern is used by ChatGPT search, Perplexity, Microsoft Copilot, and Gemini. Deep-research modes fan out further - hundreds of sub-queries across roughly 20 iterations - to assemble multi-page reports.

The mechanism is described in Google's Thematic Search patent (US12158907B1), where sub-queries are called "themes." Independent research from Surfer SEO's December 2025 study of 173,902 URLs and iPullRank's technical breakdown documented eight distinct sub-query variant types: reformulations, related queries, implicit queries, comparative queries, entity-specific queries, personalized queries, recency queries, and disambiguations.

Why Query Fan-Out Changed Search Ranking

Fan-out turns ranking from a page-level competition into a passage-level competition. The 68% of AI-cited pages that are not in the top 10 organic results is the headline evidence.

Classic search optimized one page against one query. Whichever page had the strongest backlink profile, on-page signals, and freshness for that exact query won the click. Query fan-out breaks that model. The user never sees the sub-queries; they only see the synthesized answer. The competition has moved underneath, into a layer where each sub-query is decided independently and the best-matching passages get cited.

Surfer SEO's December 2025 study quantified the shift: 68% of pages cited by AI search systems do not appear in the top 10 organic results. Pages that match fan-out sub-queries get a 161% citation lift. The same study found that fan-out query stability is roughly 27%, meaning the same user can ask the same question twice and 73% of the sub-queries change between runs. There is no fixed list of sub-queries to optimize against - what matters is whether your content covers the underlying intent broadly enough that some passage matches whichever sub-queries fire.

For commerce specifically, fan-out is the mechanism behind the most common product visibility complaint we hear from retailers: "my pages rank fine on Google, but ChatGPT and Perplexity recommend the competitor." The pages that win in classic SERPs were optimized for one query. The pages that win in AI search are the ones whose product attributes, schema, and category content satisfy the most fan-out sub-queries. That is rarely the same page.

How Query Fan-Out Works in Practice (Commerce Example)

A shopper asks AI for "best sunscreen for sensitive skin." The engine fans out into 12 sub-queries on reef safety, mineral vs chemical, SPF, ingredients, skin-type compatibility - and the winning product page is the one that covers them all.

A buyer asks ChatGPT or Perplexity, "What is the best sunscreen for sensitive skin?" The shopper sees one answer with two or three product recommendations. Underneath, the AI engine has fanned out roughly twelve sub-queries: reef-safe formulation, mineral versus chemical UV filters, SPF rating and broad-spectrum coverage, fragrance-free options, pediatric-safe alternatives, dermatologist recommendations, ingredient lists for irritants, sensitive-skin specific testing, water resistance, application methods, comparable price points, and trusted brand citations.

Each sub-query is run in parallel against the AI engine's index. The engine retrieves the top-matching passages for each, weights them by source authority and freshness, and assembles a final answer that cites the products best supported across the most sub-queries. A retailer whose product page lists only "SPF 50, mineral, broad spectrum" satisfies maybe three of those twelve sub-queries. A retailer whose page also includes ingredient breakdowns, allergen flags, dermatologist-tested certifications, reef-safety certifications, and comparable-product context satisfies eight or nine. That second retailer gets the recommendation.

Critically, none of this depends on the literal phrase "best sunscreen for sensitive skin" appearing on the page. Fan-out optimizes for the underlying intent, not the surface keyword. This is also why classic SERP rank checks miss what AI search is actually rewarding.

Query Fan-Out vs Classic SEO

Classic SEO matches one query to one ranked list. Fan-out matches one query to 8-12 parallel sub-queries, retrieves at the passage level, and synthesizes one answer. Different unit of optimization, different success metric.

The shift from classic SEO to fan-out-aware optimization changes the entire stack of decisions content and catalog teams make:

  • Query length. Classic search averaged 3-4 word queries. AI search queries average 70-80 words because users explain context to a chatbot. Optimization needs to anticipate longer, more conversational intent.
  • Unit of optimization. Classic SEO optimized at the page level. Fan-out retrieves at the passage level. Each H2 section needs to independently answer a distinct sub-query, with no sequential dependency on prior paragraphs.
  • Authority signal. Backlinks and domain authority still matter, but mentions, citations, and entity authority across the open web matter more for whether the AI cites your passage.
  • Output format. Classic search returned a list of links. AI search returns one synthesized answer. There is no second-place click. You either get cited or you do not.
  • Measurement. Classic SEO measured ranking position. Fan-out optimization measures share of voice across the universe of sub-queries that fire for your category. Tools like Paz.ai's catalog visibility tracking are built for the second model.

Retailers who only measure traditional SERP rank will systematically underestimate how visible (or invisible) they are inside AI search. The Surfer SEO 68% finding - most AI-cited pages are not in the top 10 organic - is the simplest proof that the two systems are now scoring different things.

What Retailers Should Do About Query Fan-Out

Treat each H2 section as an independent answer to a distinct sub-query. Enrich product attributes so each SKU satisfies more sub-queries. Measure share of voice across the fan-out, not classic rank.

Three concrete actions move the needle on fan-out visibility:

  1. Restructure content for passage-level retrievability. Each H2 section should independently answer one sub-query. Avoid sections that only make sense after reading the whole article. The AI is going to retrieve your passages out of context, so each one needs to stand alone.
  2. Enrich product data so every SKU satisfies more sub-queries. A product page with 5 attributes covers a small number of fan-out themes. A product page with 30 covers many more. Add ingredient lists, certifications, use cases, comparable-product context, dimensional data, and any attribute that could be a sub-query in your category. This is the single largest lever for retailers.
  3. Measure share of voice across the fan-out, not just rank. Sample the question space your customers actually ask AI engines, simulate the fan-out, and track how often your products and brand appear across the resulting sub-queries. That is what Paz.ai's AI Readiness platform measures.

Retailers who treat fan-out as a content-only problem will plateau. The biggest gains come from the catalog layer: structured data, attribute completeness, schema, and feed alignment with the protocols (ACP, UCP, MCP) that AI retrieval systems actually consume.

FAQ

How many sub-queries does query fan-out generate?+
Standard AI Mode and ChatGPT search fan-out generates roughly 8 to 12 parallel sub-queries per user question. Deep-research modes fan out further, often firing hundreds of sub-queries across about 20 iterations to assemble multi-source reports.
Did Google invent query fan-out?+
Google named the technique publicly at I/O 2025 and described it in the Thematic Search patent (US12158907B1) where sub-queries are called "themes." The general approach - decompose a query, retrieve in parallel, synthesize an answer - is used by ChatGPT, Perplexity, Microsoft Copilot, and Gemini as well.
What types of sub-queries does fan-out generate?+
Independent research from iPullRank documented eight variant types: reformulations of the original query, related queries, implicit queries the user did not state but the engine inferred, comparative queries, entity-specific queries, personalized queries, recency queries, and disambiguations of ambiguous terms.
How stable is query fan-out across runs?+
Surfer SEO's December 2025 study found query fan-out stability is roughly 27%, meaning the same user asking the same question twice will see about 73% of the underlying sub-queries change between runs. This is why optimizing for a fixed list of sub-queries does not work; you have to optimize for breadth of intent coverage instead.
How is query fan-out different from classic SEO?+
Classic SEO matches one query to one ranked list of pages. Query fan-out matches one query to 8 to 12 parallel sub-queries, retrieves passages for each, and synthesizes one answer with citations. The unit of optimization shifts from the page to the passage, and the success metric shifts from rank position to citation share across the fan-out.
How should retailers optimize for query fan-out?+
Three actions: structure content so each H2 section independently answers a distinct sub-query, enrich product data so each SKU satisfies more fan-out themes (more attributes, structured data, schema), and measure share of voice across the fan-out instead of classic rank. The catalog-layer enrichment is the largest lever for retailers because product pages have to satisfy many sub-queries simultaneously.

Related Terms

Generative Engine Optimization (GEO)

GEO is the practice of structuring digital content to maximize visibility in AI-generated responses from ChatGPT, Google AI, and Perplexity.

Answer Engine Optimization (AEO)

Answer Engine Optimization (AEO) is the practice of structuring content and product data so AI answer engines like ChatGPT, Perplexity, and Google AI Overviews cite your brand as a source.

Agentic Commerce Optimization (ACO)

Agentic Commerce Optimization (ACO) is the practice of structuring product data, feeds, and site signals so AI shopping agents reliably discover, understand, and recommend a retailer's products.

Google AI Mode Shopping

Google AI Mode Shopping integrates product recommendations and purchasing directly into Google's AI-generated search results, combining Google Shopping data with conversational AI.

AI Shopping Search

AI shopping search replaces traditional keyword-based product search with natural language, conversational queries that AI agents interpret to find and recommend products.

AI Product Found Rate

Found Rate is the percentage of relevant shopping queries on which a retailer's product appears - text mention, product card, or otherwise - across AI engines. The base AEO/ACO commerce metric.

AI Share of Voice

AI share of voice measures how often and how prominently an AI engine mentions your brand relative to competitors when answering category queries - the AI-era equivalent of traditional share of voice.

Structured Product Data

Structured product data is machine-readable product information organized in standardized formats like Schema.org, enabling search engines and AI agents to understand and recommend products.

How AI-Ready Are Your Products?

Check how AI shopping agents evaluate any product page. Free score in 30 seconds with specific recommendations.

Run Free Report →