Y

YandexVideoParser

Visit Bot Homepage

Verify YandexVideoParser 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.

YandexVideoParser is a Yandex crawler used to parse and index video content for display in Yandex Video search. It focuses on extracting video-related signals such as file URLs, metadata, thumbnails, embeds, transcripts, and structured data. The bot works alongside YandexVideo to interpret how videos should appear in search results. Crawl activity is targeted and asset-focused, concentrating on pages that contain or reference video content. Its purpose is to ensure accurate understanding and presentation of videos within Yandex’s video search ecosystem. It ignores the global robots.txt user agent (*) rule. RobotSense.io verifies YandexVideoParser using Yandex’s official validation methods, ensuring only genuine YandexVideoParser traffic is identified.

This bot does not honor Crawl-Delay rule.

User Agent Examples

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

Robots.txt Configuration for YandexVideoParser

Robots.txt User-Agent:YandexVideoParser

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

Recommended Configuration

Our recommended robots.txt configuration for YandexVideoParser:

User-agent: YandexVideoParser
Allow: /

Completely Block YandexVideoParser

Prevent this bot from crawling your entire site:

User-agent: YandexVideoParser
Disallow: /

Completely Allow YandexVideoParser

Allow this bot to crawl your entire site:

User-agent: YandexVideoParser
Allow: /

Block Specific Paths

Block this bot from specific directories or pages:

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

Allow Only Specific Paths

Block everything but allow specific directories:

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

Set Crawl Delay

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

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

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