Yandex
YandexBot
What it is
Yandex's primary search crawler. Classified as indexing — it builds a searchable retrieval index.
In Aiola's taxonomy, Indexing means crawled for ai or search indexing.
User agent
Look for the match token inside the complete HTTP User-Agent header. Tokens can be spoofed, so use the network checks below for authentication.
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)YandexBotOfficial IP ranges
Yandex supports reverse-DNS verification for this crawler family. Accepted suffixes in this snapshot: .yandex.ru, .yandex.net, .yandex.com.
Use a double lookup: reverse-resolve the request IP, validate the exact hostname suffix, then forward-resolve that hostname and require it to return the original IP. Checking only the visible hostname is vulnerable to attacker-controlled PTR records.
Verify authenticity
Start with the source IP recorded by your trusted edge or server, not an untrusted forwarded header.
host REQUEST_IP
# Confirm the hostname ends in an official suffix
host RETURNED_HOSTNAME
# The forward lookup must return REQUEST_IPFor production checks, test against every current prefix in the vendor feed. Re-fetch feeds regularly: a July 2026 snapshot is evidence of publication, not a permanent firewall list.
Control it with robots.txt
Yandex documents crawler controls for this bot family. Robots.txt can direct cooperative crawling, but it cannot prove that a request is authentic.
User-agent: YandexBot
Allow: /User-agent: YandexBot
Disallow: /Track it
Aiola tracks this crawler on your site — crawls, pages, trends. See when YandexBot arrives, which URLs it requests, and how activity changes over time.
Explore Aiola AnalyticsFAQ
What is YandexBot?
Yandex's primary search crawler. Classified as indexing — it builds a searchable retrieval index.
What user-agent token identifies YandexBot?
Match the case-insensitive token “YandexBot” in the User-Agent header. A matching header alone does not authenticate the sender.
Can I verify YandexBot by IP address?
Yandex documents reverse-DNS verification. Confirm the hostname ends in an allowed suffix, then resolve that hostname forward and require it to return the original IP.
Can robots.txt block YandexBot?
Yandex documents crawler controls for this bot family. Robots.txt can direct cooperative crawling, but it cannot prove that a request is authentic. Use the specific “YandexBot” group when you want a rule for this identity without changing rules for every crawler.