xGc
Would you like to react to this message? Create an account in a few clicks or log in to continue.

xGc

Xtreme Gaming Community
 
HomeLatest imagesSearchRegisterLog in

 

 Optimizing a .Net Dynamic website

Go down 
AuthorMessage
martin2020




Posts : 360
Join date : 2011-03-07

Optimizing a .Net Dynamic website Empty
PostSubject: Optimizing a .Net Dynamic website   Optimizing a .Net Dynamic website I_icon_minitimeWed May 04, 2011 2:32 am


One issue which is faced while optimizing a Dynamic website is: how to optimise a website having Master and Child Pages...

Here is a solution which I find below : just add the server tags accordingly in master and child pages.

Add below text in master page:

<head>
<asp:contentplaceholder id="seo" runat="server" />
</head>


Add below text in all child pages which used above mentioned Master page:


<asp:content id="childseo" runat="server" ContentPlaceHolderID="seo" >
<meta name="keywords" content="enter your content here" />
<meta name="description" content="enter your content here" />
</asp:content>
<asp:content>...other content to design or code child page...</asp:content>
============================
SEO UK|Search Engine Marketing
Back to top Go down
 
Optimizing a .Net Dynamic website
Back to top 
Page 1 of 1
 Similar topics
-
» What is the website design sidereel use?
» How to assess website SEO?
» Suggest name for website and SEO company?
» How to use website design using Webs...
» How could I add BLOG services in my website ???

Permissions in this forum:You cannot reply to topics in this forum
xGc :: xGc Forum :: Clanwars-
Jump to: