Open blaine-arcjet opened 2 months ago
Currently, the pattern to match any Yandex bot is yandex\\.com\\/bots but they add that link into all bots. We should consider how fine-grained we want to identify the Yandex bots and consider creating more precise patterns.
yandex\\.com\\/bots
Found while comparing to isbot RegExps.
isbot
There's also no "instance" for yandextracker
yandextracker
Currently, the pattern to match any Yandex bot is
yandex\\.com\\/bots
but they add that link into all bots. We should consider how fine-grained we want to identify the Yandex bots and consider creating more precise patterns.Found while comparing to
isbot
RegExps.