The Google Search we knew in 2024 simply does not exist anymore in 2026. By January 2026, Google AI Mode already reached 75 million daily active users (Digital Applied), AI Overviews appear in 48% of all searches, a +58% year-over-year increase (BrightEdge). At the same time, Seer Interactive shows that organic CTR under AI Overviews collapses from 1.76% to 0.61%. 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.

Query Fan-Out: How Google AI Mode Ranks in 2026User Query"Best running shoes for knee issues"Sub-Query 1Cushioning + stabilitySub-Query 2Physician recommendationSub-Query 3Model reviews 2026Sub-Query 4Price + availabilitySub-Query 5User experiencesWeb IndexBlogs, guides,editorial contentKnowledge GraphEntities, facts,Schema.org dataShopping GraphProduct data, offers,reviews, pricesAI Mode AnswerSynthesis across web + knowledge + shopping graphSource 11Source 22Source 33+ Shoppingcarousel83%zero-click0.61%organic CTR4.4xhigher CR75MAI Mode DAU48%AIO rate72%6+ links/AIOSources: BrightEdge, Seer Interactive, Digital Bloom, Alhena (2025/2026)

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 Google launched in May 2023. On 14 May 2024, generative answers were rolled out under the new name AI Overviews, first to US users and then gradually worldwide (TechTarget/BrightEdge). 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: in Google Labs since March 2025, officially announced at Google I/O in May 2025 and rolled out globally by July 2025 (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. Since January 2026 AI Mode runs on Gemini 3 Pro with the new Personal Intelligence layer (ALM Corp, 22.01.2026), which factors in context from the user profile.

AspectAI Overviews (2024+)AI Mode (2025+)
TypeLayer on SERPDedicated search mode
Launch14.05.2024 (US)March 2025 Labs, July 2025 global
Base modelGemini (search-specific)Gemini 3 Pro (since 01/2026)
Query logicExtended standard searchQuery fan-out, multi-step
PersonalizationLowPersonal Intelligence (01/2026)
Shopping integrationPartialShopping Graph natively embedded
CTR effect-79% top-1 desktopEven stronger zero-click pattern

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.

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 (Google/Search Engine Journal/Aleyda Solis).

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).

Why query fan-out devalues classic SEO

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.

Zero-click rate

Under AI Overviews 83% zero-click vs. 60% for classic search (SparkToro/Datos Q2 2025).

Organic CTR drop

From 1.76% to 0.61% under AIO; paid CTR from 19.7% to 6.34% (Seer Interactive 09/2025).

Top-1 CTR desktop

Minus 79% with AIO box active, visibility of position one erodes (Authoritas).

Publisher traffic

Google Search page views to publishers minus 34% from 12/2024 to 12/2025 (AdExchanger).

Quality shift

AI search visitors convert 4.4x higher, LLM referrals at 2.47% CR vs. 1.95% Google Shopping (Alhena/GeoLikeAPro).

Impressions up

+49% impressions YoY despite -30% CTR - reach stays, click quality rises (BrightEdge 1Y report).

Gartner forecasts a 25% decline in classic search volume by 2026 (Gartner via Kensium). At the same time, Shopify Enterprise reports that AI-mediated orders grew 11-fold between January 2025 and March 2026.

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, you are effectively invisible to the AI layer. A study by Wellows shows: multi-modal content layout correlates at 0.92 with AI Mode citations, E-E-A-T signals at 0.81 - and both are rated about 27% more strictly in 2026 than in 2024.

