Computer Forums

Computer Forums (http://www.geekboards.com/forums/index.php)
-   Building Websites (http://www.geekboards.com/forums/forumdisplay.php?f=3)
-   -   Optimizing a Dynamic website (http://www.geekboards.com/forums/showthread.php?t=15600)

samlko 11-01-2010 07:01 AM

Optimizing a Dynamic website
 
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>

sara_criss 11-01-2010 05:25 PM

Re:
 
Well i added master and child page for my website.
There is issue regarding their SEO.Its working perfectly fine.
may be there a plus point with this.

trafficup 12-23-2010 12:55 AM

Most of the dynamic pages face round trip problem like all pages shows same content of homepage to crawler.

SEConversions 12-28-2010 06:03 AM

Pages generating out of master pages (child pages) are quite tricky to rank well.

John23 07-11-2011 06:34 AM

Re:
 
According to me you can optimize dynamic website different way compare to static website because you have to change all the things.


All times are GMT -5. The time now is 01:14 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.