SEO URLs with ASP.NET MVC
Is there a definite DO and DONT when implementing seo urls? A lot of good practise seems fine for .html sites but breaks down on medium/large database sites. AFAIK the url should be www.mysite.com/category/page-name-here If I wish to make a content rich site and be default the category and page are database driven - does this prevent me from having pages such as www.mysite.com/about or www.mysite.com/home as the about and home pages could conflict. Although the routing engine is flexible, is the above feasible and/or worthwhile? -edit- Just to elaborate on my question, is it possible to