The Google Search we knew in 2024 simply does not exist anymore in 2026. AI Overviews rolled out to everyone in the US on 14 May 2024 and, according to Google, were used by more than a billion people by March 2025 (Google Blog). What that means for clicks was measured by the Pew Research Center: an AI summary appeared in 18% of the Google searches studied, and where it appeared, users clicked a classic search result in only 8% of visits - without a summary it was 15% (Pew Research Center). For shops this is not a gradual SEO update - it is a paradigm shift from ranking visibility to citation visibility. In this article we explain how SGE, AI Overviews and AI Mode differ, how query fan-out works and which SEO measures are mandatory in 2026 if you want to stay visible.
SGE, AI Overviews, AI Mode: what actually changes in 2026
Many shop operators lump SGE, AI Overviews and AI Mode together - even though they describe three clearly distinguishable product stages. Anyone who wants to properly diagnose traffic losses has to understand those differences.
Search Generative Experience (SGE) was the experimental Labs phase in which Google tested generative answers with opt-in users only. On 14 May 2024 the regular rollout began under the new name AI Overviews, first for everyone in the US, with more countries following (Google Blog). AI Overviews are not a separate page but a layer on top of the classic SERP - an embedded, generative summary above the blue links.
AI Mode is a much more substantial evolution: Google introduced it on 5 March 2025 as an early experiment in Labs (Google Blog). On 20 May 2025 the rollout in the US followed without any Labs sign-up, and in the same step Google brought a custom version of Gemini 2.5 into AI Mode and AI Overviews (Google Blog). Unlike AI Overviews, AI Mode is a dedicated search mode with a dialog-capable interface, deeper research logic and parallel multi-query processing.
| Aspect | AI Overviews (2024+) | AI Mode (2025+) |
|---|---|---|
| Type | Layer on SERP | Dedicated search mode |
| Launch | 14.05.2024 (US) | March 2025 Labs, May 2025 US |
| Base model | Gemini (search-specific) | Custom Gemini version (since May 2025) |
| Query logic | Extended standard search | Query fan-out, multi-step |
| Personalization | Low | Agentic multi-step research |
| Shopping integration | Partial | Shopping Graph natively embedded |
| Click impact | 8% instead of 15% clicks (Pew Research Center) | Not reported separately |
The practical difference: AI Overviews answer one query more comprehensively. AI Mode runs multiple interrelated research steps in parallel and synthesizes them into a consolidated recommendation - including product suggestions, comparison tables and dialog-based follow-ups. The concept behind this is query fan-out.
Reach is no longer a fringe phenomenon either: in the Pew Research Center analysis, 58% of respondents ran at least one Google search that produced an AI summary in March 2025 alone (Pew Research Center). Shop operators who wait for classic search logic until the end of 2026 will fall behind in many assortments - especially where advice, comparison and editorial context account for a large share of the buying decision.
Query fan-out: how AI Mode ranks
Query fan-out describes the core operating principle of AI Mode: a single user input is fanned out into several sub-queries that run in parallel against different Google indices and data sources (Google Blog).
When a user asks "best running shoes for knee issues", AI Mode breaks it down into sub-questions such as "which cushioning technologies protect knees", "which models do orthopedic specialists recommend", "current reviews 2026", "availability and prices" and "real user experiences". These sub-queries then hit three main systems: the web index (blogs, guides, publishers), the Knowledge Graph (entities, facts, Schema.org data) and the Shopping Graph (products, offers, reviews, prices).
Classic ranking rewards a strong page for the main keyword. Query fan-out rewards domains that provide source-worthy content for all relevant sub-queries - from product pages to guides, FAQs and technical specs. Google tends to cite the domain that cleanly covers most sub-queries, not the one with the strongest backlink profile on the main keyword.
For shops that means: a single well-ranking category page is no longer enough. Google AI Mode expects topical depth across category, product, guide and service pages. That is exactly why approaches like programmatic category pages and content cluster architectures are gaining strong traction right now.
Zero-click and the 2026 CTR reality
The CTR numbers are sobering for many shop operators. What matters is reading them in context - this is not the end of search traffic, but a shift in traffic quality.
Click rate with an AI summary
When an AI summary appears, users click a classic search result in only 8% of visits - without a summary it is 15% (Pew Research Center).
Links inside the summary
A click on one of the sources cited inside the AI summary happened in just 1% of visits to such pages (Pew Research Center).
Sessions end sooner
Browsing sessions ended after 26% of pages carrying an AI summary, compared with 16% for pages with only classic search results (Pew Research Center).
How common AI summaries are
An AI summary appeared in 18% of the Google searches studied; 58% of respondents saw at least one in March 2025 (Pew Research Center).
Sources per summary
88% of AI summaries cited three or more sources, and only 1% relied on a single one (Pew Research Center).
Usage still grows
In its biggest markets Google reports over 10% more Search usage for the query types that show AI Overviews (Google Blog).
Classic search volume is shifting, because part of the answer never leaves the results page. A comprehensive analysis of that traffic distribution can be found in our article on zero-click search and traffic recovery.
Structured data as the mandatory foundation
AI Mode and AI Overviews do not consume HTML design elements - they read entities. Without clean Schema.org markup for product, offer, review and organization, your assortment stays hard to read for the AI layer. Structured data delivers price, availability, rating and responsibility as defined fields instead of running text - and those are exactly the fields a generative answer can carry over reliably. The performance basis for structured markup comes from modern Vue and Nuxt composable frontends.
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "XICTRON Stability Pro 3 running shoe",
"image": [
"https://shop.example.com/media/shoe-1.jpg",
"https://shop.example.com/media/shoe-2.jpg"
],
"description": "Stability running shoe with medial post, gel-filled heel and orthopedic insole for overpronators with knee issues.",
"sku": "SP3-42-EU",
"gtin13": "4006381333931",
"brand": {
"@type": "Brand",
"name": "XICTRON Sport"
},
"offers": {
"@type": "Offer",
"url": "https://shop.example.com/stability-pro-3/",
"priceCurrency": "EUR",
"price": "149.00",
"priceValidUntil": "2026-12-31",
"availability": "https://schema.org/InStock",
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "4.99",
"currency": "EUR"
}
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "DE",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "238"
}
} At least as important as the schema itself is data quality: correct GTINs, consistent prices, reliable stock levels, complete shipping and returns information. Many shops lose citation chances because their product data is incomplete or inconsistent. This is exactly where our AI-powered data enrichment comes in - from product text completion to attribute enrichment to automated GTIN validation.
Shopping Graph and Merchant Center
The Shopping Graph is Google's structured product database - fed by Google Merchant Center, Schema.org data from shops, user reviews and manufacturer data. AI Mode taps into it natively for transactional and product-related queries. Whether an AI summary appears at all depends heavily on phrasing: in the Pew analysis, searches of one or two words produced a summary in just 8% of cases, while searches of ten words or more did so in 53% (Pew Research Center). Short, transactional inputs therefore trigger an AI answer far less often than fully worded advisory questions. Keeping that data current also depends on the payment side: SEPA Instant Payments settle orders in seconds, so availability and price signals stay in sync.
For shops that means: the Google Merchant Center feed is no longer just a Shopping Ads tool, but a core ranking asset for AI Mode. Anyone delivering incomplete, outdated or erroneous feeds loses twice - in paid ads and in organic AI visibility.
- Primary feed with all required attributes (gtin, brand, product_type, availability, price)
- Supplemental feed for extended attributes (product_highlights, material, color, size, energy_efficiency_class)
- Product reviews feed to enrich the Shopping Graph with customer reviews
- Promotions feed for active campaigns and discount codes
- Local inventory feed for brick-and-mortar availability (where relevant)
- Feed updates at least daily, for volatile prices hourly via Content API
Citation visibility: from rankings to mentions
The single most important strategic shift for 2026: visibility no longer comes mainly from ranking positions but from citations in AI answers. How narrow that slot is shows in the source counts: 88% of the AI summaries analysed cited three or more sources, and only 1% relied on a single one (Pew Research Center). Whoever makes it into that citation layer plays in a small, highly visible league. Our analysis of AI Overviews in e-commerce covers how those citations are earned.
A clear two-tier effect emerges: cited brands capture the higher-value AI traffic, while uncited providers lose clicks to the synthesized answer they do not appear in. Because the set of cited sources is picked anew for every query, one citation is not a permanent seat - it needs to be checked regularly.
Clearly delineated entities, structured data, original data (own tests, statistics, prices), authoritative brand mentions in third-party sources, multi-modal content layout and consistent E-E-A-T signals across all content types. Standard affiliate content or plain keyword re-optimization is not enough for that.
- Author profiles with real professional qualification (Person schema + third-party mentions)
- Original data and tests instead of pure secondary research
- Clear attribution of sources, dates and test conditions
- Consistent product names, SKUs and entities across shop, Merchant Center and content
- Structured tables, lists and FAQs for easy extraction
- Freshness signals (updated fields, Last-Modified, genuine content changes)
Content depth beats keyword optimization
Because query fan-out serves many sub-queries in parallel, AI Mode favors domains with broad topical coverage much more than single high-performing URLs. A single guide for "running shoes stability" now competes with shops that additionally cover materials, care, size advice, returns processes and sustainability with equal depth.
For shops that is a strong case for programmatic category pages: clearly defined, data-driven pages for every filter combination, every niche, every use case. Combined with a robust E-E-A-T setup this creates exactly the content architecture that query fan-out rewards.
Important: no AI-generated thin pages. Google cracked down hard on low-value AIO content in the March 2026 core update. Content depth in 2026 means real data, real tests, real recommendations, verifiable signals.
In practice that means every product family needs a hub page with editorial context that radiates out to category, guide, comparison and FAQ pages. Instead of covering a single assortment with ten isolated landing pages, shops should build thematic networks of pillar content and linked detail pages. This is exactly the pattern the Shopping Graph learns to evaluate - and accordingly AI Mode rewards domains that genuinely cover a topic rather than merely advertising it.
Query type, not industry: where AI answers actually appear
Whether an AI summary appears depends less on the industry than on the type of query. The Pew Research Center broke the share down by query type:
| Query type | Share with an AI summary | What it means for shops |
|---|---|---|
| All searches analysed | 18% | Baseline rate in the study period |
| One or two words | 8% | Short inputs rarely trigger a summary |
| Ten words or more | 53% | Fully worded advisory questions are the norm |
| Questions with a question word | 60% | Guide and FAQ content is directly affected |
| Sentences with noun and verb | 36% | Complete sentences raise the likelihood |
For shops this means: the more advisory the product range and the more fully worded the queries, the more often an AI answer sits in front of your own result. Anyone who does not build a proprietary content strategy and remains dependent on third parties gets hit twice - first via the publishers, then via Google itself. For the full picture of this structural shift, see SEO for online stores 2026.
Strategic roadmap for 2026
- Measure baseline - which queries show AIO? Where is the shop cited? Run a baseline measurement before any action.
- Mandatory Schema.org markup on product, category and guide level - Product, Offer, Review, FAQPage, BreadcrumbList, Organization.
- Merchant Center feed checked for completeness, freshness and structural depth (primary + supplemental + reviews + promotions).
- Build topical content clusters instead of isolated keyword landing pages - category, guide, FAQ, video, comparison.
- Produce original data - own tests, statistics, experience values, price comparisons, internal benchmarks.
- E-E-A-T setup with real authors, source attributions, update dates, compliant company information.
- Consolidate entities - consistent product names, brand spellings and SKUs across all channels and third-party sources.
- Monitoring on the citation level instead of pure position tracking - document visible mentions in AIO and AI Mode.
- Watch conversion quality - adapt referrer-level tracking so AI-mediated visits can be evaluated separately.
- Tight feedback loop - review every 60-90 days, because the set of cited sources is reassembled for every query.
For an individual assessment of your starting point and a prioritized action plan for AI Mode, AI Overviews and Shopping Graph, a structured consulting engagement is the best starting point - from the technical audit all the way to content architecture. Neighbouring topics reinforce the same signals: customer-specific catalogues in the B2B shop create thematic depth, while the withdrawal button and preparing for the EU Data Act in September 2026 strengthen legally sound E-E-A-T signals.
Monitoring: AIO citations instead of positions
Classic rank tracking becomes a secondary metric in 2026. Three numbers really matter: how often does an AI answer appear at all for your core queries? How often are you cited? And how stable is that citation over time? Google Search Console gives first hints through impressions and clicks, but only partially represents AI Mode behavior. In parallel you should analyze your domain mentions and backlink contexts - because mentions and entity signals now contribute more to citation visibility than pure position gains in classic SERPs.
Looking at the traffic-related topics of that week together reveals clear cross-connections: Vue/Nuxt-based composable frontends provide the performance basis for structured markup, SEPA Instant Payments keep Shopping Graph data current, customer-specific catalogs in the B2B shop create thematic depth, and both the withdrawal button as of the Shopware June 2026 state and preparation for the EU Data Act in September 2026 strengthen legally sound E-E-A-T signals.
This article draws on two sources: the Pew Research Center (click and usage behaviour with AI summaries, data collected in March 2025, published on 22 July 2025) and the Google Blog (AI Overviews rollout on 14 May 2024, AI Mode in Labs on 5 March 2025, US rollout on 20 May 2025). The figures cited refer to the stated collection period and may have changed since.
Operationally we suggest three monitoring routines: weekly, a sample review of the top 20 core queries in incognito mode, documenting AIO presence and citation sources; monthly, a reconciliation of Search Console metrics with revenue and conversion figures to make the shift in quality visible; quarterly, a content audit against the sub-query landscape - which questions does your shop already serve, and which not yet? That routine produces priorities for new guides, extended FAQ blocks and schema additions - and thus exactly the signals query fan-out expects.
AI Overviews are the generative summaries above the classic Google SERP; the regular US rollout began on 14 May 2024. AI Mode is a separate search mode with its own interface, dialog capable and based on query fan-out. Google introduced it on 5 March 2025 as an experiment in Labs and rolled it out in the US without a Labs sign-up on 20 May 2025 (Google Blog).
Query fan-out breaks a user question into several sub-queries that run in parallel against the web index, Knowledge Graph and Shopping Graph. For shops that means: a single well-ranking page is not enough anymore. You need topical depth across product, category, guide and FAQ pages so your domain serves as many sub-queries as possible and is cited as a source.
Yes, but with a shifted focus. Technical SEO basics such as clean indexing, performance, Core Web Vitals and structured data remain mandatory. At the same time the target metric is shifting away from pure ranking positions toward citation visibility, topical depth and entity signals. Ignore the classic SEO homework and AI Mode will not cite you. Optimize only for rankings and you will miss the next step.
For e-commerce the most important ones are Product, Offer, AggregateRating, Review, Brand, Organization, BreadcrumbList and FAQPage. What counts is data quality (correct GTINs, current prices, plausible stock levels), completeness of shipping and returns information, and consistency between shop schema, Merchant Center feed and external sources such as manufacturer or review portals.
First indicators come from Google Search Console: clearly rising impressions with stagnating or falling CTR are a typical pattern. In addition, manually monitor your core queries and combine this with a systematic analysis of domain mentions and Shopping Graph hits. Because the cited sources are determined anew for every query, this monitoring should be continuous, not one-off.
Typically yes, because the structure of visibility changes, not just its size. Google reports that in its biggest markets AI Overviews raised Search usage for the matching query types by more than 10% (Google Blog). At the same time the click rate per search drops clearly: with an AI summary users click a classic result in 8% of visits instead of 15% (Pew Research Center). Appearing among the cited sources therefore costs you less than ranking by position alone.