Isolated URL Only Found via Noindex Follow: How to Fix It
- July 5, 2020
- Indexation, Orphan Pages

This check flags a URL whose only internal links come from pages marked noindex,follow. Google has confirmed that long-term noindex pages get crawled less and their links are eventually treated as nofollow, so the isolated URL slowly loses its discovery path and its internal link equity. Fix it by linking to the URL from at least one indexable page, or by reconsidering whether the noindexed pages should be noindexed at all.
What this check flags
During a crawl, SEO ProCheck maps every internal link on your site. This check fires when a URL is discoverable through internal links, but every single page that links to it carries a noindex,follow robots directive. The URL is not orphaned in the strict sense, yet its entire discovery path runs through pages you have told Google to drop from its index.
On day one this looks harmless. The noindexed pages still get crawled and their links still get followed. The problem is what happens over time, which is why this issue gets its own line in the audit rather than being lumped in with orphan pages.
The key Google behavior
Google's John Mueller has explained that a long-term noindex,follow effectively becomes noindex,nofollow. The mechanics are simple: once Google has confirmed a page is noindex, it removes the page from the index and visits it less and less often. A page Google rarely fetches is a page whose links Google rarely sees. Eventually the practical effect is the same as if you had written nofollow yourself.
Mueller did not commit to a fixed timeline, but the direction is unambiguous. A noindexed page is a fading signal source, and any URL that depends on noindexed pages as its only entry point inherits that decay.
Where it happens
The classic setup is a blog where category, tag, or paginated archive pages were noindexed to fight thin content, while posts deep in the archive receive no other internal links. The post published four years ago is reachable only from page 12 of a noindexed category archive. Other common patterns:
Noindexed tag pages acting as the sole hub for niche posts. Noindexed paginated series (/blog/page/7/) holding the only links to older entries. Noindexed faceted listings in ecommerce that are the only route to long-tail product pages. In every case someone solved an index-bloat problem and accidentally cut the discovery lifeline for the content underneath.
Why it matters
The destination page does not vanish overnight; it fades. As Google deprioritizes the noindexed pages, it refreshes their links less, and the isolated URL receives fewer crawl visits and weaker internal signals. Rankings soften, the page may slip into "Crawled, currently not indexed" in Search Console, and fresh updates take longer to surface. If the page was earning traffic, it bleeds out slowly with no obvious cause, because nothing on the page itself changed.
There is also an equity angle. When the only inbound links sit on pages whose links Google eventually ignores, the destination is starved twice: of discovery and of PageRank.
How to diagnose it
For each flagged URL, list its inlinks together with the indexability of each linking page. If every linking page is noindex, the flag is confirmed. Then verify what Google sees:
# Check the robots directive on the linking page
curl -s https://example.com/category/widgets/ | grep -i "robots"
<meta name="robots" content="noindex,follow">
# Check for an X-Robots-Tag header too
curl -sI https://example.com/category/widgets/ | grep -i x-robots-tagCross-check the destination URL in Search Console with the URL Inspection tool. Look at the referring page Google reports and at the last crawl date. A stale crawl date on a page whose only inlinks are noindexed is the pattern playing out in real time.
How to fix it
There are two levers, and usually you want both.
1. Link to the URL from indexable pages. Give every flagged URL at least one inbound link from a page that is itself indexable: a relevant pillar page, a related-posts module on indexable articles, or contextual links from newer content. Links from indexable, regularly crawled pages keep passing discovery and equity indefinitely. This is the durable fix.
2. Rethink the noindex on the navigation path. If category or paginated archives are the only road to your deep content, noindexing them was probably the wrong call. Archives that exist to be navigated are doing structural work; let them be indexed, improve them with intro copy if thinness was the concern, and keep them as living crawl paths. Reserve noindex for pages that are genuinely useless to search and structurally unimportant.
After the change, request indexing for the destination URL and watch crawl activity recover.
Common mistakes
Assuming "follow" is permanent and treating noindex,follow archives as a safe linking layer. Noindexing all pagination in one sweep without checking what content only those pages reach. Relying on the XML sitemap alone while the internal links sit on noindexed pages. Fixing the flagged URL with a link from yet another noindexed page, which just moves the problem. And blocking the noindexed pages in robots.txt as well, which prevents Google from ever seeing the noindex or the links at all.
FAQ
A: Yes, initially. While Google still crawls the page, its followed links work normally. The issue is decay: as crawling tapers off, the links stop being refreshed and eventually behave like nofollow.
A: There is no fixed timeline. Mueller's answer was that it depends on crawl frequency and other factors. Do not build architecture that depends on those links surviving.
A: No. A sitemap helps discovery, but it passes no link equity and is weaker than internal links from indexable pages. Treat it as a supplement, not a substitute.
Need a full technical audit?
SEO ProCheck runs deep crawls that catch issues like this across your whole site.
Claude Vincent is a technical SEO consultant focused on crawlability, rendering, and AI-search visibility. He writes the field guides and case studies at SEO ProCheck, with a bias toward the durable, unglamorous work that decides whether search engines and AI answer engines can actually read and cite a site.
About SEO ProCheck
Technical SEO consulting and GEO strategy with 20 years of enterprise experience. Case studies, resources, and tools for search and AI visibility.
Work With Me
Technical SEO audits, GEO strategy, site migrations, and international SEO. Hourly consulting for teams who need hands-on support, not just reports.








