Query fan-out is the practice of decomposing one typed question into several related searches and retrieving for each of them separately. Google describes it as issuing “multiple related searches across subtopics and data sources” to develop a response, and states it for both AI Overviews and AI Mode.1 The searcher sees one question and one answer; the system ran several retrievals in between.
Breadth pays more under that design because each sub-query is a separate competition with its own candidate set and its own ordering. The number of chances your domain gets is therefore not one per question, it is one per sub-question you can plausibly answer. A page covering a question and the follow-ups a reader would actually ask next enters several of those competitions from a single URL.
The population of questions that behave this way is large. Xu et al. (2026) tracked 55,393 trending queries over 40 days and found Google AI Overview activation at 13.7% overall but 64.7% for queries phrased as questions;2 Grossman et al. (SIGIR 2026) found one shown for 51.5% of a representative 11,500-query sample.3 The survey reporting the first pair warns those rates do not transport across query distributions, dates and samples, so read them as orders of magnitude. Question-shaped demand is where fan-out lives.