Microsoft's .Net Framework 4 has added two new properties to the Page object for dealing with common SEO needs. The new properties are MetaKeywords and MetaDescription. These can be set in the page, in the code-behind or in the @Page tag to control the keywords and description metatags in <head>.
ASP.Net 4 (actually part of .Net 3.5 SP1) also adds routing, a concept that has been around for quite some time in other platforms. Routing is another way of satisfying SEO needs by making user-friendly and search engine-friendly URLs. For example, instead of a blog post URL like:
http://foo.com/blogs?post=3245
routing lets you map page routes to more meaningful urls:
Comments
Post new comment