T
T
Timur Usmanov2016-05-16 11:58:25
Search Engine Optimization
Timur Usmanov, 2016-05-16 11:58:25

What is share-buttons.xyz traffic and how to deal with it?

Good afternoon. Today in my Google Analytics report I saw an unusual traffic source with share-buttons.zyx They explained to me that this is refspam. I googled, roughly understood what it was, but I didn’t fully understand how it harms my site. And how to get rid of it? As I understand it, you need to do settings in Analytics, do you need to prescribe anything else in .htaccess?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kiper, 2016-05-16
@Kipeer

I usually write the following directives in .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 ######## ##########################

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question