-
Home
-
User Agent Directory
- Google-CloudVertexBot
Google-CloudVertexBot
What is Google-CloudVertexBot?
Google-CloudVertexBot crawls content for Google Cloud's Vertex AI and enterprise search products. It enables businesses using Google Cloud to index and search their publicly accessible web content through Vertex AI Search. The bot follows Google's standard crawling practices and respects robots.txt directives. Website owners who block this bot will prevent their content from being indexed by Google Cloud enterprise search solutions.
User Agent String
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Google-CloudVertexBot; +https://cloud.google.com/enterprise-search)
How to Control Google-CloudVertexBot
Block Completely
To prevent Google-CloudVertexBot 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-CloudVertexBot
Reverse DNS lookup should resolve to googlebot.com or google.com
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-CloudVertexBot in your application:
Basic Pattern
/Google\-CloudVertexBot/i
Strict Pattern
/^Mozilla/5\.0 \(Linux; Android 6\.0\.1; Nexus 5X Build/MMB29P\) AppleWebKit/537\.36 \(KHTML, like Gecko\) Chrome/141\.0\.7390\.122 Mobile Safari/537\.36 \(compatible; Google\-CloudVertexBot; \+https\://cloud\.google\.com/enterprise\-search\)$/
Flexible Pattern
/Google\-CloudVertexBot[\s\/]?[\d\.]*?/i
Vendor Match
/.*Google.*Google\-CloudVertexBot/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Allow | Essential for product visibility in search results |
| 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 | Allow | Improves documentation discoverability for developers |
| Corporate Site | Allow | 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-CloudVertexBot
Robots.txt Name
Google-CloudVertexBot
Category
ai, search
Respects robots.txt
Yes