bot search engine increase hops

vt2011

Regular Member
Joined
Jun 1, 2011
Messages
219
Reaction score
28
it looks like bot traffic from search engines like google increase the hops count stats on my cb account, does anybody have this problem, how to filter them out on the webserver ?
 
if you know the ip or the keyword or the site they cam from
you can easy block them by redirect in php to other web page.
 
block the specific url in robots.txt

Maybe..,
 
Try making your affiliate links nofollow - any decent search engine should obey that attribute

Cheers
 
nofollow is the best solution, but if your CB links are using a cloaker they will filter them out accordingly as well.
 
Shorten your links with a php script.
Have that php script filter out user agents and ips.
Iif the incoming traffic matches that of a search engine, kill the script, else redirect the traffic to the hop link.
 
great, I filter *bot* or *spider*, thx to all.
 
Back
Top