Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

bots IP address

Status
Not open for further replies.

PaullasPaullas is verified member.

Acorn Moderator
Nominet Member
Nominet Registrar
Hosting Provider
Domain Marketplace
Parking Service
Joined
Jul 13, 2004
Posts
5,868
Reaction score
400
do bots have set IP address? if they do can you put them in a db to block bots from clicking affiliate links, or is this not advisable.
 
I believe Google actually requests that you actively monitor your sites traffic and filter out as much as you can. I read a post on the adsense blog about this the other day.

I wrote a script that connects into an API for a database of suspect IP it then disables links or displaying google ads.
 
do bots have set IP address? if they do can you put them in a db to block bots from clicking affiliate links, or is this not advisable.

Yes if you use an affilaite program like EPN which uses a CPC based program, you should definitely block as many bots as possible as they will deminish the quality of clicks and therefore the value of click.

For a program like Amazon Ass it shouldn't really matter as you're paid on products sold.

Get a current list of bots from Google and add them to your robots.txt file in this format to block single known bots:

User-agent: *
Allow: /
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content
Disallow: /search/*/feed
Disallow: /search/*/*

Or add this to block them all:

# go away
User-agent: *
Disallow: /
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom