Why is my PR better without the www?

Discussion in 'Google' started by Crash-test dummy, Dec 14, 2006.

  1. #1
    I have a site that's been messed around lately (moving from a previous domain and then having to drop the redirection due to trademark laws).

    My sites traffic has plummetted - as one would expect - but I notice that my PR is showing 0 for www.gardeningtipsnideas.com while it shows PR5 if I check using just gardeningtipsnideas.com with out the www.

    Any ideas as to why this may be the case?
     
    Crash-test dummy, Dec 14, 2006 IP
    Mong likes this.
  2. mjewel

    mjewel Prominent Member

    Messages:
    6,693
    Likes Received:
    514
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Because google views them as two different urls.

    If you have modrewrite enabled, add this to your htaccess file.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^gardeningtipsnideas\.com$ [NC]
    RewriteRule ^(.*)$ http://www.gardeningtipsnideas.com/$1 [R=301,L]
     
    mjewel, Dec 14, 2006 IP
    Mong likes this.
  3. manwanis

    manwanis Peon

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    manwanis, Dec 14, 2006 IP
    KC TAN likes this.
  4. Crash-test dummy

    Crash-test dummy Peon

    Messages:
    61
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Cheers mjewel. Just waiting on my hosting company to sort this out so I can edit the file.
     
    Crash-test dummy, Dec 14, 2006 IP
  5. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can also go into google sitemaps and tell google which URL you think should be primary. That way you don't have to do the rewrite. Google will just transfer the pr from without WWW to with WWW. Google is smart - remember that. They CAN figure out that the two are the same.
     
    kh7, Dec 15, 2006 IP
    KC TAN likes this.
  6. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #6
    Yes, try out this option in your Google sitemap account. The reason why you have a higher PR for the non-www domain is because people are linking to your site through the non-www address :)
     
    KC TAN, Dec 15, 2006 IP
    Mong likes this.
  7. Antonio

    Antonio Well-Known Member

    Messages:
    1,504
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    155
    #7
    I had the same problem before, and the reason is dmoz listed the domain without www and SE indexed the pages without www.

    Maybe your backlinks is pointing to the domain without www.
     
    Antonio, Dec 15, 2006 IP