I'm wanting to block the amazonbot server-wide. Is there a way I can do this via webadmin?
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Amazonbot/0.1;\ \+https://developer\.amazon\.com/support/amazonbot [NC]
RewriteRule .* - [F,L]
If not, then how would I do such a thing please?
Thank you.