{"id":29418,"date":"2025-05-26T18:24:54","date_gmt":"2025-05-26T16:24:54","guid":{"rendered":"https:\/\/wordlift.io\/blog\/en\/?p=29418"},"modified":"2026-01-29T13:09:42","modified_gmt":"2026-01-29T12:09:42","slug":"query-fan-out-ai-search","status":"publish","type":"post","link":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/","title":{"rendered":"Query Fan-Out: A Data-Driven Approach to AI Search Visibility"},"content":{"rendered":"\n<p>Google&#8217;s AI Mode search doesn&#8217;t just process your query\u2014it explodes it into multiple sub-queries, <em>fanning out<\/em> across Google&#8217;s  knowledge graphs and its web index to synthesize comprehensive answers. This &#8220;query fan-out&#8221; process represents the most significant shift in search behavior since mobile-first indexing, yet it seems as if we&#8217;re all flying blind, unable to measure how well our content performs against this new reality.<\/p>\n\n\n\n<p>After reviewing foundational patents like&nbsp;<strong>US 2024\/0289407 A1<\/strong>&nbsp;(Search with stateful chat) and newer insights from&nbsp;<strong>WO2024064249A1<\/strong>&nbsp;(<em>Systems and methods for prompt-based query generation for diverse retrieval<\/em>)\u2014the latter highlighted by Michael King&#8217;s analysis\u2014and studying AI search patterns for several months, I\u2019ve&nbsp;<strong>updated our practical framework and the accompanying Colab tool.<\/strong>&nbsp;The breakthrough isn\u2019t just understanding query fan-out\u2014it\u2019s being able to&nbsp;<strong>more accurately simulate its initial stages and score your content against it.<\/strong>&#8220;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Query Fan-Out Reality: Beyond Deterministic Rankings<\/h2>\n\n\n\n<p>When someone asks Google&#8217;s AI &#8220;What&#8217;s the best sustainable marketing strategy for small e-commerce businesses?&#8221;, the AI doesn&#8217;t search for that exact phrase. Instead, it decomposes the query into multiple sub-queries that vary based on user context:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What makes a marketing strategy sustainable?<\/li>\n\n\n\n<li>Which marketing channels work best for e-commerce?<\/li>\n\n\n\n<li>What are the budget constraints for small businesses?<\/li>\n\n\n\n<li>How do sustainable practices impact customer acquisition?<\/li>\n\n\n\n<li>What are successful case studies in sustainable e-commerce marketing?<\/li>\n<\/ul>\n\n\n\n<p>But here&#8217;s the critical insight from my work since the SGE (Search Generative Experience) days: <strong>these follow-up questions aren&#8217;t the same for everyone<\/strong>. They&#8217;re deeply contextual, stochastic, and impossible to predict deterministically.<\/p>\n\n\n\n<p>The problem for marketers isn&#8217;t just optimizing for sub-queries\u2014it&#8217;s accepting that there&#8217;s no way to &#8220;rank&#8221; or even track visibility in traditional terms. The game has fundamentally changed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A New Framework: Predicting Questions<\/h2>\n\n\n\n<p>Traditional SEO tools struggle with the dynamic nature of query fan-out. What we need is a way to probe how our content might fare when an AI deconstructs user intent. Our updated Colab simulator now takes a more AI-native approach to this challenge:<\/p>\n\n\n\n<p><strong>(Future Vision) Validation Function &amp; Reward Policies:<\/strong>&nbsp;While the current tool simulates and scores, the long-term vision remains developing robust validation functions\u2014reward policies within DSPy to ground and improve predictions for&nbsp;<em>actual<\/em>&nbsp;contextual follow-ups based on user interactions and knowledge graphs<\/p>\n\n\n\n<p><strong>AI-Powered Entity &amp; Context Understanding:<\/strong>&nbsp;Instead of traditional scraping, the tool leverages&nbsp;<strong>Google&#8217;s Gemini model<\/strong> and the <strong><code>url_context<\/code> tool <\/strong>that simulate how AI Mode might interpret URLs. Gemini identifies the main&nbsp;<strong>ontological entity<\/strong>&nbsp;and extracts&nbsp;<strong>key grounded content chunks<\/strong>&nbsp;it finds relevant from the page. <\/p>\n\n\n\n<p>This more closely reflects how AI search systems digest content: not by parsing HTML from top to bottom, but by grounding themselves in <strong>semantically rich, citation-worthy chunks<\/strong>.<\/p>\n\n\n\n<p><strong>Chain-of-Thought Synthetic Query Generation:<\/strong>&nbsp;Informed by the entity identified by Gemini, and guided by principles from patents like&nbsp;<strong>WO2024064249A1<\/strong>, the simulator uses a&nbsp;<strong>DSPy Chain-of-Thought (CoT) module<\/strong>&nbsp;with Gemini. This CoT module first&nbsp;<em>reasons<\/em>&nbsp;about the different types of information facets and query types (Related, Implicit, Comparative, etc.) relevant to your entity, then generates a diverse set of&nbsp;<strong>synthetic fan-out queries.<\/strong>&nbsp;This is a step beyond simple keyword expansion, aiming for a more reasoned decomposition.<\/p>\n\n\n\n<p><strong>Semantic Coverage Assessment:<\/strong>&nbsp;Using the Gemini-extracted content chunks (or a Gemini-generated summary if direct chunks aren&#8217;t available), we assess how well your page&#8217;s key information covers these synthetically generated fan-out queries using semantic similarity (embeddings).<\/p>\n\n\n\n<p>The <strong>goal isn&#8217;t to predict every possible query\u2014it&#8217;s to build semantic infrastructure that increases our accuracy in predicting the next likely question<\/strong> based on user context. Gianluca Fiorelli has been working on this for years recommending us to retrieve all the query refinements (Topic filter, PAA, People Also Search For, Images Search tag queries etc) that Google presents for a seed query.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83e\uddf1 How Google Chunking Works\u2014and Why It Matters<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Google doesn\u2019t analyze content as a whole. Instead, it segments documents into smaller, meaningful <strong>chunks<\/strong>. Based on our research, Google appears to use a <strong>hybrid strategy<\/strong> that includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Fixed-size chunking<\/strong>, used to fit content into model limits like the 2048-token cap for <code>gemini-embedding-001<\/code><\/li>\n\n\n\n<li><strong>Recursive chunking<\/strong>, to split unstructured content based on paragraphs \u2192 sentences \u2192 words<\/li>\n\n\n\n<li><strong>Semantic chunking<\/strong>, where related sentences are grouped together<\/li>\n\n\n\n<li><strong>Layout-aware chunking<\/strong>, which segments content based on HTML structure (headings, lists, tables) and is the <strong>default in Vertex AI Search<\/strong> via <code>LayoutBasedChunkingConfig<\/code><\/li>\n<\/ul>\n\n\n\n<p>Among these, <strong>layout-aware chunking<\/strong> is most crucial for ingestion. It aligns with how documents are visually structured, how humans process them, and how Google&#8217;s AI determines passage-level relevance.<\/p>\n<\/blockquote>\n\n\n\n<p>Now, before, sharing how we&#8217;re planning to scout for follow-questions, let&#8217;s review the core principles behind the framework. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Strategic Framework for AI-Search Optimization: 11 Core Principles<\/h2>\n\n\n\n<p>Based on testing and analysis of successful AI-visible content, these are the strategic principles that actually move the needle:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Focus on Ontological Core, Not Content Volume<\/h3>\n\n\n\n<p>The shift isn&#8217;t about producing more content\u2014it&#8217;s about building a <strong>robust semantic foundation<\/strong>. Your <strong>ontological core<\/strong> (as <a href=\"https:\/\/www.linkedin.com\/posts\/tonyseale_for-the-last-two-days-i-am-delighted-to-activity-7273260463595950081-doas?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAABQtwByNjjZKKeLt7YWh_rnkBWROwd8VY\">introduced by Tony Seal<\/a>) is the structured representation of essential domain knowledge. It\u2019s what enables AI systems to generate dynamic, context-aware responses.<\/p>\n\n\n\n<p>Since <strong>follow-up questions vary by user<\/strong>, you can\u2019t prewrite content for every possibility. Instead, invest in <strong>semantic infrastructure<\/strong> that can adapt and scale\u2014anchored in entities, relationships, and intent\u2014so your content stays relevant, no matter the path the conversation takes. In multimodal search, the ontological core must also be visually addressable: entities need visual attributes (material, colorway, pattern, silhouette, style) that can be matched to what models detect in images.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Build Dynamic, Conversational Content Architecture<\/h3>\n\n\n\n<p>Since follow-up questions are both <strong>contextual<\/strong> and <strong>stochastic<\/strong>, your content must be <strong>conversational and adaptive<\/strong>\u2014not merely static or exhaustive. Rather than chasing keyword coverage, shift your focus to <strong>semantic relationships<\/strong> and <strong>knowledge graph structures<\/strong>.<\/p>\n\n\n\n<p>Our data shows that content built on a strong <strong>ontological foundation<\/strong> can respond to <strong>3x more contextual variations<\/strong> than traditional long-form copy. Every entity relationship opens a new conversational path; every attribute becomes a new potential answer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Prioritize E-E-A-T and Structured Data Rigorously<\/h3>\n\n\n\n<p>Google has made it clear: <strong>E-E-A-T is critical for AI-generated responses<\/strong>. But beyond traditional trust signals, you also need to provide <strong>explicit semantic context<\/strong> through schema markup.<\/p>\n\n\n\n<p>The combination of <strong>human credibility<\/strong> and <strong>machine readability<\/strong> is now essential for maximum visibility. In an AI Agent\u2013driven world, <strong>trust and authenticity aren\u2019t optional\u2014they&#8217;re foundational<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Adapt to Conversational and Intent-Driven Queries<\/h3>\n\n\n\n<p>AI excels at understanding natural language\u2014your content strategy should reflect this by focusing on <strong>underlying intent<\/strong>, not just keyword phrases. It\u2019s not about ranking for exact terms anymore; it\u2019s <strong>intent and semantic similarity<\/strong> that win the game.<\/p>\n\n\n\n<p>Our initial tests on SGE show that content optimized for <strong>conversational queries<\/strong> achieves <strong>40% higher coverage<\/strong> in fan-out simulations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Develop Prediction Models for Contextual Follow-ups<\/h3>\n\n\n\n<p>Universal coverage isn\u2019t the goal. Rather than optimizing for individual queries, focus on building data\u2014and eventually models\u2014that can <strong>predict likely follow-up questions based on user context<\/strong>.<\/p>\n\n\n\n<p>This is where the <strong>validation function<\/strong> becomes essential: it should reward predictions that not only anticipate the next contextual turn but also <strong>align with your ontological core<\/strong>\u2014your brand values and marketing position.<\/p>\n\n\n\n<p>The objective is to <strong>increase prediction accuracy<\/strong> for user-specific follow-ups, not to cover everything.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. Excel with &#8220;Zero-Click&#8221; and &#8220;Citation-Based&#8221; Visibility<\/h3>\n\n\n\n<p>Success metrics are shifting. Being cited in AI-generated answers can be more impactful than traditional clicks\u2014especially for <strong>brand authority<\/strong> and <strong>consideration<\/strong>. But these are still <strong>proxy metrics<\/strong>.<\/p>\n\n\n\n<p>What truly matters is the bottom line: <strong>optimize for conversions and leads<\/strong>. That\u2019s the <strong>North Star<\/strong>\u2014everything else is secondary.<\/p>\n\n\n\n<p>Track <strong>mention frequency<\/strong> and <strong>sentiment<\/strong> in AI responses, not just CTR. Then connect the dots: Are these mentions driving <strong>trial signups<\/strong> if you&#8217;re SaaS? <strong>Purchases<\/strong> if you&#8217;re e-commerce?<\/p>\n\n\n\n<p><strong>SEO is no longer just about rankings\u2014it\u2019s a function of business development.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7. For E-commerce, Focus on Rich Product Data and Comparative Content<\/h3>\n\n\n\n<p>AI-driven search doesn\u2019t just answer direct queries\u2014it supports users through complex decision-making journeys. To win in this environment, your product content must address the <strong>comparative sub-questions<\/strong> that AI systems generate: How does this product differ? What are the key features and use cases? Why choose this over another?<\/p>\n\n\n\n<p>Pages enriched with <strong>structured data and comparison matrices<\/strong>\u2014highlighting specifications, benefits, and alternatives\u2014perform significantly better. Learn more on how you can <a href=\"https:\/\/wordlift.io\/blog\/en\/converting-product-data-into-clicks-case-study\/\">convert product data (enriched with GS1 Digital Link) with additional visibility and sales<\/a>. <\/p>\n\n\n\n<p><strong>Add \u201cvisual comparatives\u201d<\/strong>: not just \u201cA vs B,\u201d but \u201cthis look vs that look,\u201d \u201csimilar texture,\u201d \u201csame palette,\u201d \u201cmore formal,\u201d \u201cmore minimalist.\u201d Visual refinements are now first-class query branches.<\/p>\n\n\n\n<p><strong>Treat images as structured inventory<\/strong>: multiple angles, variants, and context shots increase the chance that at least one branch grounds correctly into your product set.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">8. Monitor Paid Search Performance and Adapt Strategies<\/h3>\n\n\n\n<p>AI Overviews are reshaping the search landscape\u2014including <strong>paid visibility<\/strong>. Closely monitor <strong>CTR fluctuations<\/strong> for query types where AI delivers comprehensive answers, and <strong>reallocate budgets<\/strong> where necessary. Always remember that an effective landing page reduces the cost per click. <\/p>\n\n\n\n<p>Prioritize <strong>high-intent queries<\/strong>\u2014those where AI responses lead users to take action, not just feel informed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">9. Stay True to Your Values and Listen Strategically<\/h3>\n\n\n\n<p>As AI reshapes how we create, optimize, and discover content, staying grounded in your core values is more important than ever. Prioritize transparency, fairness, and privacy\u2014not just for compliance, but to build enduring trust in an increasingly automated world.<br>At the same time, adopt a clear listening strategy: structure your data infrastructure around well-defined personas. These personas serve as the foundation for inferring the most relevant follow-up questions, guiding content generation and optimization in a way that truly resonates with your audience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">10. Experiment and Iterate Continuously<\/h3>\n\n\n\n<p>The AI search landscape evolves rapidly. Use tools like our query fan-out simulator to regularly assess your content&#8217;s AI visibility and adapt strategies based on actual coverage data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">11. Optimize for Visual Grounding, Not Just Textual Relevance<br><\/h3>\n\n\n\n<p>If AI Mode fans out visually, you win when your products can be <em>identified<\/em> and <em>verified<\/em> across multiple detected facets, and when the landing experience preserves those facets (variant, availability, reviews, price, shipping) so the system can confidently link out.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Simulator: Understanding Your Content&#8217;s AI-Mode Readiness<\/h2>\n\n\n\n<p>Understanding query fan-out is one thing\u2014simulating how your content might be perceived and deconstructed by an AI is the practical first step. Our updated Colab notebook aims to provide this initial insight.<\/p>\n\n\n\n<p>This new release enhances the simulation by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Leveraging Gemini for Initial Understanding:<\/strong>&nbsp;Uses Google&#8217;s Gemini (via its&nbsp;url_context-like grounding capability or direct analysis) to identify the&nbsp;<strong>main entity<\/strong>&nbsp;of your URL and extract&nbsp;<strong>key content chunks<\/strong>&nbsp;from the page. This replaces traditional HTML scraping and parsing, getting us closer to how an AI might &#8220;see&#8221; your page.<\/li>\n\n\n\n<li><strong>Sophisticated Query Fan-Out Simulation with DSPy CoT:<\/strong>&nbsp;Employs a&nbsp;<strong>DSPy Chain-of-Thought (CoT) module powered by Gemini<\/strong>&nbsp;to generate synthetic fan-out queries. This module first&nbsp;<em>reasons<\/em>&nbsp;about different relevant query types (informed by patent insights like WO2024064249A1) before producing a diverse set of sub-queries.<\/li>\n\n\n\n<li><strong>Semantic Coverage Scoring:<\/strong>&nbsp;Assesses how well the Gemini-identified content chunks from your URL cover these diverse synthetic queries using embedding-based similarity.<\/li>\n<\/ul>\n\n\n\n<p>In AI Mode, Google may also retrieve up to <strong>five chunks before and after<\/strong> a relevant one to provide context. This means your content should not only make sense at the chunk level, but also flow coherently across sections. A well-structured layout improves both chunk visibility and contextual stitching.<\/p>\n\n\n\n<p>The tool, built with&nbsp;<strong><a href=\"https:\/\/wordlift.io\/blog\/en\/dspy-seo-programming-framework\/\">DSPy<\/a><\/strong>&nbsp;(my preferred framework for robust AI system programming), allows you to:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>See what&nbsp;<strong>primary entity<\/strong>&nbsp;Gemini extracts from your URL.<\/li>\n\n\n\n<li>Inspect the&nbsp;<strong>reasoning process<\/strong>&nbsp;(thanks to CoT) behind the generation of fan-out queries.<\/li>\n\n\n\n<li>Analyze the&nbsp;<strong>types of fan-out queries<\/strong>&nbsp;generated for your entity.<\/li>\n\n\n\n<li>Get a&nbsp;<strong>coverage score<\/strong>&nbsp;indicating how well your page&#8217;s key content (as understood by Gemini) addresses these potential AI sub-queries.<\/li>\n<\/ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\ud83d\udccd <strong>Technical Pipeline:<\/strong><br><code>URL \u2192 Entity Extraction \u2192 Query Fan-Out \u2192 Embedding Coverage \u2192 AI Visibility Score<\/code><\/p>\n<\/blockquote>\n\n\n\n<p>While predicting every exact contextual follow-up is impossible, this tool helps you understand your content&#8217;s readiness for an AI-driven search environment that relies on such decomposition. It provides a data point for how &#8220;AI-friendly&#8221; and &#8220;synthesis-ready&#8221; your content might be.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\ud83e\uddea <strong>This tool is experimental.<\/strong> The way LLMs, including Gemini, perform grounding and interpret URLs can evolve. We welcome your feedback as we continue to refine this approach with the community.<\/p>\n\n\n\n<p><strong><a href=\"https:\/\/wor.ai\/fan-out-ai-mode\">Access the Query Fan-Out Simulator<\/a><\/strong> &#8211; A free tool to measure your content&#8217;s AI<strong>-Mode Readiness<\/strong>. <br><br>. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From Coverage to Context: The Real Challenge<\/h2>\n\n\n\n<p>The notebook reveals something more profound than coverage gaps\u2014it shows the impossibility of deterministic optimization in an AI-driven search world. Most content addresses only samples of possible follow-ups, and that&#8217;s not a bug, it&#8217;s the feature.<\/p>\n\n\n\n<p>What matters isn&#8217;t covering every possible query variation\u2014it&#8217;s building semantic infrastructure that can predict and respond to contextual follow-ups accurately. When you understand that there&#8217;s no way to &#8220;rank&#8221; in the traditional sense, you start focusing on what actually matters: the ontological core.<\/p>\n\n\n\n<p>This is why content becomes dynamic and conversational. In the end, the ontological core\u2014your fundamental knowledge structure about your domain\u2014is all you really need to focus on. Everything else is prediction and adaptation.<\/p>\n\n\n\n<p>The brands that understand this shift from deterministic rankings to contextual prediction will dominate AI search. The question isn&#8217;t whether you can cover every query variation\u2014it&#8217;s whether you can build semantic infrastructure that predicts and adapts to user context.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>NEW<\/strong>: Visual Fan-Out: When the Query Is an Image (or a \u201cVibe\u201d)<\/h2>\n\n\n\n<p>AI Mode is no longer just expanding <em>text<\/em> queries. <a href=\"https:\/\/blog.google\/products-and-platforms\/products\/search\/search-ai-updates-september-2025\/\">Google has confirmed a \u201cvisual search fan-out\u201d technique<\/a> that turns an image (plus optional text) into multiple parallel retrieval branches.<\/p>\n\n\n\n<p><strong>How I think it works (conceptual model):<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Visual decomposition (image \u2192 visual entities)<\/strong><br>AI Mode analyzes what\u2019s in the image beyond the obvious: primary subjects, secondary objects, and subtle details that carry intent (materials, patterns, shapes, style cues).<\/li>\n\n\n\n<li><strong>Parallel query execution (fan-out across sources)<\/strong><br>For each extracted visual facet (and sometimes image regions), the system runs multiple background queries to interpret the full context and to find corroborating and actionable results.<\/li>\n\n\n\n<li><strong>Visual synthesis (inspiration + shoppable results)<\/strong><br>The output is inherently visual: a grid\/panel that matches the \u201cvibe,\u201d with links out to sources and retailers. For shopping, Google explicitly positions this as conversational browsing rather than filter-first navigation.<\/li>\n\n\n\n<li><strong>Recursive refinement (branch-and-refan)<\/strong><br>Users can refine naturally (\u201cdarker tones,\u201d \u201cbold prints,\u201d \u201cmore ankle length\u201d), and each refinement effectively re-seeds a branch, triggering a new fan-out from that sub-context.<\/li>\n<\/ol>\n\n\n\n<p><strong>Why this matters:<\/strong><br><strong><a href=\"https:\/\/wordlift.io\/blog\/en\/visual-fan-out-in-ai-mode\/\">Visual fan-out <\/a><\/strong>makes \u201coptimization-by-single-query\u201d even less realistic. The follow-ups are not only contextual and stochastic, they are <em>multimodal<\/em>. Your content now competes on whether it can be <em>recognized<\/em>, <em>matched<\/em>, and <em>grounded<\/em> across many visual facets that users never typed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The <strong>Visual Fan-Out Explorer<\/strong>: Simulating Visual Decomposition for E-commerce<\/h3>\n\n\n\n<p>To make this measurable, I built a lightweight simulator that approximates the first stages of visual fan-out for shopping:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Object and context decomposition:<\/strong> detect primary subject, secondary objects, style cues, textures, and palette.<\/li>\n\n\n\n<li><strong>Parallel grounding:<\/strong> run concurrent \u201cgrounding\u201d searches for each visual entity across the web and product sources, mirroring how AI Mode blends Lens, Search, and the Shopping Graph.<\/li>\n\n\n\n<li><strong>Synthetic vs grounded synthesis:<\/strong> show a mix of \u201cideal\u201d (model-suggested) and \u201creal\u201d (listing\/review-backed) results to highlight the gap between aesthetic intent and purchasable inventory.<\/li>\n\n\n\n<li><strong>Recursive refinement:<\/strong> let the user refine a single branch (fit, tone, material) and re-run fan-out from that new sub-context.<\/li>\n<\/ul>\n\n\n\n<p>This mirrors the key product UX Google describes: an iterative, conversational shopping journey where the interface updates as users clarify intent.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Ready to start building your ontological foundation? <\/em> The simulator is your first step to understanding how contextual follow-ups work\u2014and why traditional SEO thinking no longer applies.<\/p>\n\n\n\n<p>\ud83d\udc49 <strong>Access the <a href=\"https:\/\/wor.ai\/fan-out-ai-mode\">Query Fan-Out Simulator<\/a><\/strong> (3rd release) \u2014 a free tool to measure your content\u2019s AI search visibility [<em>runs on Google Colab<\/em>].<\/p>\n\n\n\n<p>\ud83d\udc49 <strong>Access the <a href=\"https:\/\/wor.ai\/visual-fan-out\" target=\"_blank\" rel=\"noreferrer noopener\">Visual Query Fan-Out Simulator<\/a><\/strong> (1st release) \u2014 a free tool to investigate how Google AI Mode might fan-out an image [<em>runs on Google Cloud<\/em>].<\/p>\n\n\n\n<p>\ud83d\udc49 <a href=\"https:\/\/wordlift.io\/book-a-demo\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Book a demo<\/strong><\/a> to see how we can help you <strong>transform your content strategy with knowledge graphs and AI-powered optimization<\/strong>.<\/p>\n<\/blockquote>\n\n\n\n\n\n<h4 class=\"wp-block-heading\">References: <\/h4>\n\n\n\n<p>For further reading on the evolution of Google\u2019s AI Mode and its implications for search and SEO, see:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Gianluca Fiorelli&#8217;s <a class=\"\" href=\"https:\/\/www.iloveseo.net\/why-ai-mode-will-replace-traditional-search-as-googles-default-interface\/\">\u201cWhy AI Mode Will Replace Traditional Search as Google\u2019s Default Interface\u201d<\/a> on I Love SEO<\/li>\n\n\n\n<li>Aleyda Sol\u00eds\u2019s breakdown of the <a class=\"\" href=\"https:\/\/www.aleydasolis.com\/en\/ai-search\/google-query-fan-out\/\">Query Fan-Out approach<\/a><\/li>\n\n\n\n<li>Dennis Goedegebuure\u2019s perspective on <a class=\"\" href=\"https:\/\/www.linkedin.com\/pulse\/why-seos-naturalborn-marketers-age-ai-dennis-goedegebuure-bslse\/\">SEOs as natural-born marketers in the age of AI<\/a><\/li>\n\n\n\n<li>Michael King\u2019s in-depth analysis of the <a class=\"\" href=\"https:\/\/www.linkedin.com\/pulse\/breaking-down-ai-mode-patent-michael-king-izeve\/\">AI Mode patent<\/a><\/li>\n\n\n\n<li>The official <a class=\"\" href=\"https:\/\/patents.google.com\/patent\/US20240289407A1\/en\">patent document<\/a> for \u201cSearch with stateful chat\u201d (US20240289407A1)<\/li>\n\n\n\n<li>The <a href=\"https:\/\/patents.google.com\/patent\/WO2024064249A1\/en\">WO2024064249A1 patent<\/a>&nbsp;\u201cSystems and methods for prompt-based query generation for diverse retrieval\u201d<\/li>\n\n\n\n<li>WordLift <a href=\"https:\/\/wor.ai\/visual-fan-out\">Visual Fan-Out Explorer<\/a> <\/li>\n\n\n\n<li>Google Blog post on &#8220;<a href=\"https:\/\/blog.google\/products-and-platforms\/products\/search\/search-ai-updates-september-2025\/\">Visual Search in AI Mode<\/a>&#8220;<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google\u2019s AI Mode doesn\u2019t just process your query, it fans it out into many follow-up searches across Google\u2019s Knowledge Graphs and the web. Now it does the same with images. We\u2019re releasing two free simulators, one for query fan-out and a new Visual Fan-Out Explorer for e-commerce, so you can see the next likely questions and visual branches AI will generate from your content and products, and optimize for how AI actually thinks.<\/p>\n","protected":false},"author":6,"featured_media":29420,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wl_entities_gutenberg":"","_wlpage_enable":"","footnotes":""},"categories":[4300,8],"tags":[4193,4194],"wl_entity_type":[30],"coauthors":[4226],"class_list":["post-29418","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-agentic-ai","category-seo","tag-ai","tag-seo-auomation","wl_entity_type-article"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Query Fan-Out: A Data-Driven Approach to AI Search Visibility - WordLift Blog<\/title>\n<meta name=\"description\" content=\"Google\u2019s AI Mode doesn\u2019t just process a query\u2014it explodes it into a network of sub-queries, fanning out across Google\u2019s Knowledge Graphs and web index to generate comprehensive answers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Query Fan-Out: A Data-Driven Approach to AI Search Visibility - WordLift Blog\" \/>\n<meta property=\"og:description\" content=\"Google\u2019s AI Mode doesn\u2019t just process a query\u2014it explodes it into a network of sub-queries, fanning out across Google\u2019s Knowledge Graphs and web index to generate comprehensive answers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\" \/>\n<meta property=\"og:site_name\" content=\"WordLift Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-26T16:24:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-29T12:09:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449-768x768.png\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Andrea Volpini\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrea Volpini\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\"},\"author\":{\"name\":\"Andrea Volpini\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a\"},\"headline\":\"Query Fan-Out: A Data-Driven Approach to AI Search Visibility\",\"datePublished\":\"2025-05-26T16:24:54+00:00\",\"dateModified\":\"2026-01-29T12:09:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\"},\"wordCount\":2853,\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png\",\"keywords\":[\"AI\",\"SEO auomation\"],\"articleSection\":[\"Agentic AI\",\"seo\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\",\"name\":\"Query Fan-Out: A Data-Driven Approach to AI Search Visibility - WordLift Blog\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png\",\"datePublished\":\"2025-05-26T16:24:54+00:00\",\"dateModified\":\"2026-01-29T12:09:42+00:00\",\"description\":\"Google\u2019s AI Mode doesn\u2019t just process a query\u2014it explodes it into a network of sub-queries, fanning out across Google\u2019s Knowledge Graphs and web index to generate comprehensive answers.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png\",\"contentUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png\",\"width\":1200,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/wordlift.io\/blog\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Query Fan-Out: A Data-Driven Approach to AI Search Visibility\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"name\":\"WordLift Blog\",\"description\":\"AI-Powered SEO\",\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\",\"name\":\"WordLift\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"contentUrl\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"width\":152,\"height\":40,\"caption\":\"WordLift\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a\",\"name\":\"Andrea Volpini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/466a1652833e48ca11c81b363eba7c25\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg\",\"caption\":\"Andrea Volpini\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Query Fan-Out: A Data-Driven Approach to AI Search Visibility - WordLift Blog","description":"Google\u2019s AI Mode doesn\u2019t just process a query\u2014it explodes it into a network of sub-queries, fanning out across Google\u2019s Knowledge Graphs and web index to generate comprehensive answers.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/","og_locale":"en_US","og_type":"article","og_title":"Query Fan-Out: A Data-Driven Approach to AI Search Visibility - WordLift Blog","og_description":"Google\u2019s AI Mode doesn\u2019t just process a query\u2014it explodes it into a network of sub-queries, fanning out across Google\u2019s Knowledge Graphs and web index to generate comprehensive answers.","og_url":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/","og_site_name":"WordLift Blog","article_published_time":"2025-05-26T16:24:54+00:00","article_modified_time":"2026-01-29T12:09:42+00:00","og_image":[{"width":768,"height":768,"url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449-768x768.png","type":"image\/png"}],"author":"Andrea Volpini","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Andrea Volpini","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#article","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/"},"author":{"name":"Andrea Volpini","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a"},"headline":"Query Fan-Out: A Data-Driven Approach to AI Search Visibility","datePublished":"2025-05-26T16:24:54+00:00","dateModified":"2026-01-29T12:09:42+00:00","mainEntityOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/"},"wordCount":2853,"publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png","keywords":["AI","SEO auomation"],"articleSection":["Agentic AI","seo"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/","url":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/","name":"Query Fan-Out: A Data-Driven Approach to AI Search Visibility - WordLift Blog","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png","datePublished":"2025-05-26T16:24:54+00:00","dateModified":"2026-01-29T12:09:42+00:00","description":"Google\u2019s AI Mode doesn\u2019t just process a query\u2014it explodes it into a network of sub-queries, fanning out across Google\u2019s Knowledge Graphs and web index to generate comprehensive answers.","breadcrumb":{"@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#primaryimage","url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png","contentUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2025\/05\/Blog-Covers-2025-05-26T142257.449.png","width":1200,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/wordlift.io\/blog\/en\/query-fan-out-ai-search\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/wordlift.io\/blog\/en\/"},{"@type":"ListItem","position":2,"name":"Query Fan-Out: A Data-Driven Approach to AI Search Visibility"}]},{"@type":"WebSite","@id":"https:\/\/wordlift.io\/blog\/en\/#website","url":"https:\/\/wordlift.io\/blog\/en\/","name":"WordLift Blog","description":"AI-Powered SEO","publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wordlift.io\/blog\/en\/#organization","name":"WordLift","url":"https:\/\/wordlift.io\/blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","contentUrl":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","width":152,"height":40,"caption":"WordLift"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a","name":"Andrea Volpini","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/466a1652833e48ca11c81b363eba7c25","url":"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg","caption":"Andrea Volpini"}}]}},"_wl_alt_label":[],"wl:entity_url":"http:\/\/data.wordlift.io\/wl0216\/post\/query-fan-out-a-data-driven-approach-to-ai-search-visibility-29418","_links":{"self":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/29418"}],"collection":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/comments?post=29418"}],"version-history":[{"count":28,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/29418\/revisions"}],"predecessor-version":[{"id":30495,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/29418\/revisions\/30495"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media\/29420"}],"wp:attachment":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media?parent=29418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/categories?post=29418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/tags?post=29418"},{"taxonomy":"wl_entity_type","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/wl_entity_type?post=29418"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/coauthors?post=29418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}