On this page9 sections
The short answer
To get cited by Gemini, your page must be indexed by Google (Gemini grounds its answers in the Google Search index), and your robots.txt must not disallow Google-Extended, which Google says controls grounding in the Gemini app as well as training. From there, Gemini favors the same helpful, non-commodity content as Google Search — but cites only about three sources per answer and names brands far more often than it links them.
Key takeaways
- Gemini’s grounding is retrieval from the Google Search index. Not indexed by Googlebot means not citable by Gemini.
- Disallowing
Google-Extendedopts you out of Gemini-app grounding and training — without affecting Search or AI Overviews. - The new Search Console AI opt-out covers AI Overviews, AI Mode and Discover — not the Gemini app.
- Gemini cites about 3 sources per response, and mentions brands in text far more often than it links them.
- Ahrefs found only 6–9% of assistant citations rank in Google’s top 10 for the prompt: fan-out decides what’s retrieved.
- The Gemini app isn’t in Search Console. Track it in GA4 — its AI Assistant channel names Gemini — and in logs.
How Gemini grounds answers in Google Search#
Google defines grounding as “providing content from the Google Search index to the model at prompt time to improve factuality and relevancy” — in the Gemini app and in Grounding with Google Search on Vertex AI (Google’s crawler documentation). There’s no separate Gemini index to get into. If Googlebot hasn’t indexed a page, Gemini can’t ground on it.
How the consumer app decides when to search isn’t published. The Gemini API describes the pattern: the model “analyzes the prompt and determines if a Google Search can improve the answer,” then generates “one or multiple search queries” — the same fan-out Google uses in AI Mode.
- 1
Gemini decides whether Search would help
Time-sensitive, specific and factual questions trigger grounding; many creative or conversational ones don’t. Google notes that “not all responses include related links or sources.”
- 2
It writes one or more search queries
Like AI Mode, Gemini fans a question out into related searches. Ahrefs found over 80% of assistant citations don’t rank at all for the original prompt — they rank for the sub-queries.
Your lever: Cover the sub-questions around your topic with depth, not one thin page per variant.
- 3
Google's ranking systems retrieve pages
Candidates come from the Search index via Google’s core ranking systems — the same systems behind AI Overviews. Pages blocked from
Google-Extendedare excluded from Gemini-app grounding.Your lever: Be indexed, and leave
Google-Extendedallowed if you want Gemini citations. - 4
Gemini answers and attaches sources
Sources appear behind a “Sources” button or as inline links, opening a side panel. When Gemini quotes a large amount of text from a page, it always links to that page.
Your lever: Write specific, quotable passages — they’re the ones that carry a guaranteed link.
- 5
Deep Research and agents go further
Deep Research “can automatically browse up to hundreds of websites” and is powered by Gemini 3. Agents that browse from Google’s servers on a user’s behalf identify as
Google-Agent; Gemini in Chrome’s auto browse works inside the user’s own browser.Your lever: Keep pages agent-friendly: real buttons and links, labeled forms, no overlays.
950M
monthly active users of the Gemini app, with daily users tripling year on year
13.2%
of AI referral traffic came from Gemini in April 2026, up from 4.3% — second only to ChatGPT
21.4%
of Gemini's brand appearances carried a link — 83.7% were text mentions
Google-Extended and the other controls#
This is where Gemini differs most from Google’s Search features, and where most advice is wrong. Google-Extended isn’t a crawler — “crawling is done with existing Google user agent strings” — it’s a robots.txt token. Google says it controls training of future Gemini models and “grounding in Gemini Apps and Grounding with Google Search on Vertex AI,” and that it “does not impact a site’s inclusion in Google Search nor is it used as a ranking signal.”
GooglebotAllowSearch indexHonors robots.txtBuilds the Search index Gemini grounds on. Blocking it removes you from Search, AI Overviews, AI Mode and Gemini alike.
Google-ExtendedYour callModel trainingHonors robots.txtA robots.txt token governing Gemini training and grounding in the Gemini app and Vertex AI. Disallowing it costs you Gemini citations, not Search.
Google-AgentAllowUser-triggeredIgnores robots.txtAgents running on Google’s infrastructure that act on a user’s request. IPs in
user-triggered-agents.json; Google is testing Web Bot Auth signing. User-triggered, so it generally ignores robots.txt.Google-GeminiNotebookAllowUser-triggeredIgnores robots.txtFetches URLs users add to Gemini Notebook (formerly NotebookLM). The old
Google-NotebookLMagent was retired in August 2026. User-triggered, so it ignores robots.txt.
What each control switches off
| Control | Gemini app | AI Overviews & AI Mode | Google Search |
|---|---|---|---|
Google-Extended disallowed | Grounding & training off | Unaffected | Unaffected |
| Search Console → Search generative AI: Exclude | Not covered | Removed | Unaffected |
nosnippet / max-snippet | Not documented | Input removed / capped | Snippet removed / capped |
noindex | Removed | Removed | Removed |
| Googlebot disallowed | Removed | Removed | Removed |
So the two AI opt-outs are mirror images: the Search Console control (live worldwide since 31 August 2026) takes you out of AI Overviews and AI Mode but not Gemini; Google-Extended takes you out of Gemini but not AI Overviews. To stay in Search and its AI features while leaving Gemini:
# Search, AI Overviews and AI ModeUser-agent: GooglebotAllow: / # Opts out of Gemini-app grounding AND Gemini training.# Leave this out if you want to be cited by Gemini.User-agent: Google-ExtendedDisallow: /Technical requirements#
Because grounding rides on the Search index, Gemini’s technical bar is Google’s. Google’s AI optimization guide is written for AI Overviews and AI Mode, but nothing suggests the Gemini app differs on these points.
- Indexed by GoogleRequired
- Confirm in Search Console’s URL Inspection. There’s no other way into Gemini’s grounding pool.
- Google-Extended allowedRequired
- For Gemini-app grounding specifically. Check robots.txt on every subdomain, and any “block AI” presets your CDN adds.
- Key content in the first 2 MBRequired
- Googlebot fetches the first 2 MB of HTML; anything after is “not fetched… not rendered… not indexed.” Put head tags and main content early; avoid huge inline scripts and base64 images.
- JavaScript renderingHelps
- Google’s renderer runs JavaScript “similar to a modern browser,” but it’s stateless and slower than HTML. Server-render critical text, and don’t rely on local storage.
- Merchant Center feedHelps
- Gemini shops from the Shopping Graph with agentic checkout. UCP checkout needs Merchant Center and the
native_commerceattribute (US, CA, AU; early access). - Google Business ProfileHelps
- Google says Business Profile and Merchant Center “can help your products and services to be visible in… AI responses.”
- Agent-friendly markupHelps
- Real
<button>and<a>elements, labeled fields, stable layouts, no invisible overlays — agents read the DOM and accessibility tree. - Structured dataNo effect
- Google: “not required… no special schema.org markup” for AI features. Keep it valid and matching the page for rich results.
- llms.txtNo effect
- Google Search “doesn’t use them” and says they “neither harm nor help.” Nothing suggests the Gemini app differs.
- Snippet controlsUnconfirmed
nosnippetandmax-snippetare documented for AI Overviews and AI Mode only. Their effect on the Gemini app isn’t stated.
What Gemini cites#
Studies of Gemini’s sources disagree more than for any other engine — largely because they use different prompt sets. Read them together and a consistent picture emerges: Google’s quality systems pick the candidates, Gemini cites few of them, and the ones it cites lean either towards institutions or towards forums and video depending on the kind of question.
Google's core ranking
OfficialGrounding retrieves from the Search index via core ranking systems. Helpful, reliable, people-first content and E-E-A-T apply unchanged.
Non-commodity content
OfficialGoogle calls first-hand, unique content the biggest long-run factor for its AI features. Generic answers are what the model already knows.
Forums and video
ObservedIn Ahrefs’ 3M-query study, Reddit took 28.5% of Gemini’s top-50-domain citations, YouTube 14.6% and Wikipedia 8.8%.
Institutions
ObservedBrightEdge found the opposite mix on its prompts: authority sources 26% of citations and user-generated content 0.2%. Health, finance and B2B queries lean this way.
Few links, many mentions
ObservedGemini cites about 3 sources per response against ChatGPT’s 15, and names brands in text far more than it links them. Being mentioned is half the game.
Freshness and entities
Our readFreshness weighting and Knowledge Graph strength plausibly drive Gemini’s unlinked brand mentions, but neither is documented or measured directly.
Tracking Gemini traffic#
The Gemini app doesn’t appear in Search Console at all — the new Generative AI report covers AI Overviews and AI Mode only. Gemini is measured in analytics. Since 13 May 2026, GA4’s default AI Assistant channel groups Gemini referrals automatically (Google names Gemini in the definition). Before that date, and as a backstop, look for gemini.google.com / referral — or bard.google.com in older data.
# Session source — Gemini app^(gemini\.google\.com|bard\.google\.com)$ # All major AI assistantsgemini\.google\.com|chatgpt\.com|perplexity\.ai|copilot\.microsoft\.com|claude\.ai- Some Gemini traffic loses its referrer — practitioners report it when Gemini runs as the Android assistant or inside Google apps — and lands in Direct or Organic.
- AI Overviews and AI Mode clicks are not in this channel. They arrive from google.com as Organic Search; see the AI Overviews guide for those.
- Mentions need their own tracking. With links on barely a fifth of brand appearances, a prompt panel that records unlinked mentions shows far more of your Gemini visibility than analytics can.
- In logs, watch for
Google-AgentandGoogle-GeminiNotebookand verify them against Google’s new IP-range files.
Myths worth dropping#
Myth
Blocking Google-Extended hurts rankings or removes you from AI Overviews.
Reality
It does neither. It governs Gemini-app and Vertex grounding plus Gemini training, and Google says it “is not used as a ranking signal.”
Myth
The Search Console AI opt-out keeps you out of Gemini.
Reality
It covers AI Overviews, AI Mode and generative AI in Discover only. For the Gemini app, the lever is Google-Extended.
Myth
Gemini just cites the top organic results.
Reality
Ahrefs found only 6–9% of Gemini-, ChatGPT- and Copilot-cited links rank in Google’s top 10 for the prompt. Fan-out sub-queries decide it.
Myth
Gemini clicks show up in Search Console.
Reality
They don’t. Use GA4’s AI Assistant channel and a gemini.google.com source filter.
The action checklist#
Everything above, in the order we’d do it. Tick items off as you go — your progress is saved in this browser.
0 of 14 done
Gemini SEO: frequently asked questions#
Does blocking Google-Extended remove me from Gemini?
Per Google’s crawler documentation, disallowing Google-Extended stops your content being used for grounding in the Gemini app and for training future Gemini models. It doesn’t affect your inclusion or ranking in Google Search.
Does blocking Google-Extended remove me from AI Overviews or AI Mode?
No. Those are governed by Googlebot and by Search Console’s Search generative AI setting, plus nosnippet, max-snippet and noindex.
Does the Search Console AI opt-out cover the Gemini app?
No. It covers AI Overviews, AI Mode and generative AI features in Discover. For the Gemini app, the control is Google-Extended.
How do I get my website cited by Gemini?
Be indexed by Google, leave Google-Extended allowed, and publish first-hand content that answers the sub-questions around your topic. Because Gemini cites only about three sources and mentions brands more than it links them, presence on YouTube, forums and review sites helps too.
Do I need to rank #1 to be cited by Gemini?
No. Ahrefs found only 6–9% of links cited by Gemini, ChatGPT and Copilot rank in Google’s top 10 for the prompt — they rank for the related sub-queries Gemini generates instead.
How do I see traffic from Gemini?
In GA4’s AI Assistant channel, added in May 2026, or with a session source filter on gemini.google.com. The Gemini app isn’t reported in Search Console, and some app traffic arrives without a referrer.
Can I block Gemini's browsing agents with robots.txt?
No. Google-Agent and the Gemini Notebook fetcher are user-triggered and generally ignore robots.txt. Filter them at the WAF using Google’s published IP ranges or Web Bot Auth instead.
Does Gemini use llms.txt or schema markup?
Google Search ignores llms.txt and requires no special schema for AI features, and nothing official says the Gemini app differs. Keep structured data for rich results.
Sources
- 1.Google's common crawlers (Google-Extended)Google Crawling Infrastructure · developers.google.com ↗
- 2.Google user-triggered fetchers (Google-Agent)Google Search Central · developers.google.com ↗
- 3.Optimizing your website for generative AI featuresGoogle Search Central · developers.google.com ↗
- 4.AI features and your websiteGoogle Search Central · developers.google.com ↗
- 5.Search generative AI controlSearch Console Help · support.google.com ↗
- 6.Grounding with Google SearchGemini API · ai.google.dev ↗
- 7.View related sources in Gemini AppsGemini Apps Help · support.google.com ↗
- 8.Gemini Deep ResearchGoogle · gemini.google ↗
- 9.Googlebot's 2 MB fetch limit and renderingGoogle Search Central Blog · developers.google.com ↗
- 10.Google crawler IP ranges have movedGoogle Search Central Blog · developers.google.com ↗
- 11.Alphabet Q2 2026 earnings remarksAlphabet · blog.google ↗
- 12.Joint statement from Google and AppleGoogle · blog.google ↗
- 13.UCP checkout eligibilityMerchant Center Help · support.google.com ↗
- 14.Building agent-friendly websitesweb.dev · web.dev ↗
- 15.Default channel group (AI Assistant)Google Analytics Help · support.google.com ↗
- 16.AI search overlap with Google's top 10Ahrefs · ahrefs.com ↗
- 17.The most-cited domains in GeminiAhrefs · ahrefs.com ↗
- 18.The ghost citations studySemrush · semrush.com ↗
- 19.Same brands, different sourcesBrightEdge · brightedge.com ↗
- 20.Gemini becomes the second-largest AI referral sourceBrightEdge · brightedge.com ↗
Gemini