Google Caching Wrong Homepage

Discussion in 'Site & Server Administration' started by dwanthny, Nov 3, 2005.

  1. #1
    I have a blogger site, illusionsetc.blogspot.com (PR6). Twice in the last week google dropped this page from being cached and cached www.illusionsetc.blogspot.com (PR4).

    The main problem with this is when this happens I drop from 15 in google for "optical illusions" to off the chart. I still sit as #1 in MSN and #5 in Yahoo.

    The url with www in front shouldn't exist, how do I go about correcting this?
     
    dwanthny, Nov 3, 2005 IP
  2. NetMidWest

    NetMidWest Peon

    Messages:
    1,677
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't know if blogspot allows a .htaccess file or not, but if so, put this in it:

    RewriteEngine on
    Options +FollowSymLinks
    <IfModule mod_rewrite.c>
    RewriteCond %{HTTP_HOST} .
    RewriteCond %{HTTP_HOST} !^illusionsetc\.blogspot\.com [NC]
    RewriteRule ^(.*) http://illusionsetc.blogspot.com/$1 [R=301,L]
    </IfModule>
    Code (markup):
    I think that will work for you. Try accessing the www version after adding that.
     
    NetMidWest, Nov 3, 2005 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    It doesn't (you can't upload files either).
     
    digitalpoint, Nov 3, 2005 IP
  4. NetMidWest

    NetMidWest Peon

    Messages:
    1,677
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I guess the only option is to find the link and have it changed.
    Check and see if it is in your own site first.
     
    NetMidWest, Nov 3, 2005 IP
  5. dwanthny

    dwanthny Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Since Google owns blogger you'd think the htaccess config would be automatic.

    :confused:
     
    dwanthny, Nov 3, 2005 IP
  6. dwanthny

    dwanthny Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I checked backlinks in google for the site that starts with www and I only found one. It is a relatively new site in Germany. I left him a message that hopefully he will understand to remove the www.

    I'm optimistic this might be the root cause.
     
    dwanthny, Nov 3, 2005 IP
  7. NetMidWest

    NetMidWest Peon

    Messages:
    1,677
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Ah yes, I remember optimism... I had some once. :p
     
    NetMidWest, Nov 3, 2005 IP