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?
Interesting issue: If you so a site:http://salarymap.com search and click on the cache under the result that comes up - you do actually get the cache (See link below) http://72.14.253.104/search?q=cache...site:http://salarymap.com/&hl=en&ct=clnk&cd=1 But the cache search on its own does not work. Weird... Dylan
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.
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]