AI SearchGoogle · 2024Updated May 202612 min read

AI Overviews — Google’s Answer to the End of the Blue Link

Google AI Overviews are the most significant change to search since PageRank. Powered by Gemini and a RAG architecture, they synthesise multi-source answers at the top of results — before any organic listing appears. For brands, they represent both the greatest threat and the greatest opportunity in modern digital strategy.

34%
Average CTR drop for queries answered by AI Overviews
Search Engine Land, 2024
47%
of AI Overview citations come from outside the top 10 organic results
Authoritas Study, 2024
59%
of all Google searches now trigger an AI Overview
Semrush, Q1 2025

01 What Are AI Overviews?

Google AI Overviews are AI-generated response panels that appear at the very top of search results — above ads, above featured snippets, above every organic result. Originally launched as Search Generative Experience (SGE) in beta at Google I/O 2023, they became a live feature in US search results in May 2024 under their current name, with a global rollout continuing through 2025.

Think of them architecturally the way a conductor organises an orchestra. Before the first note sounds, the conductor has already read dozens of musical parts, identified the essential melody, and decided which instruments best express it. AI Overviews do the same thing with information: they pre-synthesise an answer from multiple sources before the user ever sees a list of websites, deciding which voices deserve to be heard and in which order.

📌
Key Distinction
Featured snippets extract exact text from a single page. AI Overviews generate an original answer by synthesising content across multiple sources — then cite those sources. You can rank #1 organically and never be cited in an AI Overview, and you can appear in an AI Overview without ranking in the top 10.

The Three Visible Components

  • Generative Summary: The AI-written response at the top — often 2–5 paragraphs long, designed to fully satisfy the query without requiring a click-through.
  • Inline Citations: Linked source references embedded within the generated text, pulled from Google’s organic index — often pages the user would never have found otherwise.
  • Sidebar Source Cards: A “More sources” panel showing additional cited URLs with thumbnails, allowing users to dive deeper if the AI summary doesn’t fully satisfy them.
Anatomy of a Google AI OverviewAI Overviewsource.comresearch.ioauthority.orgGenerative SummaryWritten by Gemini LLMInline CitationsFrom Google’s web indexOrganic results appear here — often 1,500px+ below the foldMore Sourcessource-one.comresearch-site.ioauthority-hub.org
Fig. 1 — The three main components of a Google AI Overview SERP panel. Organic results typically appear more than 1,500px below the fold when an AI Overview is present.

02 How They Work: The Technical Architecture

AI Overviews are built on a Retrieval-Augmented Generation (RAG) architecture — a system that combines the generative power of a large language model (Google’s Gemini) with real-time retrieval from multiple live indexes. Unlike a pure LLM that only knows what it was trained on, RAG grounds every generated answer in freshly retrieved source material.

If you’ve ever worked with a jazz improviser, you’ll recognise the parallel: they don’t play from memory alone. They listen to what the band is doing in real time and respond. AI Overviews improvise from fresh retrieval, not stale training data — which is why they can reference events that happened last week and still sound authoritative.

Research
Google’s Multi-Task Unified Model (MUM) and Gemini Integration
Google’s Search On 2023 documentation confirms that AI Overviews use a version of the Gemini model specifically fine-tuned for search tasks. The system employs a query fan-out mechanism — decomposing a single user query into multiple sub-queries, each sent simultaneously to different retrieval systems. This mirrors research published by Shi et al. (2023) in “REPLUG: Retrieval-Augmented Language Model Pre-Training”, which demonstrated that grounding LLM outputs in retrieved documents reduces hallucination rates by up to 38% compared to pure generation.
Sources: Google Search On (2023); Shi et al., REPLUG, arXiv:2301.12652

The 5-Stage Generation Pipeline

