Skip to content

Google-Extended

Quick facts

What it is
Google-Extended is a standalone robots.txt product token that controls specified downstream uses of content Google has already crawled.
HTTP user agent
Google-Extended has no HTTP user agent. Existing Google user agents make the requests, so it never appears as a separate signature in server logs.
What it governs
It governs specified training of future Gemini models, grounding in Gemini Apps, and grounding with Google Search on supported Google Cloud surfaces.
Google Search effect
It does not affect ordinary Search inclusion or ranking. A separate Search Console control for Search AI appearance and grounding is rolling out to a subset of site owners.
Core trade-off
A disallow can exclude content from qualifying training and from specified live grounding uses. Google provides no separate switch for those uses.

Google-Extended is a downstream-use control in robots.txt. Unlike an AI crawler, it never visits a site under its own name.

1. What Google-Extended is

Google-Extended is a standalone product token used in a robots.txt User-agent: field. Google applies its rules to decide whether content fetched by existing crawlers may be used for specified Gemini training or grounding purposes (see Google’s common crawlers).

Two details distinguish the token from a crawler. It uses the familiar syntax of robots.txt, but it does not identify an HTTP client. Google explicitly states that Google-Extended has no separate user-agent string.

FieldMeaning as of July 22, 2026
Object typeIt is a standalone product token used to control specified downstream uses.
Request identityIt has no request identity of its own.
Actual fetchExisting Google user agents fetch the content.
Controlled usesIt governs specified Gemini training and grounding uses.
Google SearchIt does not affect ordinary inclusion or ranking.

Although Google lists the token under common crawlers, its current reference defines Google-Extended as a product-specific control rather than a crawler that makes requests.

Google-Extended uses the Robots Exclusion Protocol differently from a typical crawler token. Under RFC 9309, a crawler’s product token is normally discoverable in its HTTP user-agent string. Google documents Google-Extended only as a control token. It functions as a policy token, not as a bot.

2. How a control token without a crawler works

The fetch and the downstream-use decision occur at different layers:

Existing Google user agent fetches a URL


Google evaluates the host's Google-Extended rules

          ┌─────────┴─────────┐
          ▼                   ▼
     use permitted       use disallowed
          │                   │
          ▼                   ▼
listed training or      exclude the content from
grounding workflows     those listed workflows

A disallow does not stop the initial request. Googlebot may continue crawling the same URL for Search, and the server will continue recording Googlebot rather than Google-Extended. The policy changes how Google may use the fetched content for the purposes named in its documentation.

This separation also explains why a WAF rule that matches Google-Extended is ineffective. No request carries that string, no IP range belongs specifically to the token, and there is no reverse-DNS identity to verify. Network controls apply during the fetch. Google-Extended governs downstream use afterward.

Typical training and retrieval bots combine a request identity with a declared purpose. User-triggered agents fetch content on a person’s behalf. Google-Extended differs from both because it expresses permission without making the request. AI crawlers compares these categories in more detail.

Applebot-Extended uses a similar arrangement: it does not crawl pages itself and instead governs data fetched by Applebot. The two tokens differ in purpose. Apple documents its token for foundation-model training, while Google’s current token also covers specified live grounding.

3. Which Gemini uses it governs

Google’s current description places two categories of use under the same token. Describing Google-Extended only as a “training opt-out” is therefore incomplete.

Controlled categoryProducts or surfaces Google currently namesWhat a disallow means
Future-model trainingModels powering Gemini Apps and the Vertex AI API for GeminiThe content is excluded from qualifying training.
Gemini groundingGemini AppsThe content is excluded from the specified live grounding use.
Grounding with Google Search on Google CloudSupported Google Cloud grounding surfacesThe content is not used in this grounding workflow.
Search generative AI model trainingModels used to generate responses in Search generative AI featuresGoogle directs publishers to Google-Extended to restrict this training.

