How can one detect the search engine bots using php??
|
feedback
|
|
Here's a Search Engine Directory of Spider names Then you use
| ||||
feedback
|
|
Check the http://www.useragentstring.com/pages/All/ Or more specifically for crawlers: http://www.useragentstring.com/pages/Crawlerlist/ If you want to -say- log the number of visits of most common search engine crawlers, you could use
| ||||
|
feedback
|
|
You could analyse the user agent ( | ||||
|
feedback
|
That would be the ideal way to cloak for spiders. It's from an open source script called [YACG] - http://getyacg.com Needs a bit of work, but definitely the way to go. | |||
|
feedback
|