Google-Extended
blocking AI from your content / AI crawler control / data-nosnippet / opting out of AI training
Google-Extended is a robots.txt token that controls whether content Google crawls from your site may be used to train Gemini models and ground Gemini apps. Google states it does not affect your inclusion in Search or your ranking. It is a training control, not a way to stay out of search results.
The mechanics are unusual and worth knowing first. Google-Extended has no user agent string of its own. Google says crawling is done with existing Google user agent strings, and the robots.txt token is used in a control capacity. So nothing new visits your site. You are adjusting what an existing visit is allowed to feed.
What it governs is narrow and specific. Google describes it as a product token publishers use to manage whether crawled content may be used for training future generations of Gemini models, and for grounding, which Google defines in the same sentence as providing content from the Google Search index to the model at prompt time to improve factuality and relevancy. The products named are Gemini apps and Vertex AI. Those are the ones the documentation covers.
Now the sentence that settles most arguments about it. Google states that Google-Extended does not impact a site's inclusion in Google Search, nor is it used as a ranking signal in Google Search. Blocking it is not a way to disappear, and it is not a way to be rewarded either.
That leaves a second question people usually have bundled with the first, and it needs a different tool. Bing added support for the data-nosnippet HTML attribute in October 2025, which marks sections of a page so they do not appear in snippets or AI-generated answers. Bing is explicit about the trade: content marked that way is still indexed normally, is still available for ranking, and is simply excluded from snippets and AI summaries.
Google's own lever for the summaries is a third thing, and it is blunt. The nosnippet rule takes your text snippet out of every kind of Google result, and Google says it will also prevent the content being used as a direct input for AI Overviews and AI Mode. There is no setting that keeps the snippet and refuses the summary. Google adds that where robots rules conflict the more restrictive one wins, so a page carrying both max-snippet:50 and nosnippet ends up with nosnippet.
In practice
Someone asks whether the business can stop AI using its content. There are two questions hiding in that, and they have different answers. Do you object to your material training a model, or do you object to it being quoted back inside an answer? The first is a robots.txt decision. The second is a markup decision, made per section, and a robots.txt line will not do it.
Not the same as
- Disallowing a crawler
- That stops the content being fetched at all. This permits the fetch and limits one downstream use.
- noindex
- That removes the page from results. Both controls here leave the page indexed.
Why it matters to you
This is usually presented as a single switch labeled block AI, and it is not one. The controls sit at different layers, are set in different places, and are honored by different engines. Before changing either, it is worth knowing which outcome is actually wanted, because the documentation for these two levers describes different things: one is about training and grounding, the other is about what appears in a snippet or a summary.
What to ask or check
- 01Which are we trying to control, what trains a model or what gets quoted?
- 02If we block this, what are we giving up, and who decided that trade is worth making?
- 03Are we applying the same decision to other engines, which use their own controls?
What people get wrong
That it is one switch that keeps your content out of AI answers. It is a token governing training and grounding for the products Google names, and Google says it is not a ranking signal and does not affect inclusion in Search.
Red flags
- A proposal to block AI that only edits robots.txt and never mentions snippet controls.
- A claim that setting this will protect or improve rankings, when Google states it is not a ranking signal.
- One engine's control assumed to cover every engine.
Who owns it
Whoever can edit robots.txt sets the first lever. The second is markup, so it belongs to whoever controls the page templates.
Where you will see it
In robots.txt, and in proposals about protecting content from AI.