Robots nocache test

This page signals crawlers not to cache the HTML response while also setting browser cache headers to discourage reuse.

Robots directive

The meta tag <meta name="robots" content="nocache"> requests that crawlers avoid storing a cached copy.

HTTP cache headers

Cache-Control, Pragma, and Expires are set to no-cache/no-store to mirror the crawler intent at the HTTP layer.

Back to tests index