So you've finally finished your next masterpiece of a website. Everything is tested and working great. The user interface is immaculate and the design is truly something to behold. Time to push it live and start rolling in the money, right? Well, there is one more user demographic that you still need to satisfy - the search engines! Unless, of course, you don't *need* any of that free targeted search traffic??
One of the strengths of ASP.NET development with Visual Studio is the relative ease in which you can create a functional dynamic site. At the same time, one of it's weaknesses is the relative ease in which you can create a functional dynamic site that is confusing, if not completely unusable, by a search engine robot.
Here's a checklist of five common mistakes that ASP.NET and the Viewstate/Postback model of development make it far too easy for unsuspecting developers to make:
More...