product-schema.json
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "XICTRON Stability Pro 3 running shoe",
  "image": [
    "https://example-shop.com/media/shoe-1.jpg",
    "https://example-shop.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://example-shop.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. Visibility Labs measured that AI Overviews for shopping queries grew 5.6x between November 2024 and November 2025. For "best of" queries ("best running shoes", "best espresso machine") AI Overviews now appear in 83% of cases. Purely transactional queries ("buy X") only trigger AIOs in 13-14% of cases.

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. Digital Bloom shows that only 0.3% of all AI Overviews cite e-commerce sources at all - but when they do, 72% of those AIOs contain six or more links. Whoever makes it into that citation layer plays in a small, highly visible league.

Semrush and Digital Bloom measured what happens when a brand makes it into AI Overviews: +35% organic clicks and +91% paid clicks vs. a reference period without AIO presence. On the flip side: 70% of AIO rankings change within 2-3 months (Authoritas) - one citation is not a permanent seat.

Citation factors 2026

Clearly delineated entities, structured data, original data (own tests, statistics, prices), authoritative brand mentions in third-party sources (SEO.com), 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 anymore.

  • 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.

Industry impact: which shops are hit hardest

AIO presence is strongly industry-dependent - and brutal for some assortments. BrightEdge tracked AIO coverage per industry:

IndustryAIO rateTypical shop impact
Healthcare88%Very high, strong E-E-A-T required
Education83%High, comparison and guide content dominates
B2B tech82%High, citation competition with publishers
Restaurants/food78%High, local results heavily AI-infused
"Best [product]" queries83%E-commerce maximum exposure
Transactional ("buy X")13-14%Still classic SERP dynamics
Shopping queries overall5.6x since 2024Strong growth, Shopping Graph is key

For shops this means: the more advisory the product range, the harder AI Mode cannibalizes classic traffic. Smaller publishers are now losing up to 60% of their referrals according to AdExchanger. 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.

Strategic roadmap for 2026

  1. Measure baseline - which queries show AIO? Where is the shop cited? Run a baseline measurement before any action.
  2. Mandatory Schema.org markup on product, category and guide level - Product, Offer, Review, FAQPage, BreadcrumbList, Organization.
  3. Merchant Center feed checked for completeness, freshness and structural depth (primary + supplemental + reviews + promotions).
  4. Build topical content clusters instead of isolated keyword landing pages - category, guide, FAQ, video, comparison.
  5. Produce original data - own tests, statistics, experience values, price comparisons, internal benchmarks.
  6. E-E-A-T setup with real authors, source attributions, update dates, compliant company information.
  7. Consolidate entities - consistent product names, brand spellings and SKUs across all channels and third-party sources.
  8. Monitoring on the citation level instead of pure position tracking - document visible mentions in AIO and AI Mode.
  9. Watch conversion quality - leverage the 4.4x higher CR of AI traffic, adapt referrer-level tracking.
  10. Tight feedback loop - review every 60-90 days, because 70% of AIO rankings change within 2-3 months.

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.

Monitoring: AIO citations instead of positions

Classic rank tracking becomes a secondary metric in 2026. Three numbers really matter: how often does an AIO appear at all for your core queries? How often are you cited? And how stable is that citation over time? Google Search Console gives you first hints through the growing impressions (+49% YoY according to BrightEdge), 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.

Sources and studies

This article is based on data from: BrightEdge (1Y AI Overview Impact Report, industry AIO rates), Seer Interactive (CTR study 09/2025), SparkToro/Datos (zero-click Q2 2025), Authoritas (top-1 CTR, AIO volatility), AdExchanger (publisher referrals 12/2024-12/2025), Digital Applied (AI Mode DAU 01/2026), ALM Corp (Gemini 3 Pro/Personal Intelligence 22.01.2026), Google Blog (AI Mode timeline 2025), TechTarget (SGE to AIO timeline), Alhena/GeoLikeAPro (conversion rates AI traffic), Shopify Enterprise (AI orders 2025-2026), Visibility Labs (shopping query development), Digital Bloom (citation study), Semrush (brand-in-AIO effects), Wellows (ranking factors AI Mode), Gartner via Kensium (search volume forecast 2026), BigCommerce/eMarketer (AI shopping usage), SEO.com (brand mentions), Search Engine Journal and Aleyda Solis (query fan-out analysis). Actual numbers may vary over time.

AI Overviews are the generative summaries above the classic Google SERP, regularly rolled out since 14 May 2024. AI Mode is a separate search mode with its own interface, dialog capable and based on query fan-out. It entered Labs in March 2025, was announced at Google I/O 2025 and became globally available by July 2025. Since January 2026 it runs on Gemini 3 Pro with Personal Intelligence.

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 AIO pattern. In addition, manually monitor your core queries and combine this with a systematic analysis of domain mentions and Shopping Graph hits. Important: because roughly 70% of AIO rankings change within 2-3 months, monitoring should be continuous, not one-off.

Typically yes, because the quality of the remaining traffic changes significantly. Alhena and GeoLikeAPro measured that AI search visitors convert roughly 4.4x higher, LLM referrals show a conversion rate of 2.47% vs. 1.95% for Google Shopping. Combined with the BrightEdge finding of impressions rising 49% YoY and Shopify reporting 11x growth in AI-mediated orders, there is clear potential for shops that serve the new ranking logic, despite the CTR drop.