![]() |
#1 |
Registered User
Join Date: Mar 2015
Location: bangalore
Posts: 13
|
How to add meta tags asp.net ?
how to add meta tags asp.net
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Sep 2013
Posts: 887
|
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
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Last edited by jobtardisport; 04-06-2015 at 11:26 AM.. |
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Jun 2014
Posts: 209
|
Add below code in designer page
<meta id="metaDescription" runat="server" name="Description" /> Now add below code to your .cs page Page.MetaKeywords = "keyword1, keyword2, keyword3"; Page.MetaDescription = "Example of new meta tag";
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#4 |
Registered User
Join Date: Feb 2015
Posts: 329
|
Thanks rizwan post for this.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
what is the most proper way to use Meta Tags? | cioafua | Search Engine Optimization | 4 | 06-27-2025 05:24 AM |
The Sticky for Meta Description, keywords, keyword density, and title tags | sinicline | Search Engine Optimization | 2 | 01-06-2017 10:22 AM |
Optimize the title tags and Meta tags | davianmark | Search Engine Optimization | 2 | 05-23-2012 03:22 AM |
Could it be a problem if meta tags has id attributes | aopo.mark | Search Engine Optimization | 0 | 02-20-2012 09:32 PM |
About Meta tags and title tags | tannerwood638 | Search Engine Optimization | 5 | 12-03-2011 07:15 AM |