The noarchive tag is a meta robots directive that prevents search engines from storing and displaying cached versions of your webpage in search results.
Cache Prevention Control
This directive stops Google and other search engines from creating snapshot versions of your page content.
Sensitive Content Protection
Use noarchive for pages with time-sensitive information, pricing, or content that changes frequently and shouldn't be cached.
Implementation Methods
Add via meta robots tag in HTML head or through X-Robots-Tag HTTP headers for both HTML and non-HTML files.
Search Visibility Maintained
Unlike noindex, noarchive allows pages to rank normally while only preventing cached version access.
User Experience Impact
Visitors lose ability to view cached versions when your site is down or pages load slowly.
Limited Use Cases
Most sites don't need noarchive; reserve it for legitimately sensitive or rapidly changing content only.
When should I use the noarchive directive?
Apply to pricing pages, limited-time offers, login pages, or content where outdated cached versions could cause confusion.
Does noarchive affect search rankings?
No, this directive only controls caching behavior and doesn't impact crawling, indexing, or ranking directly.
How do I implement noarchive correctly?
Add <meta name="robots" content="noarchive"> in your page's <head> section or via X-Robots-Tag header.
Can I remove existing cached pages?
No, but implementing noarchive prevents future caching and existing caches expire naturally over time.
Meta Robots Tag
An HTML element that instructs search engines how to crawl and index a specific page. Common directives include noindex (don't index), nofollow (don't follow links), and noarchive (don't cache).
Noindex Tag
A meta robots directive that prevents search engines from including a page in their index. Noindex is used strategically to keep low-value pages — like tag archives or internal search results — out of search results.
Nosnippet Tag
A meta robots directive preventing search engines from showing a text snippet or video preview for a page in search results. Nosnippet can be applied to the entire page or specific HTML elements using data-nosnippet attributes.
Related Glossary Terms
Need help putting these concepts into practice? Digital Commerce Partners builds organic growth systems for ecommerce brands.
Learn how we work