Son günlerde birçok siteden bu şekilde spam hit geliyor ve sitenizi kötü etkiliyor.

.htaccess dosyası ile bunu engelleyebilirsiniz

Options +FollowSymlinks
RewriteEngine on

RewriteCond %{HTTP_REFERER} .*floating-share-buttons.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*motherboard.vice.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*lifehacĸer.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*blackhatworld.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*site-auditor.online.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*o-o-2-o-o.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*secret.xn--oogle-wmc.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*website-analytics.online.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*washingtonpost.com.*$ [NC,OR]

RewriteRule .* - [F]