1
Query Understanding & Intent Classification
Gemini analyses the query to determine whether it warrants an AI Overview (informational, multi-faceted, or research-type queries are prioritised). Commercial and navigational queries typically receive fewer overviews.
2
Query Fan-Out (Multi-Subquery Decomposition)
The original query is broken into 3–10 parallel sub-queries, each targeting different facets of the user’s information need. These run simultaneously across Google’s retrieval infrastructure.
3
Multi-Source Parallel Retrieval
Sub-queries are dispatched to the web index (lexical + vector), Knowledge Graph, YouTube transcripts, Google Shopping feeds, and specialty indexes (Scholar, Maps, Flights). Top candidates are returned for each sub-query.
4
Passage-Level Reranking & Grounding
A cross-encoder reranker scores individual passages (not whole documents) for relevance. The top-scoring passages become the context window for Gemini. This is why chunk-friendly, self-contained paragraphs dramatically outperform wall-of-text content.
5
Answer Generation + Citation Attribution
Gemini generates the final answer using retrieved passages as grounding context. It then attributes inline citations to the passages that most strongly supported each claim in the generated text.
Live: The RAG Pipeline in Motion
How a single query becomes an AI Overview
🔍
Query Encoding
🌐
Fan-Out Retrieval
📊
Passage Reranking
🧠
Gemini Grounding
Answer Generation

03 Query Fan-Out & Source Selection

The fan-out architecture is what makes AI Overviews categorically different from any previous SERP feature. A single user query for “best treatment for insomnia” doesn’t generate a single search — it spawns parallel sub-queries like “cognitive behavioural therapy for insomnia efficacy”, “sleep hygiene evidence base”, “OTC sleep aids comparison”, and “insomnia prevalence statistics”. Each sub-query hits a different retrieval system.

Strategic Implication
Because AI Overviews use multi-sub-query fan-out, topical comprehensiveness beats keyword density. A site that covers all the latent intents around a topic cluster will be cited across multiple sub-queries. A site that optimises for a single keyword phrase might win one sub-query but lose the overall citation race.

The Five Source Systems AI Overviews Query

  • Web Index — Both lexical (BM25-style keyword matching) and vector (semantic embedding) retrieval from Google’s full crawl index. Two different retrieval lanes, both must be won.
  • Knowledge Graph — For entity facts: people, places, organisations, events. Entity-rich content with strong Schema.org markup has a direct pipeline into this retrieval layer.
  • YouTube Transcripts — Video content is retrieved via transcript analysis. Expert-led video content on your domain strengthens AI Overview eligibility for instructional queries.
  • Google Shopping / Product Feeds — For commercial intent queries involving products, pricing, or comparisons. Structured product data is a separate retrieval pathway.
  • Specialty Indexes — Google Scholar (academic), Maps (local), Flights (travel), depending on the detected query intent. Appearing in vertical indexes can unlock AI Overview citations for niche queries.

04 Impact on Organic Search: The Data

The redistribution of attention triggered by AI Overviews is the most measurable consequence of the AI search transition. When an AI Overview appears, it pushes organic results down by an average of 1,500 pixels — the equivalent of erasing your above-the-fold presence entirely. The scroll tax is real, and brands are paying it in CTR.

Research
Zero-Click Search Acceleration: Pew Research & Similarweb Joint Study (2025)
Research tracking 2 million US search sessions found that only 1% of users click links inside AI Overviews, while 26% abandon their session entirely after reading an AI-generated summary — without visiting any linked source. The same study found that for news-related queries, zero-click rates jumped from 56% to 67% between May 2024 and May 2025. The mechanism mirrors what behavioural economists call “satisficing” — users accept the first satisfactory answer rather than optimising for completeness.
Sources: Pew Research Center (2025); Similarweb / Press Gazette joint study (2025)

CTR Impact by Position & Query Type

Position #1 (AI Overview present)
−34.5%
Informational queries
−40%
How-to / instructional
−30%
Navigational queries
Minimal
Transactional / commercial
Minimal
Source: Ahrefs CTR study (2024); Search Engine Land (2024)
💡
The Silver Lining
Traffic that arrives via an AI Overview citation tends to be significantly more qualified and intentional than typical organic clicks. Users who click through from an AI Overview have already confirmed that your brand is a trusted source — conversion rates for this traffic segment are measurably higher. Being cited is a brand authority signal, not just a traffic channel.

05 What Gets Cited — and What Gets Ignored

The 47% figure is the most counter-intuitive insight in AI Overview strategy: nearly half of cited pages were not in the top 10 organic results. This means AEO and SEO are genuinely separate disciplines with different optimisation logics. You cannot assume that ranking well will earn you a citation — but you also cannot assume that a lower-ranking page with the right structure won’t.

