# AdsBot-Google-Mobile-Apps

> Checks Android app landing pages for Google Ads. It obeys a group named for its own token and, per Google, follows the AdsBot-Google rules otherwise.

| field | value |
|---|---|
| operator | Google |
| category | Tools and frameworks |
| robots.txt token | `AdsBot-Google-Mobile-Apps` |
| user-agent contains | `AdsBot-Google-Mobile-Apps` |
| 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

App-install ad landing pages go unscored. Nothing organic changes.

## Full user-agent string

```
AdsBot-Google-Mobile-Apps
```

## Block it

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

## Allow it

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

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