Thursday, January 2, 2020

How to Add Expires to Google Maps

I have these following expires in my HT Access File.

## EXPIRES CACHING ##

<IfModule mod\_expires.c>

ExpiresActive On

ExpiresByType image/jpg "access 1 year"

ExpiresByType image/jpeg "access 1 year"

ExpiresByType image/gif "access 1 year"

ExpiresByType image/png "access 1 year"

ExpiresByType text/css "access 1 month"

ExpiresByType text/html "access 1 month"

ExpiresByType application/pdf "access 1 month"

ExpiresByType text/x-javascript "access 1 month"

ExpiresByType application/x-shockwave-flash "access 1 month"

ExpiresByType image/x-icon "access 1 year"

ExpiresDefault "access 1 month"

</IfModule>

## EXPIRES CACHING ##

What should the new ExpiresDefault look like to add an expiration to Google Maps? I'm getting a severe message via GT Metrix via this issue which is hurting the load time.

submitted by /u/tmblast1
[link] [comments]

from Search Engine Optimization: The Latest SEO News https://www.reddit.com/r/SEO/comments/eizidw/how_to_add_expires_to_google_maps/>

No comments:

Post a Comment