Search Optimization
  Home arrow Search Optimization arrow Page 6 - Website Re-launch and Maintaining Sear...
SEO Chat Forums  
Choosing Keywords  
Google Optimization  
Link Trading  
MSN Optimization  
Search Engine News  
Search Engine Spiders  
Search Optimization  
Web Directories  
Website Marketing  
Website Promotion  
Website Submission  
Yahoo Optimization  
SEO Tools
Adsense Calculator
AdSense Preview
Advanced Meta-Tags
Alexa Rank Tool
Check Server Headers
Class C Checker
Code to Text Ratio
CPM Calculator
Domain Age Check
Domain Typos
Future PageRank
Google Dance
Google Keywords
Google Search
Google Suggest
Google vs Yahoo
Indexed Pages
Keyword Cloud
Keyword Density
Keyword Difficulty
Keyword Optimizer
Keyword Position
Keyword Typos
Link Popularity
Link Price Calculator
Meta Analyzer
Meta Tag Generator
Multiple Link Popularity
Page Comparison
Page Size
PageRank Lookup
PageRank Search
Robots.txt Generator
ROI Calculator 
S.E. Comparison 
S.E. Keyword Position 
Site Link Analyzer 
Spider Simulator 
URL Redirect Check 
URL Rewriting 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
Sun Developer Network 
SEO Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
SEARCH OPTIMIZATION

Website Re-launch and Maintaining Search Rankings
By: Darrel Houle
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 17
    2003-12-15

    Table of Contents:
  • Website Re-launch and Maintaining Search Rankings
  • Working with Leftovers
  • Sitemaps as Search Engine Food
  • Doing the While Shebang
  • Quick Points on Website Structure
  • The Web Page
  • What about the In-bound Links to the Old Web Pages?
  • No Matter What You Do...
  • When Should I Roll Over The Website?

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Website Re-launch and Maintaining Search Rankings - The Web Page


    (Page 6 of 9 )

     

    We certainly don't want to create 404s by renaming all the old pages to new ones. There are cases when you're going to want to retain remnants of the old site, but you have to change the web page's name. An example of this is when the website moves from a static website to one driven by an application language like ASP, PHP, or CFM. What do you do then?

     

    There are two strategies you can use:

     

    Strategy 1 - Retain the web page under its old name, but give it the new design. Do not create duplicate content on your website by copying and pasting this content into the new website. Duplicate content is a mistake that can cost your website its rankings. Search engines frown upon duplicate content. Instead, create new content for the new website which accomplishes the same goals as the old content. In effect, you have two pages, with similar content.

     

    Strategy 2 - Implement 301 Permanent Redirects on the old pages to redirect to the new pages. This is the preferred method. The 301 Permanent Redirect informs search engine spiders that the web page previously at this location has been 'Permanently' moved. In the case of Google, all PageRank will be moved over to the new page. In time the old web page will fade from the search engine indexes and be replaced by the new web page.

     

    I have a few 301 scripts that can be pasted into the top of old web pages. Of course, these will only work if the web page is using the appropriate application language:

     

    For Coldfusion:

     

    <cfheader statuscode="301" statustext="Permanent Redirect">

    <cfheader name="Location" value="http://www.yourwebsite.com/newdirectory/newpage.htm">

     

    For ASP:

     

    <%

    Response.Status = "301 Moved Permanently"

    Response.addheader "Location", "http://www.yourwebsite.com/newdirectory/newpage.htm"

    Response.End

    %>

     

    For PHP:

     

    <?php
    header("HTTP/1.1 301");
    header("Location:
    http://www.yourwebsite.com/newdirectory/newpage.htm");
    ?>

     

    Apache server, you can add 301s to the the .htaccess file:

     

    Redirect 301 / http://www.newsite.com/
    Redirect 301 /olddirectory/ http://www.newsite.com/newdirectory/
    Redirect 301 /olddirectory/oldpage.html http://www.newsite.com/newdirectory/newpage.html

    Once you have implemented the redirects, you should check the headers to ensure they are sending 301 Permanent Redirects: http://www.webmaster.bham.ac.uk/headers/.

    Unfortunately, if you have a completely static web page on an IIS server you only have one option I am aware of. Your web host can set up the IIS server to do a server-side 301 redirect. The hitch is that the 301s are only at the domain level (e.g.: http:www.olddomain.com --> http://www.newdomain.com). This is not too helpful when you just want to change your web page's name. Your options for static pages are:

    1. Use Strategy 1; or,

    2. Place a notice on the old web page that this page has moved to another location. Place a text link on the web page so the visitor and spider can find its way to the new location.

    Whether you're using Strategy 1 or 2, once the new web pages are indexed and are doing well, it's time to work on flushing the old web pages from the search engines' indexes. To do this you can paste the following into the head of the old web pages:

    <meta name="robots" content="noindex, nofollow">

    This informs the robot not to index this web page any longer. In time, the page should fade from the search results. Keep an eye on your logs to determine when these pages are no longer accessed and it's safe to archive them permanently.

     

    More Search Optimization Articles
    More By Darrell Houle


     

    SEARCH OPTIMIZATION ARTICLES

    - SEO Tricks That Will Lower Your Rankings
    - Building Search Engine Tag Trails
    - Blocking Complicated URLs with Robots.txt
    - Is Your Web Content Accessible?
    - Links and More SEO Tips for Beginners
    - Ten SEO Guidelines
    - SEO Overview and Tips for Beginners
    - Stumbling Blocks to Web Site Success
    - Web Pages to Include in Your Site
    - Big Sites Don`t Automatically Rule Search En...
    - You Need More Than One Site Map
    - The Whys and Hows of Video Search Optimizati...
    - An SEO`s Experience: 21 Rules for Performing...
    - An SEO Eyeful: Interview with Ronald Herskow...
    - Research Your Competition for SEO





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
    Stay green...Green IT