Google Cloud product names continue to change. The current Grounding with Google Search documentation states that pages that disallow Google-Extended are not used for grounding on Gemini Enterprise Agent Platform. Google has moved older Vertex AI documentation to newer product paths, so policy reviews should use the current reference rather than rely on an older product name.

The control has a brief history, but its documented scope has changed:

2023-09-28        2026-06-03          2026-07-22
Launch            Separate Search     Documented scope
Bard + Vertex  →  control test     →  Gemini training + listed
AI model use                          grounding; Search controlled separately

At launch, Google described the token as a control over whether content could be used to improve Bard and Vertex AI generative APIs, including future generations of models. Bard later became Gemini, and Google expanded the description to include grounding. The list of affected products reflects Google’s current policy, not a permanent statement about every Google AI product.

Apply the token only to the uses Google names. Its documented scope does not extend to “all Google model training,” every product under Google Gemini, or every use of web content across Google.

4. Google Search, AI Overviews, and AI Mode

A common misconception is that disallowing Google-Extended removes a site from Google AI Overviews or AI Mode. The token does not control whether the site’s links or content can appear in those Search features.

Google’s current controls form three distinct layers:

Surface or decisionCurrent controlGoogle-Extended’s role
Ordinary Search crawling and indexingGooglebot, robots.txt, noindex, and other Search controlsIt has no effect on inclusion or ranking.
Snippets and usable page sections in Searchnosnippet, max-snippet, data-nosnippet, and preview controlsIt has no direct role.
Appearance in Search generative AI features and use for groundingSearch Console’s Search generative AI control, when availableA separate control applies.
Training of models used to generate responses in Search generative AI featuresGoogle-ExtendedGoogle directs publishers to this token.
Specified Gemini Apps and Cloud groundingGoogle-ExtendedIt directly controls these uses.

Search eligibility still begins with Googlebot. Google’s July 2026 optimization guide says that a page must be indexed and eligible for a Search snippet. Where the Search generative AI control is available, the property must also be included under that control. Search AI uses pages from the Search index for retrieval-augmented generation.

The dedicated Search control is new and not yet universally available. In January 2026, Google said it was exploring a separate opt-out. On June 3, it began testing a Search Console toggle with a subset of UK site owners. As of July 22, the current help page describes a broader rollout to a subset of site owners, not a global release.

Excluding a property through that toggle prevents its links and content from appearing in AI Overviews, AI Mode, and generative AI features in Discover, including their use as grounding input. The site then receives no impressions or traffic from those features. Google says the choice is not an inclusion or ranking signal for other parts of Search.

The Search Console help page also states that its toggle does not control AI training. To restrict the training of models used to generate Search AI responses, Google directs publishers to Google-Extended. The token can limit qualifying model training for Search AI without affecting Search rankings.

5. Writing the robots.txt rule

To disallow the specified Google-Extended uses across a host, add a named group to that host’s robots.txt file:

User-agent: Google-Extended
Disallow: /

This rule does not block Googlebot. If Search visibility matters, do not substitute a Googlebot disallow.

A path-specific rule can keep a public report eligible for the specified uses while excluding the rest of its directory:

User-agent: Google-Extended
Disallow: /members/
Allow: /members/public-report/

The longer, more specific Allow path takes precedence for the public report. Everything else under /members/ remains disallowed for the token’s specified uses.

Google’s robots.txt implementation follows several rules worth testing explicitly:

  • Product-token matching is case-insensitive, although URL paths can be case-sensitive.
  • Multiple groups that match the same specific token are combined.
  • A named token group does not merge with the wildcard * group.
  • The most specific matching path takes precedence. If conflicting paths have the same length, the less restrictive rule applies.

Use the standard capitalization anyway. It makes review easier and reduces the chance that a generic parser, linter, or teammate will mistake an unusual but valid form for a typo.

If no applicable disallow rule exists, the specified use is permitted under this control. An empty Disallow: is not an opt-out, and a policy written only as a comment has no effect on machines.

