- →Noindex controls indexing, never crawling: Googlebot has to fetch the page to read the directive, which is why pairing it with a robots.txt disallow is self-defeating.
- →Since December 2025, noindexed pages can still be rendered by Google, and the crawl-budget documentation now explicitly says noindex is not a crawl-budget control.
- →A backlink on a noindexed page is a dead line item. Verify the index status of every placement before payment and re-verify after, not just at order time.
- →A noindexed URL is also excluded from AI Overviews and AI Mode per Google's AI search guidance from May 2026: index eligibility now gates AI visibility too.
- →Most deindexing panics resolve to one of three distinct diagnoses, a stray declarative noindex, a robots rule, or algorithmic exclusion, and each one has a different fix.
- →Noindex throws link equity away while a canonical consolidates it: for duplicates, canonicalize; reserve noindex for pages that should not exist in search at all.
What noindex actually controls
Noindex is a page-level directive that tells a search engine: fetch this page if you want, but keep it out of the results. Google honors it in exactly two places, a meta robots tag in the HTML head or an X-Robots-Tag HTTP header, and the header variant is the one auditors forget. A PDF, an image, or an API-rendered page can carry noindex invisibly at the HTTP layer while the HTML looks clean, so any serious check inspects both.
The third historical location is dead. Google no longer supports the noindex directive inside robots.txt, and any audit tool still flagging it is reading a checklist from another decade. Robots.txt and noindex answer two different questions: the robots.txt exclusion layer governs whether a crawler may fetch a URL, while noindex governs whether a fetched URL may appear in search. Googlebot must download the page to read the directive. That single mechanical fact explains half the noindex incidents we untangle: block a URL in robots.txt and Google can never see the noindex you added, so the page lingers in the index as a URL-only result, sometimes for months.
The other distinction worth being precise about is directive versus hint. Noindex is a directive: Google and Bing comply, consistently. A canonical is a hint that Google can and does override. When a page genuinely must leave the index, noindex is the tool. When two pages compete and you want one to absorb the signals of the other, noindex is the wrong tool, because it discards rather than consolidates.
How noindex behaves in 2026
Two documented changes in late 2025 rewrote assumptions that had held for years. First, rendering. Independent testing published by Tame the Bots on December 16, 2025 showed that Google now executes JavaScript on some noindexed pages, and Google updated its documentation the same day: noindex no longer means not rendered. For years, operators relied on the opposite, using noindex as a cheap way to keep Google from executing scripts or seeing client-side redirects. That assumption is gone.
Second, the JavaScript escape hatch closed. Google's documentation updates from November and December 2025 warn explicitly against shipping a noindex in the source HTML and removing it with JavaScript: if you want the page indexed, the directive must not be present in the original response. Single-page applications that inject or strip robots directives during hydration are gambling on render timing, and Google now tells you not to.
Scale-wise, the directive is common but far from universal. The HTTP Archive's 2025 Web Almanac SEO chapter, published in January 2026, measured noindex in roughly 1.4% to 9.1% of robots directives depending on which crawler the rule targets.
The most consequential shift is not about the tag you write but the one Google applies for you. Starting around May 27, 2025, a wave of sites saw their «Crawled, currently not indexed» counts climb in Search Console without any technical defect, a pattern documented by Flyhigh Media in February 2026: Google increasingly declines to index technically accessible pages on quality and uniqueness grounds. Treat that as algorithmic exclusion, a different animal from your declarative noindex. One you fix by removing a tag; the other you fix by making the page worth indexing. Confusing the two wastes weeks. And since May 2026, the stakes include AI surfaces: Google's AI search guidance states that a page must be crawlable, renderable, and free of robots or noindex blocks to be eligible for AI Overviews and AI Mode. A noindexed URL is invisible to Google's AI answers, full stop.
Noindex in a netlinking operation
For anyone buying or selling links, noindex is not a technical footnote, it is the difference between an asset and a write-off. A backlink hosted on a noindexed page passes nothing you can bank on: a URL Google refuses to index is not a stable part of the link graph, and its outbound links cannot be counted as an asset. Yet from what we see in audits, buyers routinely verify a placement once at publication and never again, while the page quietly falls out of the index three weeks later, sometimes because a plugin noindexes ageing posts, sometimes because a publisher deliberately noindexes its sponsored section after invoicing.
The operational answer is verification at three layers, on a schedule: the meta tag in rendered HTML, the X-Robots-Tag header on the live response, and the actual index status via URL Inspection, because a page can be perfectly indexable and still be algorithmically excluded. A site: query is not a verification method; it is a rumor.
This is also a transparency problem, not just a technical one. On the 50 owned French media we operate at Nautilinks, article indexability is checked at every deploy, and a placement that drops out of the index is our problem to fix, not the buyer's to discover. That level of control is only possible because the media are run in-house; when you buy through opaque intermediaries, you inherit whatever robots configuration the publisher ships that week. It is one of the reasons we built a catalogue where every medium can be inspected before you order rather than a blind marketplace: index status is a claim you should be able to check, not take on faith.
Failure modes we see in audits
The classic self-inflicted wound is the noindex plus disallow combination. The logic feels rigorous, belt and braces, and it is exactly backwards: the disallow prevents Googlebot from fetching the page, so the noindex is never read, and the URL can persist in the index stripped of its content. Deindex first with noindex alone, then, once the page is gone, add the disallow if you want to stop the crawl.
The second is the stray directive. Search Engine Journal's June 2026 coverage of the ongoing deindexing complaints put it plainly: a stray noindex, a robots rule, or a server error can pull a page without any algorithmic judgment behind it. Staging configurations that survive a deploy, theme toggles, SEO plugin defaults on archives and pagination: the causes are mundane and the detection is always the same first reflex, fetch the live HTML and headers before theorizing about algorithms. That reflex mattered doubly during the Search Console Page Indexing anomaly that ran from November 2025 to late April 2026, when the report itself misreported data and pushed operators to chase deindexing ghosts. The report is a lagging summary; the live response is the truth.
The third is signal contradiction: a noindexed page carrying a canonical pointing at a stronger URL. Google has to guess which instruction you meant, and its guess changes. Closely related is using noindex to solve duplication at all. Duplicate and near-duplicate clusters should consolidate through canonicals so the signals accumulate on the surviving URL; noindexing the duplicates burns whatever equity they held, including any backlinks pointing at them. In a link-driven operation, that is throwing away inventory.
Crawl budget and what to use instead
On December 2, 2025, Google added two explicit myths to its Search Central crawl-budget documentation: noindex is not a good way to control crawl budget, though it can indirectly free some in the long run, and 4xx pages, except 429, do not waste crawl budget. That closed a debate that should have been closed years ago. Server logs on large faceted sites show Googlebot continuing to fetch noindexed URLs long after the directive is in place, because it has to keep fetching them to confirm the directive still holds. Noindex controls indexing; it does not meaningfully control crawling.
The working decision grid is short. To keep a page out of the results while letting it serve users, noindex. To stop crawlers from fetching entire URL spaces, robots.txt. To consolidate duplicates, canonical. To remove something urgently, the Search Console removal tool backed by a noindex so it stays gone. And to keep AI bots out, none of the above reliably: standalone AI crawlers are inconsistent about robots conventions, and edge-level blocking is the only enforcement that does not depend on politeness.
Monitoring closes the loop. Crawl your own properties with header capture enabled, track the count of indexable URLs per template as a deploy-time metric, and alert on deltas: a noindex regression caught in CI costs nothing, the same regression caught in next month's traffic report costs a quarter. That discipline is cheap, it is boring, and it is worth more than most of what gets sold as technical SEO.
Nautilinks operates an owned network of editorial media. In-house written articles, transparency disclosures respected, anchor mix calibrated.
Frequently asked questions
Does a backlink on a noindexed page pass any value?
Nothing you can rely on. A page kept out of the index is not a stable part of the link graph, so its outbound links cannot be treated as an asset. There may be a window while the page is still crawled and processed, but you cannot measure it or bank on it. Operationally: treat a placement that goes noindex as a dead asset and claim a replacement or refund immediately.
What is the real operational difference between noindex and nofollow?
They act on different layers. Noindex is a page-level directive deciding whether the URL appears in search results at all. Nofollow is a link-level attribute, treated as a hint, telling Google not to associate your page with a specific outbound target. A page can be indexed with nofollowed links, or noindexed with followed links, though the latter loses its links from the graph over time. Buying links, the page's index status matters more than the link attribute debate.
How do I catch a stray noindex at scale before it costs traffic?
Three mechanisms, layered. First, crawl your properties with HTTP header capture on, because X-Robots-Tag never shows up in an HTML-only check. Second, track indexable URL counts per template as a deploy gate, so a regression fails the build instead of surfacing in analytics weeks later. Third, segment Search Console's Page Indexing report by directory, keeping in mind the report lagged and misreported between November 2025 and April 2026: always confirm against the live response.
Does noindex keep my content out of AI Overviews and AI chatbots?
Out of Google's AI surfaces, yes: Google's AI search guidance from May 2026 confirms a page must be indexable and snippet-eligible to appear in AI Overviews or AI Mode, so noindex excludes it. Out of third-party AI crawlers, no. GPTBot, ClaudeBot and similar bots are inconsistent with robots conventions, and noindex was never an access-control mechanism anyway. If the goal is keeping content away from AI training or retrieval, robots.txt plus edge-level blocking is the enforceable route.
How long does noindex take to remove a page, and how fast can I recover if it was a mistake?
Removal follows recrawl frequency: high-traffic templates drop in days, deep or rarely-crawled URLs can take weeks, and the Search Console removal tool bridges urgent cases. Recovery is the asymmetric part. After removing the tag, the page must be recrawled and re-evaluated, and given the tightening documented since May 2025, where Google leaves more crawled pages unindexed on quality grounds, re-inclusion is not automatic. Request indexing, strengthen internal links to the page, then be patient.
Is noindex in robots.txt still honored anywhere?
Not by Google, which no longer supports it. Treat any robots.txt noindex line as a fossil that documents an old intention without enforcing it, and migrate the rule to a meta robots tag or X-Robots-Tag header. The IETF REPext draft work noted in the 2025 Web Almanac may eventually formalize page-level controls at spec level, but as of 2026 nothing in robots.txt deindexes anything.
Test your knowledge
Quiz: Noindex
1/3Why does combining noindex with a robots.txt disallow on the same URL backfire?