Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

SEO optimization: add meta tags to ASP.NET page programmatically

0.00/5 (No votes)
23 Feb 2012 1  
Using MasterPage.master for ASPX pages, in Visual Studio 2008 and 2010, an ASP content area is automatically created for use within the head section of the HTML code when you create a new page using a master page.If you aren't using Visual Studio, you can create a content area for the head...

Using MasterPage.master for ASPX pages, in Visual Studio 2008 and 2010, an ASP content area is automatically created for use within the head section of the HTML code when you create a new page using a master page.


If you aren't using Visual Studio, you can create a content area for the head section using ContentPlaceholderID="head".


Inside the ASP ContentID tag identified by ContentPlaceHolderID="head", you can place head tag information specific for that page.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here