| Important Announcement: *Lost Your Search Engine Traffic?* |
![]() ![]() |
May 24 2005, 03:38 PM
Post
#1
|
|
|
HR 2 ![]() ![]() Group: Members Posts: 10 Joined: 19-April 05 User's local time: Sep 9 2010, 04:32 AM Member No.: 7,208 |
Hey folks,
I have run across a situation where a business needs SEO for a site but has 2 other exactly identical web sites with different domains. They are all indexed by Google but not yet penalized. I want to 301 redirect two of the sites to the one I am optimizing. My question is, to be safe from a Google penalty how long should I redirect? I want the client to eventually eliminate the hosting for the two domains as it is a wasted expense. Instead of redirecting would I be better off to just shut the two sites down? ANy suggestions? |
|
|
|
May 24 2005, 03:58 PM
Post
#2
|
|
![]() HR 9 Group: Moderator Posts: 4,636 Joined: 13-August 03 User's local time: Sep 9 2010, 08:32 AM From: Blackpool UK Member No.: 492 |
The 301 should stay in place permanently, simply because if links to the other sites exist they will be reindexed once the 301 is taken down and you can move all the hostnames to one server and still maintain the redirect.
You could shut down the other sites but you would lose any link pop or useful traffic they may well be providing. |
|
|
|
May 24 2005, 04:45 PM
Post
#3
|
|
![]() High Rankings Advisor Group: Admin Posts: 30,004 Joined: 21-July 03 User's local time: Sep 9 2010, 03:32 AM From: Ashland, MA Member No.: 2 |
You can use the technique in the [url=http://www.highrankings.com/issue060.htm#seo]Redirecting Multiple Domains[/url] article, and all should be fine.
|
|
|
|
May 25 2005, 03:37 PM
Post
#4
|
|
![]() HR 3 ![]() ![]() ![]() Group: Active Members Posts: 87 Joined: 17-December 03 User's local time: Sep 9 2010, 03:32 AM Member No.: 1,677 |
If you don't have your own server, or 2 hosts like required in Jills technique. You can do the following in you htaccess file. Then you can have all your domains at 1 IP, and 1 host.
RewriteEngine on RewriteCond %{HTTP_HOST} www.old_domain\.com [NC] RewriteRule ^(.*)$ http://www.new_domain.com/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^old_domain\.com [NC] RewriteRule ^(.*)$ http://www.new_domain.com/$1 [L,R=301] This post has been edited by wholland: May 25 2005, 03:47 PM |
|
|
|
![]() ![]() ![]() |
|
Lo-Fi Version | Time is now: 9th September 2010 - 02:32 AM |