Robots files apply to a specific scheme, host, and port. A rule served at https://example.com/robots.txt does not necessarily govern https://docs.example.com, http://example.com, or a service on a non-default port. See robots.txt for protocol details and failure responses, and use the AI crawler access audit for deployment checks.

6. Verifying a policy with no log signature

Because Google-Extended makes no requests under its own identity, verification must focus on the robots.txt configuration.

What you can verifyWhat you cannot verify directlyWhat you should not claim
The intended /robots.txt returns a 200 response as plain text.You cannot tell whether Google evaluated the content under Google-Extended.Do not claim that a disallow deleted previously collected data.
Every scheme, host, and port serves the intended group.You cannot tell whether Google is honoring the Google-Extended rule.Do not claim that a historical model was untrained.
A parser resolves representative paths correctly.You cannot tell whether a request served only this downstream purpose.Do not claim that Google provides a system-wide propagation guarantee unless it publishes one.
The CDN and origin return the same current file.You cannot infer policy failure from continued Googlebot requests.Do not claim that robots.txt enforces confidentiality or copyright.
Google’s wording about affected products remains unchanged.Ordinary server logs do not reveal every internal Google use.Do not claim that the token covers unnamed Google products.

Check the file from outside the origin network as well as at the origin. A stale CDN object, a platform-generated robots file, an environment-specific route, or a redirect to the wrong host can hide a correct source file.

Test at least one allowed path, one disallowed path, and the exact boundary between them. Where several Google-Extended groups exist, test their merged result. Keep a copy of the served response, the change timestamp, the responsible owner, and the policy rationale.

Do not treat a decline in Googlebot traffic as evidence of success. Googlebot continues to support Search, so stable crawl activity is expected. The AI crawler access audit can verify delivery and identify ordinary crawlers, but server logs cannot reveal a separate Google-Extended bot because none exists.

Schedule a documentation review as well. The training and grounding scope changed after launch, Google Cloud product paths changed again in 2026, and the separate Search AI control moved from exploration to limited testing within five months.

7. Common misconfigurations

MisconfigurationWhy it looks plausibleActual consequence
Block Googlebot to reject Gemini trainingGooglebot performs the fetch.This can harm Search crawling, indexing, and eligibility for Search AI.
Search logs for Google-ExtendedMost bot tokens identify requests.No request will match because the token has no HTTP user agent.
Treat it as training-onlyTraining was the focus at launch.Current documentation also names Gemini and Google Cloud grounding uses.
Use it to opt out of AI Overviews or AI ModeBoth systems use Gemini models.A separate Search Console control governs Search appearance and grounding.
Assume it has no relationship to Search AIIt does not control Search inclusion or ranking.Google points to it for limiting training of models used in Search AI responses.
Publish llms.txt as an opt-outThe file is machine-readable and intended for AI.Google Search ignores it, and the file does not set a Google-Extended policy.
Treat robots.txt as security enforcementThe syntax contains Disallow.RFC 9309 states that the rules do not provide access authorization.
Update only the primary hostnameA single file can appear to cover the whole site.Subdomains, schemes, ports, or cached edges may serve a different policy.
Assume the policy’s effects will remain unchangedThe directive itself does not expire.Product scope and Search controls can change while the file stays the same.

If the goal is to keep ordinary Search while declining the specified downstream AI uses, leave Googlebot crawlable and address Google-Extended by name. Review every line of a blanket “block AI” preset before deploying it.

Private, licensed, or customer-only material requires authentication and authorization. A voluntary public file cannot prevent a non-compliant client, a spoofed user agent, or an ordinary browser from retrieving an exposed URL.

8. Choosing an access policy

The current controls do not allow a publisher to reject only training while preserving every grounding opportunity named under Google-Extended. Each available choice carries a trade-off.

