• Home
  • ASP.NET
  • How to Add Keyword in ASP.NET Application for Search engine optimization (SEO)

How to Add Keyword in ASP.NET Application for Search engine optimization (SEO)

Million of users on the internet are using search engines to search their required information  on daily basis.If you have any website and want more and more traffic from search engines then you have to focus on keywords.

So when you are developing a website and want it to be more SEO friendly then you should add a mechanism that allows your website to have keyword meta tag in your html <head> section.


In this tutorial we will see how can we add keyword meta tag in ASP.NET website through code behind.This will be useful when you have master pages so include these tags in your master pages only.

Following is the code behind for implementation.This will be implemented on the Page_Load event.

Page.MetaDescription = "Keyword,Keyword2,Keyword3,Keyword4,Keyword5,Keyword6";

 

Tagged: , , ,
GetSocial