Can this effect PR?

Discussion in 'Google' started by ecksit, Aug 9, 2008.

  1. #1
    I have a domain, and I have most backlinks to my site going to www.domain.com, but just recently I have found out I also have many links that go to domain.com without the WWW.

    Will there be a seperate PR for the domain with www and the one without?
     
    ecksit, Aug 9, 2008 IP
  2. fantozzi

    fantozzi Member

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    You won't get any penalty points, but it might confuse google, if you don't have the same content on both sites.

    Best practices are:

    1) redirect your site from http://example.com to http://www.example.com (or the other way around)

    2) register on Google Webmaster Tools and make sure your preferred version is set correctly there.
     
    fantozzi, Aug 9, 2008 IP
  3. Headshot0123

    Headshot0123 Peon

    Messages:
    237
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It shouldn't hurt you page rank. Just might take it longer to update.
     
    Headshot0123, Aug 9, 2008 IP
  4. windtalker

    windtalker Well-Known Member

    Messages:
    926
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    145
    #4
    Google may think they are two separate sites, so do a 301 redirect from http://domain.com to http://www.domain.com, or whatever way you prefer. This will transfer any pagerank, links etc.
    Put this in your htaccess file:
    
    RewriteEngine On
    
    RewriteCond %{HTTP_HOST} ^domain.com [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
    
    
    Code (markup):
    Switch "domain.com" with your own url (also you need "RewriteEngine On" only once on the top of the htaccess file, if you have it there already)
     
    windtalker, Aug 9, 2008 IP
  5. Niche

    Niche Peon

    Messages:
    415
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    A slight off topic but you should consider building backlinks to your inner pages as well
     
    Niche, Aug 9, 2008 IP
  6. TheVccMatey

    TheVccMatey Peon

    Messages:
    5,346
    Likes Received:
    208
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Dreamhost allows directing it to www. if needed. I'm pretty sure it does affect your PR
     
    TheVccMatey, Aug 9, 2008 IP
  7. homebizseo

    homebizseo Peon

    Messages:
    4,538
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It will not have an effect.
     
    homebizseo, Aug 9, 2008 IP
  8. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #8
    I would redirect the url to one or the other
     
    Brandon Sheley, Aug 9, 2008 IP
  9. enous

    enous Well-Known Member

    Messages:
    1,500
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    158
    #9
    i think its the same
     
    enous, Aug 9, 2008 IP
  10. tattoos

    tattoos Prominent Member

    Messages:
    1,903
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    335
    #10
    I read here at DP that having links to www and non www url's can affect or water down your PR, but I am not sure how true that is. I have seen some PR checker sites that give results for both the www and non www version of the URL, so maybe there is some truth to it.
    True or not, it is best to play it safe and do as others have said and use a 301 redirect in your htaccess. and also set the www or non www version in webmaster tools.
    I wanted to do this as well, because I noticed links to the non www urls of a few of my sites, but I am on windows hosting, and I don't think there is a .htaccess equivalent.

    I also read here that having links to domain.com and domain.com/index.html can also water down the PR.
    Again I don't know how true it is, but I have set all internal linking on my sites that goes to the homepage to
    <a href="/">home</a>
    Code (markup):
    instead of
    <a href="index.html">home</a>
    Code (markup):
    .
    Not sure weather or not that makes a differance, but best to play it safe. :D

    Cheers
    James
     
    tattoos, Aug 9, 2008 IP
  11. IEmailer.com

    IEmailer.com Well-Known Member

    Messages:
    1,864
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    110
    #11
    It's the best advice, Google treat each one as a single URL and it will affect your ranking as well as the PR value...

    It's called URL Canalization and it's been advised on Matt Blog long time ago:
    http://www.mattcutts.com/blog/seo-advice-url-canonicalization/

    Hope i was helpful - REP is appreciated.
     
    IEmailer.com, Aug 9, 2008 IP
  12. LinkPopularity

    LinkPopularity Peon

    Messages:
    112
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #12
    LinkPopularity, Aug 9, 2008 IP
  13. nistelrooy

    nistelrooy Peon

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I think u must redirect the one without www to the one with www.
     
    nistelrooy, Aug 9, 2008 IP
  14. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #14
    Can this effect PR?

    Yes, as google see the non-www version of the site and www version of the site as two different sites. So you need to redirect one version to the other.

    This code will redirect non-www to the www version

     
    angilina, Aug 10, 2008 IP
  15. mxyzplk

    mxyzplk Well-Known Member

    Messages:
    792
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    140
    #15
    Yeah its make me little bit confuse too... I wonder... who cares about www?
     
    mxyzplk, Aug 10, 2008 IP
  16. tendulkar2

    tendulkar2 Banned

    Messages:
    2,617
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Yes. I saw many people having different pageranks with and without www.
     
    tendulkar2, Aug 10, 2008 IP