![]() |
A Plan for Changing your Domain NameWhether you're launching a new site design, changing your directory structure, or - gasp - changing your domain name, your site traffic and search engine rankings will, in one way or other, be affected. Short Term Plan: Redirecting Your Old TrafficChanging a domain name is in essence changing your address. Just like you'd inform both the postal services and your correspondents of a change in postal address, the same applies on the Net. Failing to do this will land your current and new visitors on an error 404 (page not found) page. Think of it as an immediate "return to sender" action. Bad! To prevent this from happening , a redirect 301 (otherwise known as a "moved permanently" command) should be added to the old site when the new domain goes live. This code is sent to a browser or bot, telling it that the file being requested has permanently moved and, as such, will redirect all traffic from the old domain to the new domain. This is also the way of informing the search engines that your files have permanently moved. Good! How to Add a Redirect 301 : Redirecting a site with many directory folders to a new domain with a similar structure should be done using: redirect 301 /old/old.htm http://www.new.com/new.htm /old/old.htm (this is the original folder path and file name) /old/old.htm (this is the original folder path and file name) http://www.new.com/new.htm (this represents the new path and file name) If you are using the same paths and filenames, but only the domain name has changed, then a simple way to perform a site redirect is: redirect 301 / http://www.new-domain-name.com/ "/"(after the 301) indicates that everything from the top level of the site down will be redirected to the new URL. When changing domain names and/or folder names that contain large numbers of files, there are more powerful commands using the Apache mod_rewrite module. But the above are the most common and easiest ways to perform a domain changeover for most sites. Reclaiming your Links : The first place to start is your website's stats to find out where your current traffic is coming from. This will give you a list of sites that currently generate most of your traffic. These sites will urgently need to be informed of your domain change. The next step is to identify all the inbound links to your site. Remember that all these inbound links from other sites are of no use now because the URL they point to no longer exist. All search engines use link popularity as one of their criterion for rankings. Making contact with all your link partners requesting them to change the URL pointing to your new site is a lengthy but very important task. The sooner this is done, the sooner the new site will get indexed and start ranking well. At the same time, the new site should be submitted to as many new industry-specific portals and directories. Informing the World : This could be done on press release sites such as PRWeb.com or high-traffic, industry-related authority sites. Whatever press release your issue, remember to include a link to your new website. Long Term : Unfortunately nothing on the Net is permanent. In order to stay ahead of technology and user behaviour, a site needs to be maintained. This is both on and off page. Here are the best ways of insuring this: * Continue to create useful, high quality pages. But again, remember...
Back To: Article Index |
| All rights reserved. Various trademarks and logos held by their respective owners. Copyright 2000-2007, Orange Tree Internet Service, LLC |