# YandexMobileBot

> Decides whether a page's layout is suitable for mobile devices. Yandex's table marks it as NOT taking the general robots.txt rules into account, so a * group does not stop it — a group named YandexMobileBot does.

| field | value |
|---|---|
| operator | Yandex |
| category | Search engines |
| robots.txt token | `YandexMobileBot` |
| user-agent contains | `YandexMobileBot` |
| robots.txt | ignores the * group; obeys rules named for its own token |
| verify by | reverse DNS |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://yandex.com/support/webmaster/en/robot-workings/check-yandex-robots |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Yandex loses its mobile-friendliness signal for your pages, which affects how they are ranked and rendered on phones.

## Full user-agent string

```
Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4 (compatible; YandexMobileBot/3.0; +http://yandex.com/bots)
```

## Block it

```
User-agent: YandexMobileBot
Disallow: /
```

## Allow it

```
User-agent: YandexMobileBot
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/yandexmobilebot.json · index: https://www.pathwren.workers.dev/llms.txt
