Can Google give a penalty for websites that use mod rewrites to make pages appear static?
- SEO |
"Masking Issues
When dynamic sites use mod rewrites to make pages appear static, many create ranking issues in the process."
Is this true?
My webhost has a cache (Varnish) for static content that makes the website load faster, I have two websites and on both of those websites make use of this static-content-cache.
I have 2 .htaccess files, one on the root with the following:
ExpiresByType text/html "access plus 15 minutes" |
ExpiresByType text/css "access plus 24 hours" ExpiresByType application/javascript "access plus 24 hours" ExpiresByType text/javascript "access plus 24 hours" ExpiresByType text/xml "access plus 24 hours" ExpiresByType image/jpeg "access plus 24 hours" ExpiresByType image/jpg "access plus 24 hours" ExpiresByType image/png "access plus 24 hours" ExpiresByType image/gif "access plus 24 hours" ExpiresByType image/bmp "access plus 24 hours" |
This might be it?
-
Spartacus -
Thanks
Signature{{ DiscussionBoard.errors[3860277].message }} -
-
CraigHill -
Thanks - 1 reply
{{ DiscussionBoard.errors[3861417].message }}-
snakeyes -
Thanks - 1 reply
{{ DiscussionBoard.errors[3861502].message }}-
Spartacus -
Thanks
Signature{{ DiscussionBoard.errors[3861579].message }} -
-
-