Y

YandexPagechecker

Visit Bot Homepage

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

YandexPagechecker is a Yandex crawler used to fetch webpages for technical validation, primarily through Yandex’s Structured Data Validator and related diagnostic tools. It retrieves pages to analyze schema markup, microdata, JSON-LD, and other structured elements. The bot checks syntax, compliance, and data consistency to help site owners ensure their pages are correctly interpreted by Yandex services. This crawler is not used for broad search indexing. It's crawl activity is typically low-volume and strictly on-demand, triggered when validation or inspection tools are run by users or internal systems. It honors the global robots.txt user agent (*) rule. RobotSense.io verifies YandexPagechecker using Yandex’s official validation methods, ensuring only genuine YandexPagechecker traffic is identified.

This bot does not honor Crawl-Delay rule.

User Agent Examples

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

Robots.txt Configuration for YandexPagechecker

Robots.txt User-Agent:YandexPagechecker

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

Recommended Configuration

Our recommended robots.txt configuration for YandexPagechecker:

User-agent: YandexPagechecker
Allow: /

Completely Block YandexPagechecker

Prevent this bot from crawling your entire site:

User-agent: YandexPagechecker
Disallow: /

Completely Allow YandexPagechecker

Allow this bot to crawl your entire site:

User-agent: YandexPagechecker
Allow: /

Block Specific Paths

Block this bot from specific directories or pages:

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

Allow Only Specific Paths

Block everything but allow specific directories:

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

Set Crawl Delay

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

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

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