Rankwise logoRankwise
Free audit
PricingCompareResources
Sign inGet started

Footer

Rankwise

The infrastructure layer for AI search: measure what AI says, publish what wins, and pinpoint the fixes that get you cited.

Built for the answer engines

Product

  • Pricing
  • Templates

Solutions

  • For agencies
  • For in-house SEO
  • For founders
  • Use Cases
  • Integrations
  • Compare
  • Alternatives

Resources

  • Resources
  • Articles
  • Guides
  • Case Studies
  • Learn
  • Glossary
  • Topics
  • API

Company

  • About
  • Contact
ImpressumAGBDatenschutz

© 2026 Rankwise. All rights reserved. Built by Founder Ventures.

Tracking ChatGPT · Perplexity · Claude · Google AI Overviews
  1. Rankwise
  2. /AI crawlers
  3. /Google-Extended
Google · Model training

Google-Extended

Lets a site choose whether content Google crawls may be used to train future Gemini models, and for grounding answers in Gemini Apps and in Grounding with Google Search on Vertex AI.

Source: developers.google.com
Check if your site allows Google-Extended

Operator

Google

Job

Model training

Collects pages for training future models. Slower to pay off, and separate from search and citations.

robots.txt

A robots.txt token, not a crawler

Google-Extended has no user-agent string of its own. Crawling is done by Google's existing crawlers, and the token is read from robots.txt as a control.

Source: developers.google.com
User agent

It sends no requests of its own

Google's other crawlers do the fetching. Google-Extended only appears in robots.txt, where it tells Google how it may use what they fetch.
robots.txt token
Google-Extended
Source: developers.google.com
robots.txt

Allow or block Google-Extended

Disallowing Google-Extended opts your content out of the uses described above. It does not stop any crawler visiting.

A crawler obeys only the most specific group that names it (RFC 9309), so a named group does not inherit the rules under User-agent: *. Repeat any paths you keep private, as the example does with /admin/.

Allow Google-Extended
User-agent: Google-Extended
Allow: /
Disallow: /admin/
Block Google-Extended
User-agent: Google-Extended
Disallow: /
What tryrankwise.com does

We name Google-Extended and let it in

Read from the robots.txt we serve. We want AI engines to read and cite this site, so every AI crawler is allowed everywhere except the app, the API and the sign-in pages (/dashboard/, /api/, /login, /signup, /sign-in, /sign-up). The file also declares Content-Signal: ai-train=yes, search=yes, ai-input=yes.

tryrankwise.com/robots.txt
User-agent: Google-Extended
Allow: /
Disallow: /dashboard/
Disallow: /api/
Disallow: /login
Disallow: /signup
Disallow: /sign-in
Disallow: /sign-up

See the whole file. The same rules repeat in every group, because a crawler that matches a named group ignores the wildcard one.

Worth knowing

More from Google

  • Google says Google-Extended does not affect a site's inclusion in Google Search and is not a ranking signal.

    Source: developers.google.com
  • For AI features in Search, such as AI Overviews and AI Mode, Google names robots.txt rules for Googlebot as the control, not Google-Extended.

    Source: developers.google.com
Other Google crawlers
GooglebotSearch index
AI engines it matters for
GeminiHow it picks sources, and what Rankwise measures on it
Google AI OverviewsHow it picks sources, and what Rankwise measures on it
Google AI ModeHow it picks sources, and what Rankwise measures on it

Sources, checked 2026-09-24

  • developers.google.com/crawling/docs/crawlers-fetchers/google-common-crawlers
  • developers.google.com/search/docs/appearance/ai-features
Check your own file

Does your robots.txt let Google-Extended in?

The free AI crawler checker reads your robots.txt and reports which of the major AI crawlers it allows or blocks. No signup.
Check AI crawler accessOr start free →