# YandexFavicons

> Downloads your favicon so Yandex can show it beside your result. Documented as not taking the general robots.txt rules into account.

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

Your results in Yandex lose their icon. Cosmetic, and a * rule will not achieve it anyway.

## Full user-agent string

```
Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)
```

## Block it

```
User-agent: YandexFavicons
Disallow: /
```

## Allow it

```
User-agent: YandexFavicons
Allow: /
```

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