AI Mode vs AI Overviews vs Gemini app — three surfaces, one model
People collapse these into “Google’s AI thing.” They are three different products, and treating them as one is the most common reason a GEO programme misfires on Google.
AI Overviews is the boxed summary at the top of a classic Google SERP. You type a query, you get blue links, and above them sits an AI-generated paragraph with a few cited sources. It is shallow — one retrieval pass, one synthesis. We already wrote the full playbook for it in Google AI Overviews in 2026.
AI Mode is a separate tab inside Google Search — a conversational surface where you ask a question, get a synthesised answer, and keep asking follow-ups. It runs a technique Google calls query fan-out: your one question becomes a dozen background sub-queries against the index, and the answer is stitched from all of them. It cites more sources, deeper in the result, and rewards content that answers the sub-questions nobody typed.
The Gemini app is the standalone assistant — gemini.google.com and the mobile app. It uses grounding to pull live web results when a query needs them, but it also answers plenty from model weights alone. Citations appear as inline links and an expandable source list when grounding fires.
All three run on Gemini models. They retrieve and cite differently enough that one optimization pass does not cover all three. This post is about AI Mode and the Gemini app. AI Overviews has its own.
How Gemini retrieves — grounding on top of the Google index
Here is the part teams get wrong: Gemini does not have a private crawler that builds a private index. When AI Mode or the Gemini app needs fresh information, it grounds — it queries the existing Google Search index and feeds the retrieved passages into the model as context.
That has a blunt consequence. If a page is not indexed by Google, Gemini grounding cannot retrieve it. Every classic technical-SEO failure — blocked in robots.txt, noindex, orphaned with zero internal links, buried under a slow render — removes you from Gemini’s candidate pool before the AI layer even runs.
So Gemini optimization is not a replacement for SEO. It sits on top of it. Crawlability and indexation are the floor; if the floor is broken, nothing above it matters. We treat a technical SEO and crawl audit as step zero for every Gemini engagement, because grounding amplifies whatever indexation state already exists — good or bad.
The query fan-out behaviour adds a second layer. Because AI Mode decomposes one question into many, your page does not need to rank for the literal user query — it needs to be the best indexed answer to one of the sub-queries. That is why narrow, specific pages often out-cite broad “ultimate guide” pages in AI Mode.
Google-Extended — what it controls, what it does not
Google-Extended is the robots.txt token that governs whether your content can be used to train Gemini models and to ground Gemini responses. Allow it, and your pages are eligible for AI Mode and Gemini app citations. Disallow it, and you opt out of that grounding pool.
Now the part almost everyone gets wrong. Google-Extended does not control AI Overviews. AI Overviews are generated inside Google Search and gated by the standard Googlebot token. You can block Google-Extended and still appear in AI Overviews — and you can allow Google-Extended while a noindex tag keeps you out of everything.
So the crawler matrix for Google’s surfaces is:
Googlebotallowed + page indexed — eligible for classic SERP and AI OverviewsGoogle-Extendedallowed — additionally eligible for AI Mode grounding and Gemini app- Both blocked — invisible to all of it
If your goal is Gemini visibility, Google-Extended must be allowed. Most sites that lost Gemini citations in 2025 did so by copying a “block the AI crawlers” robots.txt snippet from a blog post without understanding that they had just opted out of Google’s fastest-growing surface. We cover the full decision in AI crawler access policy.
Content signals Gemini grounding favours
Gemini grounding does not reward the same things as a classic ranking algorithm. It is selecting passages to quote, not pages to rank. The signals that win:
- Self-contained answer passages — a paragraph that answers one question fully, without requiring the three paragraphs above it for context. Grounding extracts passages, not pages.
- Specificity over completeness — concrete numbers, dates, named methods, version numbers. A passage that says “the filing window is 30 days” gets grounded; “filing is fast” does not.
- Sub-question coverage — because of query fan-out, content that explicitly answers adjacent sub-questions (“how long”, “how much”, “what happens if”) gets pulled into more answers than content that only answers the headline question.
- Recency markers — visible
dateModifiedand explicit “as of [month year]” text. Gemini down-weights stale passages on anything time-sensitive. - Consistent factual claims across the page — if your page contradicts itself, grounding cannot trust the passage, and a self-consistent competitor wins instead.
The pattern under all of this: write for the passage, not the page. Each H2 section should survive being lifted out of the article and quoted alone.
Schema specifics for Gemini
Schema does not get you cited on its own — but it resolves ambiguity, and Gemini grounding uses it to decide what a page is and who stands behind it.
The stack that matters for Gemini:
Articlewithauthor,datePublished,dateModified— tells grounding the passage is editorial content with a freshness signalPersonfor the author, linked viasameAsto a real profile — Gemini leans hard on author identity (more below)OrganizationwithsameAsto Wikidata, LinkedIn, and Crunchbase — feeds brand-entity resolutionFAQPage— maps directly onto the sub-questions query fan-out generatesHowToandProductwhere genuinely applicable — structured procedural and product data grounds cleanly
Validate every block. A broken schema block is worse than none — it tells grounding your page is technically sloppy. We lay out the full priority order in the schema stack for AI citation.
One Gemini-specific note: do not stuff FAQPage with marketing questions. Grounding maps your FAQ entries against real sub-queries. “Why choose us?” is not a sub-query anyone’s question fans out into — it is dead schema weight.
Brand-entity resolution via the Google Knowledge Graph
This is where Gemini differs most sharply from ChatGPT or Perplexity. Gemini sits inside Google’s ecosystem, and Google’s ecosystem has the Knowledge Graph — a structured database of entities, their attributes, and their relationships.
When Gemini answers a question that mentions a brand, a person, or a product, it resolves that name against the Knowledge Graph first. If your brand is a confident, well-connected entity in the graph, Gemini speaks about you with authority and cites you readily. If your brand is not in the graph — or is in it weakly, with thin attributes — Gemini either skips you or hedges.
Other LLMs infer entities from training-data co-occurrence. Gemini has a literal entity database to consult, and it leans on it. That makes Knowledge Graph presence a hard prerequisite for serious Gemini visibility, not a nice-to-have.
The practical work:
- A complete, sourced Wikidata item — Wikidata feeds the Knowledge Graph directly
- Consistent NAP and brand description across every profile the graph ingests
sameAslinks in yourOrganizationschema pointing to those profiles, so Google can connect the page to the entity- Founder and key-author entities built out, not just the company entity
We walk through this end to end in Wikidata and the Knowledge Graph. For Gemini specifically, treat it as non-optional.
Measuring Gemini and AI Mode citations
Honest version: Gemini citation measurement is messier than Perplexity and messier than AI Overviews. There is no clean public source list you can scrape, and referrer data from AI Mode is partial — some clicks land in analytics tagged as Google referrers, indistinguishable from classic search.
So you measure with a prompt set, not with referrer logs alone:
- Build a tracked prompt set — 25–40 real buyer questions, run them in AI Mode and the Gemini app on a fixed cadence
- Record three things per prompt — are you cited, what position in the source list, how does the answer describe you
- Watch Search Console for the indirect signal — AI Mode clicks surface there imperfectly, but a rising impressions trend on grounded queries is a real indicator
- Track Knowledge Panel and entity stability — if your panel appears and holds, your entity is solid enough for Gemini to cite confidently
The prompt set is the instrument. Referrer data is supporting evidence, not the primary metric. Anyone selling you a precise “Gemini traffic” number is rounding hard.
Five concrete tactics
-
Allow
Google-Extendedand confirm indexation. Check robots.txt for the token, remove any blanket AI-crawler block, and verify your priority pages are actually indexed in Search Console. This is the floor — do it before anything else. -
Restructure for passage extraction. Take your top 10 commercial pages and rewrite each H2 section to be self-contained: question-form heading, direct answer in the first sentence, concrete numbers in the body. Each section must quote cleanly alone.
-
Build the sub-question layer. For each priority page, list the 8–12 sub-questions query fan-out would generate, and make sure the page explicitly answers them — in body copy and in a real
FAQPageblock. This is the single highest-leverage AI Mode move. -
Fix your entity. Create or complete the Wikidata item, align every brand profile, and wire
sameAslinks intoOrganizationschema. Build the founder entity too. This is slow — start it on day one. -
Stand up the prompt-set tracker. 25–40 buyer prompts, run monthly in AI Mode and the Gemini app, logged in a sheet. Without this you are optimizing blind.
Common mistakes
- Blocking
Google-Extended“to protect content.” You did not protect anything — you opted out of citations and your content still gets summarised by competitors who stayed in. - Treating AI Mode like the AI Overview box. Different retrieval depth, different citation behaviour. A page tuned only for the shallow AIO summary under-performs in AI Mode’s multi-step fan-out.
- Ignoring the entity layer. Brilliant content with no Knowledge Graph presence loses to mediocre content from a well-resolved entity, every time, on Gemini.
- Marketing-question FAQs.
FAQPagestuffed with “why choose us” does nothing — grounding maps FAQ entries to real sub-queries. - Measuring with referrer data alone. AI Mode referrers are partial. No prompt set means no real measurement.
- Skipping technical SEO. Grounding retrieves from the Google index. A page Google cannot crawl or index is invisible to Gemini, full stop.
Contrarian closing
The loudest advice in 2025 was “block the AI crawlers, protect your content.” For Google specifically, that advice was close to malpractice.
Google-Extended is not some hostile scraper. It is the gate to AI Mode — the surface where Google is moving its highest-intent search behaviour. Blocking it does not stop AI from answering questions about your topic; it just guarantees the answer cites someone else and never you. The content gets summarised either way. The only variable you control is whether your name is on the citation.
The brands winning Gemini visibility in 2026 did the unglamorous things: they kept the crawler open, fixed indexation, built a real Knowledge Graph entity, and restructured content for passage extraction. None of that is novel. It is GEO fundamentals — see what generative engine optimization actually is — applied to the surface most teams are still ignoring while they argue about the AI Overview box. The box is not where the growth is. AI Mode is.
If you want a read on where you stand across all of Google’s generative surfaces, the AI visibility audit returns a prioritised punch-list, and the service tiers cover the build-out. The content-erosion risk is real too — we cover it in AI Overview content erosion — but the answer to erosion is not retreat. It is being the cited source.