noindex
Noindex is a directive used in search engine optimization to prevent a specific web page from appearing in a search engine’s index. It is implemented through metadata or HTTP headers that signal search engines not to include the page in their results. Noindex is distinct from crawling controls and is not set through the robots.txt file, which governs crawling rather than indexing.
Common implementations include a robots meta tag placed in the HTML head, such as <meta name="robots" content="noindex">,
Use cases for noindex include staging or development pages, private or paywalled content, pages with duplicate
Limitations and timing vary by engine. Not all crawlers honor every noindex signal, and deindexing typically