- Courses
- HTML
- HTML top level tags
- <meta>
- Noarchive value in robots metadata
How does the noarchive
value in the robots
metadata function?
The noarchive value in the robots metadata prevents search engines from caching the page content.
When the noarchive
value is used, it instructs search engines not to store a cached version of the page. This can be useful for content that is frequently updated or sensitive, ensuring that users always see the most current version of the page.
<meta name="robots" content="noarchive">