When you are the end user of a domain, you might decide to develop it or to redirect it to an existing website. Even if you plan to develop the domain, you can make good use of it during the development process by forwarding any traffic the domain receives to your current site. Another good example of redirecting is also used for misspellings. Google has its bases covered with common misspellings. Googel.com redirects to Google.com.
There are several types of redirects and several ways to achieve them. The most common being the 301 redirect. This isn’t ground breaking news to any experienced domainers or developers, but worth a post none the less. The 301 redirect code indicates the permanent move of a page to a new address. It is also the only redirect fully understood by search engines when indexing a site. This makes it highly important when taking SEO into consideration.
The 301 redirect can often be setup right in the cpanel of your hosting service as pictured below, if supported there. Otherwise, you can use different methods using code such as PHP or Java. You can also make the change in your htaccess file. Check out this page at WebConfs.com for further coding examples and a nice tool to check for the proper search engine friendly configuration of your redirect.
There are also pay services available that offer to redirect your domain, but those are not necessary if your server is properly configured and the options above are available to you.
2 comments
I think the important thing to realize about the difference between a 301 and a 302 redirect (301 – permanent vs. 302 – found) is that search engines will transfer any page relevance they have for the redirected domain TO the redirect destination if the redirect is a 301.
They will not do this for a 302.
This is something domainers should be aware of, as they are basically assigning the “pagerank” of their domain to the redirect destination when they use a 301.
@Mark – That’s an excellent point and one I was unaware of. Definitely a point to consider when redirecting.