0
kicks
SEO Improvements in ASP.NET 4
Looking to increase your web site's "discoverability" on the web to ultimately drive more traffic to your site?
ASP.NET 4.0 has a few new features coming to help you improve the SEO of your web site:
Page.MetaKeywords and Page.MetaDescription properties
One of the nice improvements with ASP.NET 4 Web Forms is the addition of two new properties to the Page class: MetaKeywords and MetaDescription that make programmatically setting the “keywords” and “description” <meta> tags within the <head> section of your HTML much easier and cleaner.