# YandexComBot

> Indexes content for Yandex search in languages other than Russian. Yandex documents that it can index content when there is no explicit robot-specific restriction — a * group is not one.

| field | value |
|---|---|
| operator | Yandex |
| category | Search engines |
| robots.txt token | `YandexComBot` |
| user-agent contains | `YandexComBot` |
| 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

You leave Yandex's non-Russian index. A rule naming this token is the only one that works on it.

## Full user-agent string

```
Mozilla/5.0 (compatible; YandexComBot/3.0; +http://ya.cc/bots)
```

## Block it

```
User-agent: YandexComBot
Disallow: /
```

## Allow it

```
User-agent: YandexComBot
Allow: /
```

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