What is noindex?
The noindex directive is a technical SEO instruction telling search engines not to include a page in their index. It's placed in the <meta name="robots" content="noindex"> tag in the page's <head>, or in the HTTP header X-Robots-Tag: noindex. A noindex page can be crawled by Googlebot, but it won't be shown in search results and doesn't contribute to the site's overall quality.
Why and when to use noindex in 2026
Noindex isn't only a security tool: it's a lever for managing the site's overall quality. Google evaluates a site's quality partly through the proportion of low-value pages in its index. A site with many thin, duplicated, or useless pages sees its overall quality penalized. By noindexing these pages, you concentrate the quality signal on your important pages. Pages typically to exclude: e-commerce filter pages, pagination, tag pages, internal search results, thank-you pages, login pages, duplicate content pages.
What we observe at Vydera on misused noindex
The most frequent error in audits: noindex directives accidentally applied to strategic pages. This often happens during migrations, template changes, or SEO plugin updates. The page remains accessible to users, but Google no longer shows it in results. The problem: traffic drops progressively without any apparent error message. Checking robot directives on key pages is an indispensable step in any SEO audit.
How to implement and verify noindex
- Implement noindex via the meta robots tag in the page head or via your SEO tool (Yoast, RankMath, Webflow SEO settings).
- Verify your directives via the URL Inspection tool in Google Search Console: it shows whether a page is indexed and why.
- Don't confuse noindex with
Disallowin robots.txt: Disallow blocks crawling but can leave the page indexed. Noindex allows crawling but prevents indexing. To properly exclude, use noindex (not Disallow).
Sources and references
Go further
Robot directives are part of every technical audit. Find our analyses on Vydera Lab or contact us for an index coverage audit of your site.


