www not cached?

Discussion in 'Google' started by tbarr60, Sep 6, 2007.

  1. #1
    I am seeing no cache when I search for for "cache:www.salarymap.com".

    I am seein cache when I search for for "salarymap.com".

    I checked a few other domains and they get both like www.cnet.com and cnet.com. How does this happen? How can I get both in cache?
     
    tbarr60, Sep 6, 2007 IP
  2. Dylan Tovey

    Dylan Tovey Peon

    Messages:
    380
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dylan Tovey, Sep 6, 2007 IP
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Just curious, why do you want that all is cached ?
     
    login, Sep 6, 2007 IP
  4. tbarr60

    tbarr60 Notable Member

    Messages:
    3,455
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    210
    #4
    The site is not doing as good in SERPs as it was a few weeks ago and I see people mentioning cache so I checked it. I am trying to learn why a site drops in SERPs and thought I might find a clue by the absence or presence of cache.
     
    tbarr60, Sep 6, 2007 IP
  5. EI-SD

    EI-SD Guest

    Best Answers:
    0
    #5
    You can use htaccess to redirect your site so it uses www.
     
    EI-SD, Sep 6, 2007 IP
  6. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #6
    Yup. I routinely redirect all my non www to www on all my domains.

    in .htaccess:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^domain\.info
    RewriteRule ^(.*)$ http://www.domain.info/$1 [R=permanent,L]
     
    login, Sep 6, 2007 IP