Duplicate site PR5 and PR6...what should I delete?

Please support our Search Engine Optimization advertiser: Get a Free SEO Analysis!
Reply

Join Date: May 2006
Posts: 11
Reputation: pataya is an unknown quantity at this point 
Solved Threads: 0
pataya pataya is offline Offline
Newbie Poster

Duplicate site PR5 and PR6...what should I delete?

 
0
  #1
Aug 26th, 2006
Hi there,
In the past I have changed hosts many times because of problems, as we all know all hosting companies are not perfect!
This is my problem:
A.
http://xuzo.com
Hosted on siteground.com
Indexed by Google with a PR5
B.
http://www.xuzo.com
Hosted on hostgator.com
Indexed by Google with a PR6
2 sites that look the same and are or might be, I know that Hostgator redirected http://xuzo.com to http://www.xuzo.com
What should I do?
If I set it up so that http://xuzo.com had completely different content than http://www.xuzo.com, would they be seen as 2 different websites, 2 different URL's?
http://www.xuzo.com is the original version, should I delete http://xuzo.com completely?
I don't really feel like throwing away a PR5 property..
Cheers!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: Duplicate site PR5 and PR6...what should I delete?

 
0
  #2
Aug 27th, 2006
Google sees your website with the 'www' (http://www.example.com) as a different page the without (http://example.com). Pages that link to the page without the 'www' are hurting your pages with the 'www' as the PR is essentially being split between the two pages. Fortunately this is easy to fix. Use a 301 redirect to redirect Google, and everyone else, to the 'www' page from the non 'www' page. The code would look similar to this (mod_rewrite required):

Options +FollowSymlinks 
RewriteEngine On 
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC] 
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
To go from the 'www' to non 'www' use this code:
Options +FollowSymlinks 
RewriteEngine On 
RewriteCond %{HTTP_HOST}//s%{HTTPS} ^www\.(.*)//((s)on|s.*)$ [NC] 
RewriteRule ^ http%3://%1%{REQUEST_URI} [L,R=301]
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 24
Reputation: letsjoy is an unknown quantity at this point 
Solved Threads: 0
letsjoy letsjoy is offline Offline
Newbie Poster

Re: Duplicate site PR5 and PR6...what should I delete?

 
0
  #3
Aug 28th, 2006
You should use with www and use 301 as google also recomend 301.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Search Engine Optimization Forum


Views: 1349 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Search Engine Optimization
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC