# YandexRenderResourcesBot

> Loads the CSS, JavaScript and images Yandex needs to render a page. Yandex documents the exact rule: it ignores robots.txt for a resource when the HTML page using it is allowed, and does not fetch the resource when that page is disallowed.

| field | value |
|---|---|
| operator | Yandex |
| category | Search engines |
| robots.txt token | `YandexRenderResourcesBot` |
| user-agent contains | `YandexRenderResourcesBot` |
| 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 renders your pages without their stylesheets or scripts and ranks what it sees. This is the classic accidental self-inflicted ranking loss.

## Full user-agent string

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

## Block it

```
User-agent: YandexRenderResourcesBot
Disallow: /
```

## Allow it

```
User-agent: YandexRenderResourcesBot
Allow: /
```

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