-
Home
-
User Agent Directory
- Googlebot-Mobile
Googlebot-Mobile
What is Googlebot-Mobile?
Googlebot-Mobile is Google's crawler specifically designed to index mobile versions of websites. With Google's mobile-first indexing approach, this bot has become the primary crawler for most websites. It simulates a mobile device to see how pages appear to mobile users, which is crucial since Google predominantly uses the mobile version of content for indexing and ranking. The bot evaluates mobile usability factors including responsive design, page speed on mobile networks, and touch-friendly interfaces. Understanding and optimizing for Googlebot-Mobile is essential for modern SEO.
User Agent String
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
How to Control Googlebot-Mobile
Block Completely
To prevent Googlebot-Mobile 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 Googlebot-Mobile
Same as standard Googlebot verification
Learn more in the official documentation.
Detection Patterns
Multiple ways to detect Googlebot-Mobile in your application:
Basic Pattern
/Googlebot\-Mobile/i
Strict Pattern
/^Mozilla/5\.0 \(Linux; Android 6\.0\.1; Nexus 5X Build/MMB29P\) AppleWebKit/537\.36 \(KHTML, like Gecko\) Chrome/W\.X\.Y\.Z Mobile Safari/537\.36 \(compatible; Googlebot/2\.1; \+http\://www\.google\.com/bot\.html\)$/
Flexible Pattern
/Googlebot\-Mobile[\s\/]?[\d\.]*?/i
Vendor Match
/.*Google.*Googlebot\-Mobile/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 | Allow | Increases content reach and discoverability |
| 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
Googlebot-Mobile
Robots.txt Name
Googlebot-Mobile
Category
search
Respects robots.txt
Yes