Posts

Showing posts from September 23, 2010

ASP.NET 4.0 Feature - MetaKeywords and MetaDescription Properties

Image
Let us see the new feature in ASP.NET 4.0 know as the “MetaKeywords and MetaDescription Properties”. These are new runtime properties added for search engine optimization. Which otherwise means that it will help for search engines searching for relevant pages. We can use the same as seen below in the code behind file in the page_load The other way to implement this is in the page directive section on the aspx page as seen below Hope this was cool feature. Please add your comments or suggestions. Cheers!!!