In this Article, i will tell you about two new properties added to the page in ASP.NET 4.O that are
- MetaKeywords
- MetaDescription
By using these two properties you can optimize your site for SEO.
MetaKeywords
List of keyword phrases that you are targets for specific page.
MetaDescription
Meta Description is used to display the content of your page in your earch engines.
Note:Meta Description should not be more then 200 characters.
You can also set these two properties wthin the @Page directive at the top of .aspx pages as shown in below Figure 1.1
Figure 1.1

You can set these two properties programmatically within code-behind page classes as shown in Figure 1.2 . By using programmatically set keywords and description manually or reading them from database.
Figure 1.2

I am using firebug to display the HTML output as you can see in Figure 1.3. At @Page level and on Page Load meta keywords and meta descriptions render and meta tag are display under the head section of HTML output page.
Figure 1.3

Conclusion
In ASP.NET 4.0 it is very easy to declare the keywords and description for the pages. By using MetaKeywords and MetaDescription makes your Web site SEO friendly
Download
Click here to download source code
Password
aamirhasan
Demo
Click here to see online Demo