-
Home
-
User Agent Directory
- Google-Extended
Google-Extended
What is Google-Extended?
Google-Extended is a specialized crawler introduced by Google in September 2023 to give website owners granular control over how their content is used for AI training. This bot specifically collects data for training Google's Bard chatbot and Vertex AI generative APIs, separate from traditional Google Search indexing. The introduction of Google-Extended represents Google's response to publisher concerns about AI training, allowing sites to remain in Google Search while opting out of AI model training. Website owners can block Google-Extended through robots.txt without affecting their Google Search visibility, providing a clear separation between search indexing and AI training data collection.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Google-Extended/1.0; +https://developers.google.com/search/docs/crawling-indexing/google-common-crawlers)
How to Control Google-Extended
Block Completely
To prevent Google-Extended from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify Google-Extended
Verify via Google's IP ranges and reverse DNS
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect Google-Extended in your application:
Basic Pattern
/Google\-Extended/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; Google\-Extended/1\.0; \+https\://developers\.google\.com/search/docs/crawling\-indexing/google\-common\-crawlers\)$/
Flexible Pattern
/Google\-Extended[\s\/]?[\d\.]*?/i
Vendor Match
/.*Google.*Google\-Extended/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Limit Access | Protect pricing and inventory data from AI training |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
Google-Extended
Robots.txt Name
Google-Extended
Category
ai
Respects robots.txt
Yes