I have this line:
Crawl-delay: 50
in the robots.txtrobots.txt file at the root of my website.
But it seems that it is not working at all. I get 400 visits from the Yandex user-agent agent in a few minutes.
I don't want to Disabledisable the User Agentuser agent but to make it to respect the Delaydelay value (50 in my situation).
How to make "Crawl"crawl-delay" works for all "User"user-Agent"agent" in robots.txtrobots.txt? I also read somewhere that this can be done in .htaccess.htaccess, is this correct?