referrer-spam

blocking semalt referrers with htaccess rules

对着背影说爱祢 提交于 2019-11-30 15:46:56
I have implemented the following code to htaccess but are still seeing referrers from semalt, such as: 74.semalt.com 89.semalt.com The code: # Block visits from semalt.com RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)*semalt\.com [NC] RewriteRule .* - [F] Any idea how these referrers are bypassing this rule (which I found online) and how I can fully prevent them? Stevie-Ray Hartog Your code looks good, syntax checks out ok! I used these mod_rewrite methods: RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?semalt\.com.*$ [NC] RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?semalt

How to Block Spam Referrers like darodar.com from Accessing Website?

帅比萌擦擦* 提交于 2019-11-26 00:20:34
问题 I have several websites that get daily around 5% of visits from spam referrers. There is one strange things I noticed about this referrers: they show in Google Analytics, but I cannot see them in my custom designed table where I insert all the visitors to the site, so I think that they only manipulate the GA code, never reaching the site itself. If you follow their link, they redirect you to some affiliates link. I don\'t know whether they have impact on my SEO/SERP, but I would like to get