Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Search Engine Optimization (http://siteownersforums.com/forumdisplay.php?f=16)
-   -   How to add meta tags asp.net ? (http://siteownersforums.com/showthread.php?t=153581)

Nandigifts 04-06-2015 07:00 AM

How to add meta tags asp.net ?
 
how to add meta tags asp.net

jobtardisport 04-06-2015 11:16 AM

I tried doing the following as above : if( !IsPostBack ) { //Meta Tags. var metaTags = new HtmlMeta { Name = "W", Content = "Smart"}; Header.Controls.Add(metaTags); metaTags = new HtmlMeta { Name = "W.cg", Content = "afasfsa" }; Header.Controls.Add(metaTags); Gives me an error : Cannot modify controls collection. Your help would be appreciated

Online condom store in India || Buy Kamasutra and KS condoms

rizwan 04-06-2015 10:06 PM

Add below code in designer page



Now add below code to your .cs page

Page.MetaKeywords = "keyword1, keyword2, keyword3";
Page.MetaDescription = "Example of new meta tag";

Nikita Patil 04-08-2015 02:01 AM

Thanks rizwan post for this.


All times are GMT -7. The time now is 12:59 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.