Google-Extended: what it controls, and what it does not

The most misunderstood entry in AI robots.txt files. It is a switch, not a bot, and it does not touch Google Search.

By Abd Shanti Updated September 16, 2026 4 min read

Quick answer: Google-Extended is a robots.txt product token, not a separate crawler. It lets you control whether content Google crawls from your site may be used to train Gemini models and to ground answers in Gemini apps and Vertex AI. It does not affect your inclusion or ranking in Google Search, and it does not control AI Overviews.

Operator
Google
Type
robots.txt control token
robots.txt token
Google-Extended
Follows robots.txt
Yes, it only exists in robots.txt
Used for
Controlling whether Google may use your content to train Gemini models and to ground Gemini answers
User agent
No separate user agent. Crawling is done by Google's existing crawlers.
How to verify
Nothing to verify in logs: it never appears as a user agent

What is Google-Extended?

Google crawls your site with its normal crawlers, such as Googlebot. Google-Extended is a label you can reference in robots.txt to tell Google how that crawled content may be used for its generative AI products outside of Search.

Because it is only a token, you will never see Google-Extended in your server logs. Anyone telling you they saw "Google-Extended traffic" is looking at something else.

What happens if you block Google-Extended?

Adding User-agent: Google-Extended with Disallow: / tells Google not to use your content for Gemini model training or Gemini grounding. Your pages are still crawled by Googlebot, still ranked in Google Search, and still eligible for AI Overviews and AI Mode, which Google treats as part of Search.

Should you allow Google-Extended?

Decide based on Gemini specifically. If you want Gemini apps to use your content when answering, leave it allowed. If you object to training use, blocking it is low risk for search traffic. Just do not expect it to remove you from AI Overviews; the only controls there are Search-level ones such as nosnippet.

Check whether Google-Extended can reach your site

Enter your domain or a specific page. The checker reads your live robots.txt, picks the group Google-Extended would use, and applies the longest matching rule, the same way major crawlers resolve conflicts.

Live Google-Extended access check

robots.txt rules for Google-Extended

Google-Extended only exists inside robots.txt, so these rules are the entire control. They do not stop Googlebot from crawling; they tell Google how the crawled content may be used.

Allow Google-Extended everywhere
User-agent: Google-Extended
Allow: /
Block Google-Extended everywhere
User-agent: Google-Extended
Disallow: /

The rule most people get wrong: once Google-Extended has its own group, it ignores everything under User-agent: *. If your wildcard group disallows paths such as /admin/, repeat those lines inside the Google-Extended group too.

Common Google setup: stay in Google Search and AI Overviews, opt out of Gemini training

Stay in Google Search and AI Overviews, opt out of Gemini training
User-agent: Googlebot
Allow: /

User-agent: Google-Extended
Disallow: /

How to verify real Google-Extended traffic

There is nothing to verify in logs, because no request ever carries this name. To confirm the setting, read your live robots.txt and make sure the Google-Extended group exists and is not overridden by a typo. The checker on this page reads it the same way Google parses groups.

Google-Extended compared with other Google agents

AgentOperatorTypeFollows robots.txt
Google-ExtendedGooglerobots.txt control tokenYes, it only exists in robots.txt
GooglebotGoogleSearch engine crawlerYes

See all 20 agents side by side in the AI crawler directory.

Google-Extended FAQ

No. Google states that Google-Extended does not impact a site's inclusion or ranking in Google Search.
No. AI Overviews and AI Mode are part of Google Search. Blocking Google-Extended does not remove your content from them. Search-level controls such as nosnippet and max-snippet affect how your content can appear there.
Because it is not a crawler. Google crawls with its standard user agents and uses the Google-Extended token only to decide how the content may be used.
Only if you do not want Gemini to train on or ground answers in your content. It has no effect on Search traffic, so the decision is about Gemini alone.
Abd Shanti

Abd Shanti

Co-founder and strategy lead at Outline Technologies, the team behind FreeGPTSEO and AI Citation Monitor. Abd works on how brands get found and cited by search engines and AI assistants.

See every AI crawler signal at once

The free AI SEO audit checks robots.txt access for 12 AI crawlers, plus llms.txt, schema, content and metadata, in a few seconds.

Run the free AI SEO audit
Last updated: September 16, 2026. Facts checked against Google's crawler documentation.