SignalImpact on AI Overview EligibilityPriority
Topical authority (topic cluster depth)Comprehensive, interlinked coverage of all latent intents around a topic. Wins multiple sub-queries in fan-out.Critical
Extraction-ready passage structureShort, scoped paragraphs (150–300 words) with one clear claim per block. Survives RAG chunking intact.Critical
E-E-A-T signals (author, institution, citations)Bylined content with expert credentials, cited data, and editorial transparency. Strongly preferred.High
Schema.org structured dataFAQPage, HowTo, Article, Person, Organization. Directly informs the Knowledge Graph retrieval lane.High
Entity presence in Knowledge GraphBrand, author, and topic entities defined in Wikidata, Wikipedia, Google Business Profile. Enables entity-lane retrieval.High
Page speed & Core Web VitalsFast-loading, non-JS-dependent pages are crawled more frequently, keeping content fresh in the retrieval index.Medium
Exact keyword rankingTraditional ranking still matters for the web index retrieval lane but is no longer a prerequisite for AI Overview citation.Medium
Content length (long-form)Length alone does not improve eligibility. Self-contained, chunked information density beats word count.Low

The underlying logic mirrors how academic peer review works: papers are selected for citation not because they are long, but because their specific claims are precise, attributable, and directly relevant to the citing work’s argument. AI Overviews cite pages for the same reason a scholar cites a source — because that specific passage contains a clearly stated, authoritative claim that the citing text needs to borrow.

06 GEO Strategy: 5 Steps to Increase Citation Probability

Optimising for AI Overview citations is a different discipline from traditional SEO — but not an alien one. Think of it as SEO with an added layer of content architecture for machine extraction. The goal is to make your most authoritative claims easily retrievable, clearly attributable, and independently meaningful when chunked.

“Structure pages so that key claims exist as liftable passages: short, scoped paragraphs; definition blocks; bullet lists; small, labeled tables.”

— GEO Implications for AI Search Platforms, Botify Research (2025)
1
Build a Topic Cluster, Not a Page
Map all the latent sub-intents around your core topic. Create a hub page plus spoke pages for each sub-intent. AI Overview fan-out rewards sites that answer many related sub-queries, not just the primary keyword. A site that covers a topic comprehensively wins across multiple simultaneous retrieval lanes.
2
Engineer Extraction-Ready Passages
Each paragraph should be self-contained and directly answer one specific question. Keep core claim paragraphs to 150–300 words. Open with the claim, support it with evidence, close with implication. The RAG system splits your content into chunks — every chunk must stand alone and still be informative.
3
Establish Entity Identity
Define your brand, authors, and core topics as entities. Implement Organization, Person, and Article Schema. Create or claim Wikidata entries. Ensure consistent name-address-phone across Google Business Profile and third-party directories. The Knowledge Graph retrieval lane requires entity-level trust signals that go beyond on-page SEO.
4
Demonstrate E-E-A-T at the Author Level
Byline every piece of strategic content. Author pages should include credentials, published work, and topical expertise claims. Link author profiles to Google Scholar, LinkedIn, and industry publications. AI systems prefer sources where the claimed expertise is independently verifiable — not just asserted on the page itself.
5
Maintain Crawl Freshness
Update existing content regularly and increment the dateModified Schema property. AI Overview systems — especially Bing Copilot — downweight stale content on time-sensitive topics. Freshly dated passages are safer for the system to ground, reducing hallucination risk and increasing the likelihood of citation.

07 The Future of AI-First Search

Google’s launch of AI Mode in early 2025 — a full-page conversational search experience powered by an enhanced version of AI Overviews — signals the direction of travel with unusual clarity. The ten-blue-links model is not being replaced overnight, but it is being systematically subordinated to the AI-generated answer layer.

In architectural terms, we are watching the search results page transform from a catalogue — where every option is presented neutrally for the user to choose from — into a curated exhibition, where an intelligent curator has already made most of the interpretive decisions before you arrive. The question for brands is whether they appear on the exhibition wall or remain in storage.

