# YandexForDomain bot The YandexForDomain bot is a task-specific bot from Yandex used exclusively for domain verification. It visits a site only when a user is attempting to prove ownership of that domain to set up a service like Yandex.Mail for Domains. It performs a brief, targeted check for a verification marker and is not a content indexer. Its activity has no impact on a site's SEO. Breadcrumb navigation - [Privacy-focused, simple website analytics](https://plainsignal.com/) - [Agents](https://plainsignal.com/agents "Agents, User-Agents, Crawlers, Browsers") - [YandexForDomain bot](https://plainsignal.com/agents/yandexfordomain-bot) ## What is the YandexForDomain bot? The YandexForDomain bot is a specialized web crawler from Yandex that focuses on domain verification for its email services, particularly Yandex.Mail for Domains. The bot identifies itself in server logs with the user-agent string `Mozilla/5.0 (compatible; YandexForDomain/1.0; +http://yandex.com/bots)`. Unlike Yandex's search crawlers, this bot has a narrow purpose and makes brief, targeted visits to a site rather than comprehensive scans. ## Why is the YandexForDomain bot crawling my site? The YandexForDomain bot is visiting your site because someone is attempting to verify ownership of your domain for use with Yandex's email services. The bot's visit is triggered when a user registers your domain with a Yandex service and needs to prove they own it. The bot looks for specific verification markers, such as a special HTML file on your server or a TXT record in your DNS settings. The visits are infrequent and occur primarily during the initial domain setup. ## What is the purpose of the YandexForDomain bot? The purpose of the YandexForDomain bot is to serve as the verification mechanism for Yandex's email services. It confirms domain ownership before a user is allowed to set up custom email addresses. This verification process protects domain owners from the unauthorized use of their domains for email. The bot's activity has no impact on your site's performance or search ranking; it is purely a verification tool. ## How do I block the YandexForDomain bot? To prevent the YandexForDomain bot from accessing your website, you can add a specific disallow rule to your `robots.txt` file. However, this will prevent you or anyone else from being able to verify your domain for use with Yandex's email services. To block this bot, add the following lines to your `robots.txt` file: ``` User-agent: YandexForDomain Disallow: / ``` ## Related agents and operators ## Canonical Human friendly, reader version of this article is available at [YandexForDomain bot](https://plainsignal.com/agents/yandexfordomain-bot) ## Copyright (c) 2025 [PlainSignal](https://plainsignal.com/ "Privacy-focused, simple website analytics")