# AdsBot-Google-Mobile

> The mobile-web landing page checker for Google Ads. Same rules as AdsBot-Google: the * group does not apply to it, its own token does.

| field | value |
|---|---|
| operator | Google |
| category | Tools and frameworks |
| robots.txt token | `AdsBot-Google-Mobile` |
| user-agent contains | `AdsBot-Google-Mobile` |
| robots.txt | ignores the * group; obeys rules named for its own token |
| verify by | published IP ranges |
| published IP ranges | https://developers.google.com/static/search/apis/ipranges/special-crawlers.json |
| prefixes mirrored | 136 IPv4 / 136 IPv6 |
| operator docs | https://developers.google.com/search/docs/crawling-indexing/google-special-case-crawlers |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Mobile ad landing pages go unscored and the ads pointing at them rank worse. No effect on organic search.

## Full user-agent string

```
Mozilla/5.0 (Linux; Android 5.0; SM-G920A) AppleWebKit (KHTML, like Gecko) Chrome Mobile Safari (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)
```

## Block it

```
User-agent: AdsBot-Google-Mobile
Disallow: /
```

## Allow it

```
User-agent: AdsBot-Google-Mobile
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/adsbot-google-mobile.json · index: https://www.pathwren.workers.dev/llms.txt
