ASP.NET, HTTP 404 and SEO
- by paxer
The other day our SEO Manager told me that he is not happy about the way ASP.NET application return HTTP response codes for Page Not Found (404) situation. I've started research and found interesting things, which could probably help others in similar situation.
1) By default ASP.NET application handle 404 error by using next…