fr

What Is Google-Extended? The Robots.txt AI Token

Google-Extended is the robots.txt token that controls Google's access for training its generative AI (Gemini, Vertex AI), apart from classic SEO crawling.

· 3 min read

Illustration of the Google-Extended token in robots.txt

Google-Extended is a User-Agent token, separate from Googlebot, that Google introduced in 2023. It lets site owners independently control whether Google can use their content to train and ground its generative AI systems — chiefly Gemini and the Vertex AI services — without touching the classic SEO crawl that Googlebot handles.

Why Google-Extended matters for AI visibility

The split between Googlebot and Google-Extended is one of the most consequential calls a site can make about how it shows up in Google's AI products.

Blocking Googlebot in robots.txt drops the site out of Google's classic index — a drastic move that hits SEO visibility across the board. Blocking Google-Extended is far more surgical: it keeps your classic SEO ranking intact while removing your content from the AI uses Google has declared for this token (Gemini training, Vertex AI grounding).

Google documented Google-Extended as a way for content publishers to manage their relationship with Google's AI products separately from classic search. Google's systems have recognized and respected the token since it launched.

Whether you block or allow Google-Extended comes down to strategy:

  • Allow (or specify nothing): your content stays available to the Google systems that use this token for training and generative grounding. This is the default behavior.
  • Block: your content stays indexed and ranked normally in classic SEO, but it's off-limits to the AI uses documented for this token. Some publishers — news outlets, agencies — make this call for copyright or editorial-policy reasons.

One thing worth keeping in mind: the relationship between Google-Extended and AI Overviews isn't clearly or publicly documented by Google. AI Overviews may draw on the existing index that Googlebot builds, on real-time grounding, or on a mix of both. Blocking Google-Extended doesn't necessarily mean you're shut out of AI Overviews, and allowing it doesn't guarantee you'll be cited there. It's wise not to treat those two effects as the same thing.

A concrete example

An online newspaper wants its articles to stay reachable by Google for SEO ranking, but doesn't want its content used to train the Gemini models. Here's the matching robots.txt setup:

User-agent: Googlebot
Allow: /

User-agent: Google-Extended
Disallow: /

This setup lets Googlebot crawl and index every page for organic ranking, while blocking Google-Extended for AI uses.

On the flip side, a site that wants to make sure its content stays available to Google's AI systems leaves Google-Extended allowed (or simply absent from any Disallow directive), alongside an extractable content structure and well-formed JSON-LD data.

For the full picture, see the complete GEO guide.

FAQ

What is Google-Extended?
Google-Extended is a user-agent token, separate from Googlebot, that Google introduced in 2023. It lets site owners independently control whether Google can use their content to train and ground its generative AI systems — chiefly Gemini and the Vertex AI services — without touching the classic SEO crawl.
Does blocking Google-Extended hurt my Google rankings?
No. That's the whole point of the token: blocking Google-Extended keeps your classic SEO ranking intact, since that's handled by Googlebot, while removing your content from the AI uses Google has declared for this token. Blocking Googlebot, by contrast, would drop the site out of Google's index entirely.
Does blocking Google-Extended keep me out of AI Overviews?
Not necessarily, and it's wise not to treat those two effects as the same thing. The relationship between Google-Extended and AI Overviews isn't clearly or publicly documented by Google: the feature may draw on the index Googlebot builds, on real-time grounding, or on a mix of both. Allowing the token doesn't guarantee you'll be cited there either.
What happens by default if I do nothing?
Your content stays available. If no directive covers Google-Extended in your robots.txt, the content remains accessible to the Google systems that use this token for training and generative grounding. Blocking is always an active decision.
Who has reason to block Google-Extended?
Some publishers — news outlets and agencies in particular — make this call for copyright or editorial-policy reasons. Their content stays indexed and ranked normally in classic SEO, but it's off-limits to the AI uses documented for this token.
Portrait de Nicolas Meridjen, Fondateur de LightSpot.ai — outil d'audit de visibilité IA (46 critères SEO + GEO)

Nicolas Meridjen

Fondateur de LightSpot.ai — outil d'audit de visibilité IA (46 critères SEO + GEO)

Je construis LightSpot.ai et j'analyse comment les moteurs de recherche IA (ChatGPT, Perplexity, Google AI Overviews) choisissent les sources qu'ils citent. J'écris sur le GEO et le SEO à partir de données d'audit réelles.

On the same topic