I'm building a search engine (for fun) and it has just struck me that potentially my little project might wreak havok by clicking on ads and all sorts of problems.
So what are the guidelines for good webcrawler 'Etiquette'?
Things that spring to mind:
Stopping the crawler from clicking on ads - This one is particularly on my mind at the moment... how do i stop my bot from 'clicking' on ads? if it is going straight to the url in the ad is it counted as a click?
You don't read only the robots.txt instruction. You should also see the meta tags with noindex and nofollow.
About the ad question, I'm not sure, but I guess if you just read the links and then some other time enter the page, the entered page will have no info on how you got that address, and can't charge the site for the "pseudoclick"
Don't follow links marked as rel="nofollow".
Also, you don't have to worry about ads. If you spider only HTML text of a page, then in most cases you won't get ad links there - they are generated on client using javascript.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With