WebmasterID logoWebmasterID
Robots & crawl control

How to block Mail.RU_Bot

Mail.RU_Bot is the crawler for Mail.ru's search service. This page shows how to disallow it in robots.txt, when blocking is sensible, and the trade-off for sites that get traffic from the Russian Mail.ru search market.

Partially verified

robots.txt rule

Mail.ru's crawler identifies with the Mail.RU_Bot token. To disallow it site-wide:

User-agent: Mail.RU_Bot Disallow: /

Confirm the exact token from your logs, since Mail.ru may operate additional product-specific tokens. Match the documented token rather than a version string, and place the rule in its own user-agent group.

Market trade-off and limits

Mail.ru search has a user base in Russia and nearby regions. Blocking Mail.RU_Bot is a deliberate choice that removes the route to Mail.ru search visibility, so weigh it against any referral value before applying a blanket Disallow.

As always, a Disallow does not de-index already-indexed pages, and the user agent can be spoofed. Use noindex on a fetchable URL to drop a page from results, and treat lingering hits as possible non-compliant clients.

How it appears in analytics and logs

Mail.RU_Bot hits mean Mail.ru is crawling for its index. Continued hits after a Disallow point to a cached robots.txt, a token mismatch, or a spoofed user agent.

Diagnostic use case

Trim crawl load from Mail.RU_Bot for sites with no Mail.ru audience, while keeping it allowed where Mail.ru search referrals are valuable.

What WebmasterID can help detect

WebmasterID records Mail.RU_Bot as a search bot so you can verify a block is honoured and confirm you are not cutting off a market that actually sends referrals.

Common mistakes

Privacy and accuracy notes

The rule matches the Mail.RU_Bot crawler token. No visitor data is involved, and robots.txt requests compliance rather than enforcing it.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.