|
|
11-01-2010, 08:01 AM
|
Junior Member
GB Newbie
|
|
Join Date: Nov 2009
Posts: 5
|
|
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>
|
11-01-2010, 06:25 PM
|
Junior Member
GB Newbie
|
|
Join Date: Dec 2008
Posts: 11
|
|
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.
|
12-23-2010, 01:55 AM
|
Member
GB Advanced User
|
|
Join Date: Aug 2010
Posts: 55
|
|
Most of the dynamic pages face round trip problem like all pages shows same content of homepage to crawler.
|
12-28-2010, 07:03 AM
|
Junior Member
GB Newbie
|
|
Join Date: Dec 2010
Location: India
Posts: 3
|
|
Pages generating out of master pages (child pages) are quite tricky to rank well.
__________________
Any one interested in SEO Services Please mail me at - SEO Consultant
Price: $5/hour, Guaranteed ranking
Skype: seoexpert.vijay
|
07-11-2011, 07:34 AM
|
Member
GB Advanced User
|
|
Join Date: Oct 2010
Posts: 87
|
|
Re:
According to me you can optimize dynamic website different way compare to static website because you have to change all the things.
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
My Website Redone
|
deboty |
Building Websites |
2 |
10-29-2008 08:23 AM |
a good website
|
kings219 |
Building Websites |
0 |
08-18-2006 09:53 PM |
Dynamic vs Static
|
Anonymous |
Building Websites |
1 |
05-25-2006 12:13 PM |
|
All times are GMT -5. The time now is 04:01 PM.