Я обычно в .htaccess прописываю следующие директивы:
## ############################## BOT BANNING #################################
order allow,deny
deny from 217.23.11.15
allow from all
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?share-buttons.zyx.*$ [NC]
RewriteRule .*
share-buttons.zyx [L]
RewriteCond %{HTTP_USER_AGENT} share-buttons.zyx [OR]
RewriteRule ^(.*)$ – [F,L]
## ############################## BOT BANNING #################################