status code 304 causes Google add rejectiom
-
Hi there,
I know 304 is not an error but still google reads it as one.
I talked to my provider, and the cdn provider and after searching the web for a while i finally added the following to my .htaccess file#Expire Header
<FilesMatch “\.(ico|jpg|jpeg|png|gif|js|css|swf)$”>
ExpiresDefault “access plus 2 hours”
</FilesMatch>But still nothing changes Google reads many parts of my site as not modified therefor the site is seen as a parked domain. What can I do?
How can I add a correct EXPIRES header to the HTTP Headers with the value set to the current date and time?
- The topic ‘status code 304 causes Google add rejectiom’ is closed to new replies.