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
FAQ Community Calendar Today's Posts Search

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
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 


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 06:42 PM.


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