Publisher intentDirective or controlEffect on visibility and use
Keep Search and Search AI appearance while rejecting specified Google-Extended uses.Keep Googlebot accessible and disallow Google-Extended.Ordinary Search remains eligible, but the content is excluded from qualifying training and specified Gemini or Google Cloud grounding.
Permit specified training and grounding.Do not disallow Google-Extended.The content remains eligible for the uses Google currently names.
Opt out of AI Overviews, AI Mode, and generative AI in Discover.Use the Search Console generative AI control if available.The site’s links and content stop appearing in those features, and the site receives no impressions or traffic from them. Other Search surfaces remain separate.
Prevent the site from appearing in Google Search.Use noindex and other Search-specific controls.The site loses ordinary Search visibility. Google-Extended alone cannot produce this result.
Protect non-public or paid material.Require authentication and authorization.The content is not publicly crawlable, and robots.txt serves only as an additional declaration.

Choosing a Google-Extended policy means deciding about both training and grounding. A site may reject future model training while still valuing being cited as a current source in Gemini Apps or a supported Google Cloud grounding product. The current token does not provide separate directives for those two objectives.

Search AI requires a second, independent decision. A publisher can keep ordinary Search while opting out of AI Overviews and AI Mode through the limited Search Console control. That choice gives up the traffic and impressions those features could send, and it does not replace Google-Extended for qualifying model training.

Record both choices in the policy, including the intended uses, the person responsible for the policy, affected properties and hosts, exact directives or Search Console setting, deployment date, and next review date. Use the AI crawler access audit to verify implementation, then review the platform effects in Google Gemini and Google AI Overviews.

References

Google product controls and documentation:

Protocol and comparison:

Frequently asked questions

Is Google-Extended a crawler?
No. Google describes it as a standalone product token used for control. It has no separate HTTP user-agent string, and existing Google user agents do the actual crawling. It defines a downstream-use policy rather than a bot that can be identified in server logs.
Does blocking Google-Extended hurt Google Search rankings?
Google says Google-Extended neither affects whether a site is included in Google Search nor serves as a Search ranking signal. If Search visibility matters, keep Googlebot accessible. A Google-Extended disallow changes specified AI uses of content that Google has already crawled, not the ordinary Search crawl.
Does Google-Extended opt a site out of AI Overviews or AI Mode?
No. It does not prevent the site's links or content from appearing in those features or being used to ground their responses. Google is testing a separate Search Console control for AI Overviews, AI Mode, and generative AI in Discover. Google-Extended separately limits qualifying model training, including training for models used to generate Search AI responses.
Can server logs prove that a Google-Extended rule works?
No. Google-Extended has no request identity that could appear in or disappear from server logs. Verify the robots.txt file, host scope, group parsing, cache state, and current Google documentation. Continued Googlebot requests are expected and do not indicate that the rule failed.
Can I block Gemini training but keep every Google-Extended grounding use?
Google does not currently document separate Google-Extended directives for training and grounding. The same token covers both specified categories. Disallowing it means accepting the loss of qualifying grounding in Gemini Apps and supported Google Cloud surfaces along with the training restriction.

See also

Sources

Primary

  1. Google's common crawlers · Google Crawling Infrastructure · 2026-07-14
  2. Search generative AI control · Google Search Console Help
  3. Optimizing your website for generative AI features on Google Search · Google Search Central · 2026-07-10
  4. Grounding with Google Search · Google Cloud · 2026-07-21
  5. An update on web publisher controls · Google · 2023-09-28
  6. Our approach to website controls for Search AI features · Google · 2026-01-28
  7. New opportunities, control and insights for website owners · Google · 2026-06-03
  8. How Google interprets the robots.txt specification · Google Crawling Infrastructure · 2026-07-08
  9. RFC 9309: Robots Exclusion Protocol · IETF
  10. About Applebot · Apple · 2026-06-08
Last updated: 2026-07-22 Authors: Ray Yang Topic: Infrastructure