GM

Googlebot-Mobile

search-engine Googlebot-Mobile

Google's legacy mobile crawler for Google Search indexing

About this crawler

Googlebot-Mobile is a web crawler identified by the regular-expression pattern Googlebot-Mobile in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block Googlebot-Mobile traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.72%
latest snapshot
2026-06-04
matched key: Googlebot-Mobile
2026-05-012026-06-040.95%

Technical details

Name
Googlebot-Mobile
Pattern
Googlebot-Mobile
Tags
search-engine
rDNS suffixes
.1e100.net, .googlebot.com, .googleusercontent.com
Instances
5 known sample(s)

rDNS verification (FCrDNS)

Verify a request is genuinely Googlebot-Mobile with forward-confirmed reverse DNS: the client IP's PTR record must end in one of the suffixes below and a forward A/AAAA lookup of that hostname must return the same IP. UA strings alone are spoofable; FCrDNS is not.

Sample User-Agent strings

DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
Nokia6820/2.0 (4.83) Profile/MIDP-1.0 Configuration/CLDC-1.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)

Block this crawler

robots.txt — disallow Googlebot-Mobile:

User-agent: Googlebot-Mobile Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Googlebot-Mobile [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Googlebot-Mobile") { return 403; }
← back to all crawlers