Y

YandexTracker

Visit Bot Homepage

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

YandexTracker is a Yandex service crawler associated with Yandex Tracker, a work management and issue-tracking platform. It fetches webpage content when users attach URLs or configure integrations that require retrieving external resources. This traffic is user-initiated and not part of web crawling or search indexing. The bot retrieves only the specific URLs referenced in Tracker tasks or workflows. Crawl activity is low-volume and strictly event-driven, triggered by user actions within Yandex Tracker rather than automated discovery. It ignores the global robots.txt user agent (*) rule. RobotSense.io verifies YandexTracker using Yandex’s official validation methods, ensuring only genuine YandexTracker traffic is identified.

This bot does not honor Crawl-Delay rule.

User Agent Examples

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

Robots.txt Configuration for YandexTracker

Robots.txt User-Agent:YandexTracker

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

Recommended Configuration

Our recommended robots.txt configuration for YandexTracker:

User-agent: YandexTracker
Allow: /

Completely Block YandexTracker

Prevent this bot from crawling your entire site:

User-agent: YandexTracker
Disallow: /

Completely Allow YandexTracker

Allow this bot to crawl your entire site:

User-agent: YandexTracker
Allow: /

Block Specific Paths

Block this bot from specific directories or pages:

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

Allow Only Specific Paths

Block everything but allow specific directories:

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

Set Crawl Delay

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

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

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