# YandexMetrika

> Yandex Metrica's own fetcher. Two of its versions — the 2.0 yabs01 availability checker and the 4.0 CSS cache for Webvisor — are documented in Yandex's table as not using robots.txt at all.

| field | value |
|---|---|
| operator | Yandex |
| category | Tools and frameworks |
| robots.txt token | `YandexMetrika` |
| user-agent contains | `YandexMetrika` |
| robots.txt | not governed by robots.txt (user-initiated, by operator policy) |
| 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

Nothing you can enforce through robots.txt. If you run Metrica, its session replay loses your stylesheets and renders your pages wrong.

## Full user-agent string

```
Mozilla/5.0 (compatible; YandexMetrika/2.0; +http://yandex.com/bots)
```

## Block it

```
User-agent: YandexMetrika
Disallow: /
```

## Allow it

```
User-agent: YandexMetrika
Allow: /
```

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