The real answer is that it is in fact a total nonsense. Why?
- Today, there are only 4 search engines that generates traffic (alphabetically): Ask, Google, MSN & Yahoo!
- The remaining "honest" robots only steal bandwidth - this is especially important to know if you are on a hosting plan with limited bandwidth.
- The rest of the bots only spam your site and that you don't even know - see more detailed your server log files, in them you will find guaranteed all possible forms of spam.
- Email spam through your registration email is not counted - you'll get that as well like an "additional award".
- Maximally avoid such registration services - both paid and free.
- Type the following lines in your robots.txt file:
User-agent: Googlebot- Type the following lines in your .htaccess file:
Disallow:
User-agent: Slurp
Disallow:
User-agent: msnbot
Disallow:
User-agent: Teoma
Disallow:
User-agent: Jeeves
Disallow:
User-agent: *
Disallow: /
order allow,denyAll of the above will not solve your problems 100%, but they will be dramatically reduced.
deny from env=bad_bot
SetEnvIfNoCase User-Agent "^libwww" bad_bot
SetEnvIfNoCase User-Agent "^libwww-perl" bad_bot
SetEnvIfNoCase user-agent "Indy Library" bad_bot
SetEnvIfNoCase user-agent "noxtrumbot" bad_bot
allow from all
ask.com:
google.com:
live.com:
yahoo.com:




0 comments:
Post a Comment