1.1 Robots & directives (HTTP + HTML)LowVerified

noarchive directive

What it is

noarchive simply stops a cached copy being shown. It is rarely harmful on its own, but I check it because it is sometimes set alongside directives that are. Prevents a cached copy being shown. Minor; limits cached access but does not block indexing or AI use directly.

Why does noarchive directive matter for AI search?

Minor; limits cached access but does not block indexing or AI use directly.

How do you fix it?

Remove if cache access is wanted; otherwise harmless.

How do you find it on your site?

  1. Search the robots directives for noarchive.
  2. Decide whether suppressing the cached copy matters for this page.
  3. Confirm it is not bundled with nosnippet or noindex by mistake.
  4. Remove it if there is no reason for it.

Which ranking and citation factors does it touch?

Minimal direct effect on ranking or AI eligibility. I treat it as hygiene rather than a priority fix.

What is the impact?

Low. Direct but minor.

What is the evidence?

noarchive only controls the cached link. Google Search Central, Robots Meta Tags Specifications

Frequently asked questions about noarchive directive

What does "noarchive directive" mean?

Prevents a cached copy being shown.

How do you fix noarchive directive?

Remove if cache access is wanted; otherwise harmless.