You just created a new web site but want to pass on the search engine rankings of the old one to the new one. What is the most effective and spider/visitor friendly strategy to implement your web site redirection? You should use a 301 redirect.
What is a 301 redirect?
It is used when you want to redirect your web site or web pages. The code "301" is interpreted as "moved permanently". After the code, the URL of the missing or renamed page is noted, followed by a space, then followed by the new location or file name.
Requirements for using a 301 redirect
Apache server.
Most hosting services used these days have Apache servers. Check with your host if you are not sure.
.htaccess file
When a search engine spider requests a web page, your web server will check for an .htaccess file. The .htaccess file contains specific directions that are processed then sent back to the browser.
How do I implement a 301 redirect?
1. Create an .htaccess file - you can use Notepad to create the file. Remember to insert a period at the beginning of the file name with no extension at the end (ie .htaccess).
2. Create a line of code that reads like this:
Redirect permanent / http://www.domainname.com/
The first "/" indicates that everything from the top level of the site down should be redirected.
All current links within the search engine results from the old site will redirect to the top level of your new site.
If you already have an .htaccess file on your server, open it up in Notepad and look for lines of code that are there. If lines of code are present, don't change any of them but leave a space, then insert the above 301 redirect code.
3. Save the .htaccess file to your root directory and upload it to your server.
4. Test it out by typing in the old web site address. You should immediately be redirected to your new web site address.
Redirecting a Web Page
The above example shows how to redirect a whole web site. What if you want to just redirect a web page that you have changed but want to keep the rankings of the old page?
Follow the same steps as above but write the code like this:
redirect 301 /old/old.htm http://www.you.com/new.htm
/old/old.htm (the original folder path and file name)
http://www.you.com/new.htm (new path and file name)
Note:
When the search engine spiders visit your old web site or web pages, they will automatically be redirected to the new web site or web page.
Conclusion:
It may take several weeks or months for the old rankings to be passed on to the new site. Therefore don't remove your old domain name, web site or web pages just yet.
Herman Drost is the Certified Internet Webmaster (CIW) owner and author of http://www.iSiteBuild.com - Affordable Web Site Design and Web Hosting. Subscribe to his "Marketing Tips" newsletter for more original articles. subscribe@isitebuild.com. Read more of his in-depth articles at: http://www.isitebuild.com/articles
|
|
|
|
|
|
|
|
|
|
|


If you are designing a web site for which the... Read More
I can't figure out people who have products or information... Read More
Web usability is perhaps the most important factor in any... Read More
Dear web site visitor.I can't tell you how glad I... Read More
I once created a notepad-like editor. It is possible with... Read More
The concept of web designing based on the nature and... Read More
Whether you're hiring a designer who has created 10 sites... Read More
CNN.com's designers have gone out of their way to make... Read More
They say the eyes are the window to the soul.... Read More
Let's face it. Building a web site that browses consistently... Read More
Novice and professional graphic designers, we are aware that you... Read More
In this article I will give a few tips of... Read More
The time it takes to load your site can make... Read More
There are two important reasons to build your website from... Read More
The HTML editor is usually a webpage design software that... Read More
The problem with designing your site as a graphic, is... Read More
Before you start worrying about marketing your website on the... Read More
In today's world, a web site is virtually mandatory for... Read More
By following feng shui guidelines and techniques, you can build... Read More
Almost everything is available on the web? products, services, e-books,... Read More
Why your site should be developed with CSS and semantic... Read More
Studies done by Jakob Nielson the man touted as the,... Read More
Choosing a web designer can seem like a daunting task.... Read More
There are plenty of web sites out there in which... Read More
Creating your own website is great fun! But how is... Read More
The internet is full of web design companies pleading for... Read More
(1) Create a Direct Response Website, with the minimum number... Read More
One of the most frequent questions I get asked about... Read More
As my occupation is that of a proofreader, one of... Read More
When building your website you might not have a large... Read More
You're almost set. The content of your website, e-book, or... Read More
Think of the people who visit your site as blind... Read More
As a web designer, I have a personal interest in... Read More


Making a successful online business can be a long and... Read More
1. Lack of overall strategy and clear definition of success:Most... Read More
Don't just put your slogan in the title tag when... Read More
Most NGOs (Non-Governmental Organizations) don't understand these important aspects of... Read More
Designing a website is hard job, and requires you to... Read More
So how do you know when your graphic designer costs... Read More
As part of your event planning you should seriously consider... Read More
As a web designer, I have a personal interest in... Read More
If your are a new web designer, you may face... Read More
Do you want to use unsafe web colors without offending... Read More
Does your website make you any money? Does it SAVE... Read More
You can create a website that attracts customers, not repels... Read More
One of the most frequent questions I get asked about... Read More
No, that's not the real question. The real question is... Read More
Everybody talks about the importance of testing your sales copy... Read More
The concept of web designing based on the nature and... Read More
Color is everywhere and conveys a message even if we... Read More
Most websites use similar fonts and as a result have... Read More
You have good traffic, but low client sign ups and... Read More
Before you start worrying about marketing your website on the... Read More
Let's face it. Building a web site that browses consistently... Read More
When you're self-employed, choosing a website designer is a crucial... Read More
If you are anything like me, your website is a... Read More
If you were like me and you have just started... Read More
Whether you're giving a critical sales presentation to a client,... Read More
If you are reading this, I assume you either have... Read More
What is a Website Template?Many smart and savvy businesses are... Read More
I once created a notepad-like editor. It is possible with... Read More
In my web surfing adventures, I've found a few site... Read More
If your website is falling through the cracks, the chances... Read More
What are websites? Are they sales tools for vendors and... Read More
An "include" file is a piece of code that can... Read More
It starts off simply; a few HTML pages, a few... Read More
Web Design |