Erwin's Blog

Developing with .NET

Browse by Tags

All Tags » Crawler (RSS)
How to detect search engine crawlers?
Today I was looking for a solution how to detect when a client is a search engine crawler, you can create a fancy solution for this, but in the .NET framework their is already a solution to detect search engine crawler. The property Request.Browser.Crawler...
More Posts