Y

YandexRenderResourcesBot

Visit Bot Homepage

Verify YandexRenderResourcesBot IP Address

Verify if an IP address truly belongs to Yandex, using official verification methods. Enter both IP address and User-Agent from your logs for the most accurate bot verification.

YandexRenderResourcesBot is a Yandex crawler used to load external resources - such as JavaScript, CSS, and related assets - required for full page rendering. It supports Yandex’s ability to correctly render and evaluate pages that rely on client-side code. The bot accesses resources only when the HTML page that references them is allowed for Yandex bots. If a page is disallowed in robots.txt, the bot will not fetch its resources. However, if the HTML page is accessible, YandexRenderResourcesBot may ignore robots.txt rules for individual resources. Crawl activity is tightly scoped and occurs solely to support JavaScript-based rendering and accurate page interpretation. It ignores the global robots.txt user agent (*) rule. RobotSense.io verifies YandexRenderResourcesBot using Yandex’s official validation methods, ensuring only genuine YandexRenderResourcesBot traffic is identified.

This bot does not honor Crawl-Delay rule.

User Agent Examples

Mozilla/5.0 (compatible; YandexRenderResourcesBot/1.0; +http://yandex.com/bots)
Example user agent strings for YandexRenderResourcesBot

Robots.txt Configuration for YandexRenderResourcesBot

Robots.txt User-Agent:YandexRenderResourcesBot

Use this identifier in your robots.txt User-agent directive to target YandexRenderResourcesBot.

Recommended Configuration

Our recommended robots.txt configuration for YandexRenderResourcesBot:

User-agent: YandexRenderResourcesBot
Allow: /

Completely Block YandexRenderResourcesBot

Prevent this bot from crawling your entire site:

User-agent: YandexRenderResourcesBot
Disallow: /

Completely Allow YandexRenderResourcesBot

Allow this bot to crawl your entire site:

User-agent: YandexRenderResourcesBot
Allow: /

Block Specific Paths

Block this bot from specific directories or pages:

User-agent: YandexRenderResourcesBot
Disallow: /private/
Disallow: /admin/
Disallow: /api/

Allow Only Specific Paths

Block everything but allow specific directories:

User-agent: YandexRenderResourcesBot
Disallow: /
Allow: /public/
Allow: /blog/

Set Crawl Delay

Limit how frequently YandexRenderResourcesBot can request pages (in seconds):

User-agent: YandexRenderResourcesBot
Allow: /
Crawl-delay: 10

Note: This bot does not officially mention about honoring Crawl-Delay rule.