Google caching without the "www." is this a problem?

Discussion in 'Site & Server Administration' started by DocArzt, Mar 25, 2006.

  1. #1
    I notice that google caches my site as "http://thetailsection.com" instead of "http://www.thetailsection.com"

    Does that represent a problem?
     
    DocArzt, Mar 25, 2006 IP
  2. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #2
    IMO you might have some problems when you'll use subdomains.
     
    SEO Guru, Mar 25, 2006 IP
  3. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #3
    maybe this is due of someone linking to your : thetailsection.com instead of the domain with www.

    i dont see why he should have prob when adding subdomains ?
     
    commandos, Mar 25, 2006 IP
  4. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #4
    His domains might face some difficulty while indexing IMO
    Maybe you are correct in that backlinks statement
    but
    Google with link:http://thetailsection.com/
    Google with link:http://www.thetailsection.com/
    :rolleyes:
     
    SEO Guru, Mar 25, 2006 IP
  5. DocArzt

    DocArzt Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Could this be a result of internal linking on the site? I think I might be linking internally without the www....
     
    DocArzt, Mar 25, 2006 IP
  6. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #6
    SEO Guru, Mar 25, 2006 IP
  7. cms

    cms Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    What you should do is create a .htaccess file that redirects *.com to www.*.com, that way, search engines will link to the right one.
     
    cms, Mar 25, 2006 IP
  8. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #8
    SEO Guru, Mar 25, 2006 IP
  9. alien

    alien Well-Known Member

    Messages:
    1,844
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    190
    #9
    I am also seeing same type of problem with my site.
     
    alien, Mar 25, 2006 IP
  10. romance

    romance Well-Known Member

    Messages:
    340
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #10
    this can cause canonical problems whereby google indexes both the www and the non www version of your site, then sees its exactly the same content and whacks a dup penalty on you. Bigdaddy was supposed to of sorted the issue, but we know how well thats working out :)

    if you add the following to your .htaccess file at the root of the doman it will perform a 301 redirect from non www to www.

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
    RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]

    I place the above by default on all my domains just in case.
     
    romance, Mar 26, 2006 IP
  11. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #11
    As mentioned you want to 301 redirect from the non www version to the www version, to prevent any PR dilution.
     
    dcristo, Mar 26, 2006 IP
  12. DocArzt

    DocArzt Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12

    Nope, it is actually Blogger.
     
    DocArzt, Mar 26, 2006 IP
  13. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #13
    SEO Guru, Mar 27, 2006 IP
  14. DocArzt

    DocArzt Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Thanks guru. Does this affect rankings? or is it an aesthetic thing?
     
    DocArzt, Mar 27, 2006 IP
  15. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Well, search engines will obviously appreciate urls like
    http://www.thetailsection.com/lost-episode-guide.html
    instead of
    http://www.thetailsection.com/lost%20episode%20guide.html
    Do you still need an explanation for this? :rolleyes:
     
    SEO Guru, Mar 27, 2006 IP
  16. DocArzt

    DocArzt Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Nope...thanks for the tip... implementing... ;)
     
    DocArzt, Mar 27, 2006 IP
  17. grandmac

    grandmac Guest

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Romance,
    Could you explain to me what I am sure must be obvious to others, but not to me, what and where ".htaccess file at the root of the doman" is?
    Thanks
     
    grandmac, Mar 28, 2006 IP
  18. SEO Guru

    SEO Guru Peon

    Messages:
    1,117
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    0
    #18
    In apache/linux its a hidden file, u need to change settings in ur hosting panel to show .htaccess file
    and in IIS/windows its htaccess.txt :)
     
    SEO Guru, Mar 28, 2006 IP