Answer the question
In order to leave comments, you need to log in
How can I block the transition from sites to mine?
Hello. I have been attacked by spam bots for a week and how else to call them (Bad traffic)
with.new.year.rf - sessions from it: 240
traffic2cash.xyz - sessions from it: 200
share-buttons.xyz - sessions from it: 80
site66912937.snip.tw - sessions from it: 26
site4866197.snip.tw - sessions from it: 17
site-69566523-1.snip.tw - sessions from it: 14
googlemare.com - sessions from it: 12
w3javascript.com - sessions from it: 9
The site is still 2 months old, as I understand it, the data for the transition is harmful
Help block their access to my site. I contacted the provider's support and they advised me to write the following in .htaccess:
SetEnvIfNoCase User-Agent Ahrefs bad_bot
SetEnvIfNoCase User-Agent AhrefsBot bad_bot
SetEnvIfNoCase User-Agent Spider bad_bot
SetEnvIfNoCase User-Agent None bad_bot
Order Allow,Deny
Allow from all
Deny from env=
bad_bot
Answer the question
In order to leave comments, you need to log in
Hello. I have been attacked by spam bots for a week and how else to call them (Harmful traffic)
DNSBL check: in the list -> 403.
Make a white list of referral domains (there are not so many of them): otherwise -> 403
Also, you can check the PTR record.
The mechanics are comparable to the fight against email spam.
want advice? just promise that you will, because your question appears once a week.
happy.new.year.rf, traffic2cash.xyz and the like don't visit your site at all. They simply register their pseudo-visits in your analytics.
Therefore, you need to set up filters in your analytical reports, for example, this is how it is done in Google Analtics .
thanks for the replies folks, clarified. And then many people say they say, but they could not say what it is! THX
I had a similar problem, there were 300 visitors per day on the new site, 98% of bounces
helped to put a redirect in htaccess
RewriteCond %{HTTP_REFERER} http://1ink.cc/.*$ [NC]
RewriteRule ^$ https://google.com [R]
RewriteCond %{HTTP_REFERER} http://simplemp3music.download/.*$ [NC]
RewriteRule ^$ https://google.com [R]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question