🔭
Looking Ahead
Alphabet CEO Sundar Pichai stated in late 2024: “Search itself will continue to change profoundly in ’25... You’ll be surprised, even early in ’25, the newer things search can do compared to where it is today.” The introduction of AI Mode — described internally as “query fan-out on steroids” — confirms that multi-modal, agentic search behavior is the default trajectory. Brands that optimise for AI citation now will hold structural advantages that become increasingly difficult to replicate as the category matures.
Your Actionable Checklist
Start Getting Cited in AI Overviews: This Week’s To-Do
① Audit
Run your top 20 target queries in Google. Note which return AI Overviews. Identify who is cited. This is your competitive landscape in the AI citation economy — your starting point for gap analysis.
② Map
Build a topic cluster map using a tool like Semrush Topic Research or manual SERP analysis. Identify all the latent sub-intents around your 5 most valuable keywords. These are the sub-queries your content must answer to win the fan-out.
③ Restructure
Rewrite your top 5 pages using the chunk-engineering principle: each paragraph = one self-contained claim. Add a definition block at the top of every page. Convert prose lists to HTML bullet lists. Remove filler; add sourced data.
④ Schema
Implement or audit Schema markup on all target pages: Article with dateModified, Person for authors, Organization, FAQPage where applicable. Validate with Google’s Rich Results Test. This directly feeds the Knowledge Graph retrieval lane.
⑤ Measure
Set up AI Overview tracking in Google Search Console (filter by “Search Appearance: AI Overview”) or use a dedicated GEO monitoring tool. Track citation frequency monthly. Treat it as a new KPI alongside impressions, clicks, and position.
→ Discuss Your GEO Strategy with Michal
Frequently Asked Questions
Can I opt my website out of appearing in AI Overviews?+
Yes — but with a trade-off. Adding the nosnippet meta tag or data-nosnippet attribute to specific sections prevents Google from using that content in AI Overviews. However, it also prevents featured snippets and other SERP features. Full AI Overview exclusion requires removing yourself from Google’s index entirely, which eliminates all organic traffic. Most brands are better served by optimising for citation than attempting exclusion.
How is an AI Overview different from a Featured Snippet?+
Featured Snippets extract exact text from a single source page and display it verbatim. AI Overviews generate original text using Gemini — the wording is new, not copied. AI Overviews also cite multiple sources simultaneously, can include images and structured lists, and are significantly longer. They appear above Featured Snippets when both would trigger. Unlike Featured Snippets, you cannot directly “win” an AI Overview — you can only increase your citation probability through structural and authority optimisation.
Does ranking in the top 3 organically increase my AI Overview citation chances?+
Correlation exists but is not deterministic. The Authoritas study found that 47% of AI Overview citations came from pages outside the top 10. Ranking well helps because it signals authority and ensures your content is crawled regularly — but the content’s internal structure (chunk-readiness, passage clarity, E-E-A-T signals) is equally important. A page ranking at position 8 with well-structured, authoritative passages can outperform a thin position-1 page in AI Overview citations.
Do AI Overviews appear for every query?+
No. As of Q1 2025, AI Overviews trigger for approximately 59% of queries (Semrush). They appear most frequently for informational, research, how-to, and multi-faceted comparative queries. They appear rarely or not at all for navigational queries (branded searches), purely transactional queries (e.g., “buy iPhone 16”), highly local queries, and breaking news. Medical and legal queries receive AI Overviews with added disclaimers under Google’s sensitive topic guidelines.
How do I track whether my site is being cited in AI Overviews?+
Google Search Console now includes AI Overview as a filter under “Search Appearance” in the Performance report. This shows impressions and clicks where your site was cited in an AI Overview. For broader AI mention tracking across Google, Bing Copilot, and Perplexity, tools like Semrush AI Toolkit, Authoritas, and Botify’s GEO analytics module provide citation monitoring. Treat your AI Overview citation rate as a KPI distinct from traditional organic position tracking.
What is the difference between AEO and GEO?+
Answer Engine Optimisation (AEO) focuses specifically on optimising for AI-powered answer engines — making your content the answer itself, rather than a link in a list. Generative Engine Optimisation (GEO) is the broader discipline of increasing brand visibility across all AI-generated outputs, including chatbot responses (ChatGPT, Claude), AI search (Perplexity), and answer engines (Google AI Overviews). AEO is a subset of GEO. Both disciplines share the same structural optimisation foundations but differ in their target systems and measurement approaches.
Sources & References
Michal Gawel
Michal Gawel
AI Self-Entrepreneur
Michal Gawel is a serial digital entrepreneur with 20+ years at the frontier of organic search. Co-founder of Bakeca.it, founder of Seolab (€3M+ revenue), SEO Evangelist and now AI Evangelist at Digital360 Group. He writes about the intersection of AI, organic visibility, and digital venture building — with a particular focus on AEO, GEO, and the systems reshaping how brands are discovered in the generative era.