: Can a past Expires header value cause a site to not be indexed by Google? I'm using this: <filesMatch ".(html|htm|js|css)$"> FileETag None <ifModule mod_headers.c> Header
I'm using this:
<filesMatch ".(html|htm|js|css)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</filesMatch>
Will this cause my site to not be indexed by Google?
More posts by @Phylliss660
1 Comments
Sorted by latest first Latest Oldest Best
Doing that won't get your sited banned or not indexed by Google, but you might rank better if you optimize for caching, for example browser caching setting expires headers far in the future for static files that don't change too often; Google takes into account how fast your pages are, because they encourage optimizing website speed for better user experience.
Here is where you can read about that in Google documentation.
This is another helpful resource from search engine land.
And some more about expires headers, from seo moz.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.