Computer Geeks

Computer Geeks

Geek Shop

Geek News

Geek Stuff

Science Geek

Computer Gaming

Linux Chat

Building Websites

Computer Forums

Computer Help Forum

Computer Hardware Forum

Computer Software Programs


Go Back   Computer Forums > Building Websites

Building Websites This section covers all aspects of publishing, developing and maintaining websites. Topics include: website design, graphic design, website programming, web hosting, website marketing (SEO, link exchange, publicity, advertising), monetization & etc.

Computer Geeks
» Active Discussions
Computer Geeks
No Threads to Display.
» Other Websites
- Software Publishing

- Server Hardening
Reply
 
Thread Tools Display Modes
  #1  
Old 11-01-2010, 07:01 AM
samlko samlko is offline
Junior Member
GB Newbie
 
Join Date: Nov 2009
Posts: 5
Default 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>
Reply With Quote
  #2  
Old 11-01-2010, 05:25 PM
sara_criss sara_criss is offline
Junior Member
GB Newbie
 
Join Date: Dec 2008
Posts: 11
Default 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.
Reply With Quote
  #3  
Old 12-23-2010, 12:55 AM
trafficup trafficup is offline
Member
GB Advanced User
 
Join Date: Aug 2010
Posts: 55
Default

Most of the dynamic pages face round trip problem like all pages shows same content of homepage to crawler.
Reply With Quote
  #4  
Old 12-28-2010, 06:03 AM
SEConversions SEConversions is offline
Junior Member
GB Newbie
 
Join Date: Dec 2010
Location: India
Posts: 3
Send a message via Skype™ to SEConversions
Default

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
Reply With Quote
  #5  
Old 07-11-2011, 06:34 AM
John23 John23 is offline
Member
GB Advanced User
 
Join Date: Oct 2010
Posts: 87
Post Re:

According to me you can optimize dynamic website different way compare to static website because you have to change all the things.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My Website Redone deboty Building Websites 2 10-29-2008 07:23 AM
a good website kings219 Building Websites 0 08-18-2006 08:53 PM
Dynamic vs Static Anonymous Building Websites 1 05-25-2006 11:13 AM

Powered by vBadvanced CMPS v3.2.3

All times are GMT -5. The time now is 04:33 AM.


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