URL Is Orphaned: How to Fix Orphan Pages

No Comments
Url is orphaned: how to fix orphan pages

This check fires when a URL receives zero followed internal links from anywhere else on your site. An orphaned page exists, but nothing on your own site points to it, so crawlers can only find it through your sitemap or external links, and users can't navigate to it at all. The stake is blunt: pages with no internal links pass no equity, rank poorly, and often slide into the crawled-but-not-indexed pile.

What "orphaned" means here

An orphan is a page with no inbound internal links. It's the mirror image of a page with too few outbound links. The page might be perfectly good content, correctly indexed at one point, and still be an orphan because every path that once led to it, a retired category, a deleted hub page, a redesigned menu, got removed and nobody re-linked the content. Google can still discover an orphan via the XML sitemap, but a sitemap entry is a weak discovery signal compared with a real link in context. Without inbound links, the page accumulates no internal PageRank and search engines struggle to judge its importance relative to the rest of the site.

This is the core orphan check, based on the internal link graph. It's distinct from indexation-flavored orphan variants, like a URL found only via its canonical tag or one linked only from other orphans; those describe how a URL was discovered, whereas this check simply asks: does anything on the site link to it? Zero inbound links, orphan.

A real failing example

Orphans don't show up in a page's own HTML, they show up as an absence in the link graph. The clearest way to see one is in a crawler's inlinks data. Here's what an orphaned URL's inlinks report looks like next to a healthy page:

# Screaming Frog "Inlinks" for a healthy page
Address: /guides/crawl-budget/
Inlinks (Internal, Followed): 14
Sources: /blog/, /guides/, /sitemap-hub/, ... (14 pages)

# Inlinks for the orphaned URL
Address: /promos/spring-2025-offer/
Inlinks (Internal, Followed): 0
Sources: (none)
# Found only because it was in sitemap.xml

The fix is to add real, contextual inbound links from relevant pages so the orphan rejoins the graph:

# On /guides/seasonal-campaigns/ add:
<p>See how we structured our
  <a href="/promos/spring-2025-offer/">spring 2025 campaign landing page</a>
  for a worked example.</p>

# On /promos/ (the hub) add the page to the listing so it's linked
# from the category, breadcrumb, and any related-offers module.

Two or three inbound links from topically related pages are enough to pull a URL out of orphan status.

Orphan status versus discovery source

SituationInbound internal linksHow Google finds itOrphan?
Well-linked pageSeveralInternal links + sitemapNo
Sitemap-only pageZeroXML sitemapYes
Linked only from other orphansFrom orphans onlyOrphan clusterEffectively yes
Found only via canonicalZero directCanonical referenceYes (indexation variant)
External-links-only pageZero internalBacklinks + sitemapYes

All of the "yes" rows starve the page of internal equity. This check catches every case where the internal inbound count is zero.

How to detect it

  1. Screaming Frog + sitemap: crawl the site, then use Crawl Analysis > Configure and enable the Orphan URLs report. Connect a sitemap source (or GA/GSC via API) so Frog knows about URLs that exist but were never linked. Run Reports > Orphan Pages to get the list.
  2. Inlinks count: for any suspect URL, select it and read the lower Inlinks tab. Zero internal followed inlinks confirms the orphan.
  3. Google Search Console: in the Links report, the Internally linked pages list shows link counts per URL. Pages absent from that list, or sitting at zero, are candidates. GSC's Page indexing report also flags Discovered - currently not indexed, a common fate for orphans.
  4. Sitemap vs. crawl diff: compare every URL in your XML sitemap against the URLs your crawler reached by following links only. Anything in the sitemap but not in the link-only crawl is orphaned.

How to fix it

Add contextual inbound links from pages that are topically related and already well-linked themselves, so the orphan inherits both discovery and equity. Wire it into the natural hierarchy: the relevant category or hub page, breadcrumbs, and any related-content module should all point to it. Use descriptive anchors that describe the orphan's topic. If a page is orphaned because it's genuinely obsolete, decide deliberately: either redirect it to a live equivalent or let it go, rather than leaving it stranded. After adding links, re-run the orphan report to confirm the inbound count is no longer zero.

Our deep dives on finding and fixing orphan pages and the orphan pages glossary entry go further, and the internal linking guide shows how to build a graph where orphans can't form in the first place.

FAQ

Is a page in my sitemap still orphaned?

Yes. A sitemap tells search engines a URL exists, but it isn't an internal link and passes no equity. A page can be in the sitemap, get crawled, and still be orphaned because nothing on the site links to it in context. The sitemap is discovery, not endorsement.

Do external backlinks stop a page from being orphaned?

Not for this check. External links can help discovery and pass some authority, but "orphaned" here means no internal inbound links. A page with strong backlinks and zero internal links is still an internal orphan and won't benefit from your site's own equity flow.

Why do orphans usually appear after a redesign or migration?

Redesigns retire menus, categories, and hub pages that used to link to content. If the content isn't re-linked from the new structure, it's cut loose. Migrations compound this when old link paths don't carry over. Always diff your pre- and post-launch internal link graph.

How many inbound links does a page need to not be an orphan?

Technically one followed internal link clears the orphan flag, but one is a weak lifeline. Aim for a handful of contextual links from relevant, well-linked pages so the URL gets real discovery and equity, not just a technical pass.

Should I just add orphans to the sitemap and move on?

No. That fixes discovery but not the underlying problem. The page still passes and receives no internal equity. Add genuine contextual links; treat the sitemap as a backstop, not the solution.

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.

Subscribe to our newsletter!

More from our blog