Hello,
I have made a visitor counter for a site that adds a record to the database each time a page is viewed. To make it a little more accurate, I was wondering if there is a way to detect if the page is being viewed by a search engine spider instead of a human? That way I could use a condition to not execute the database update if the visitor is a spider... or mark the record "Spider".
A stats program can tell you which spiders visited and how often, so I assume there must be some way that I can detect them in my pages.... ?
Thanks for any and all help!
Peter