seems i found it
you can detect the user agent with PHP, so you could tell if the visitor was using IE/mozilla, or if the visitor was actually google. It would probably be easier to add in a check for the most common user agents that web browsers have, then assume everything else is a bot/spider, rather then the other way around.
John
|