Technical SEO
Important
Conditional GET (304) Support
search What we check
Whether your server answers 304 Not Modified when a crawler re-requests the page with the validators it was given (If-Modified-Since / If-None-Match).
build How to fix
- 1 Make sure the server honours If-Modified-Since and If-None-Match for content pages.
- 2 Most frameworks expose this (for example fresh_when in Rails); enable it on article and content controllers.
- 3 Behind a CDN that strips ETag, conditional GET still works through Last-Modified alone — that is fine.