Table of Contents

About

If-Modified-Since is a request HTTP header that make the creation of the response body conditional.

If the requested resource has not been modified since the time specified in this field, a 304 (not modified) status response is returned without any message-body.

In other words, it tell Crawlers if the content has changed since the last crawl.

Supporting this feature saves:

Documentation / Reference