View Single Post
Old 04-06-2015, 10:06 PM   #3
rizwan
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.
rizwan is offline   Reply With Quote