Y

YandexImageResizer

Visit Bot Homepage

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

YandexImageResizer is a Yandex service crawler that retrieves images to generate resized, optimized, or cached versions for use in Yandex search results and related products. It fetches original image files to create thumbnails or alternative resolutions suited for different devices and interfaces. This crawler does not perform full page indexing and does not independently rank content. Crawl activity is lightweight and asset-specific, typically triggered when Yandex needs to update or regenerate image variants to improve load performance and visual presentation across its platforms. YandexImageResizer honours the global robots.txt user agent (*) rule. RobotSense.io verifies YandexImageResizer using Yandex’s official validation methods, ensuring only genuine YandexImageResizer traffic is identified.

This bot does not honor Crawl-Delay rule.

User Agent Examples

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

Robots.txt Configuration for YandexImageResizer

Robots.txt User-Agent:YandexImageResizer

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

Recommended Configuration

Our recommended robots.txt configuration for YandexImageResizer:

User-agent: YandexImageResizer
Allow: /

Completely Block YandexImageResizer

Prevent this bot from crawling your entire site:

User-agent: YandexImageResizer
Disallow: /

Completely Allow YandexImageResizer

Allow this bot to crawl your entire site:

User-agent: YandexImageResizer
Allow: /

Block Specific Paths

Block this bot from specific directories or pages:

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

Allow Only Specific Paths

Block everything but allow specific directories:

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

Set Crawl Delay

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

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

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