Technical4 min read

Orphan pages

An orphan page is a page with no inbound internal links — nothing on your own site points to it. Because search engines discover and value pages by following links, an orphan is crawled rarely, receives essentially no internal authority, and signals that even you don't consider it important. The content can be excellent and it still won't rank. This guide covers how orphans happen, what they do to crawling and indexing, how to find them, and how to recover the ones worth saving.

person_off

Run the Orphan Page Checker on your site — free, no account.

Find your orphan pages free

What an orphan page actually is

Precisely: a URL with zero inbound internal links from other crawlable pages. Note what doesn't count. Being in your XML sitemap doesn't save a page — a sitemap is a discovery hint that carries no authority. Being linked only from a nofollowed link, or only from a page that is itself orphaned, leaves a page effectively orphaned too. The test is whether followed internal links from your live link graph actually reach it.

Orphan vs connected
CONNECTED                      ORPHAN
                               (in sitemap, but no links in)
 [Home] -> [Hub] -> [Page]      [Home] -> [Hub] -> [Page]
              \                              sitemap.xml
               -> [Page B]                     |
                                            [Orphan]   <- nothing
 inbound links: discovery                   links here
 + authority both arrive       inbound links: none ->
                               only the crawl baseline
The orphan exists and may even be submitted, but no internal link points at it — so it gets neither reliable discovery nor any internal authority.

Why orphans hurt: crawling, indexing, ranking

Internal links do two jobs — discovery and authority — and an orphan misses both, which cascades through three stages:

  • chevron_rightCrawling — with no links pointing in, Googlebot has no path to the page during a normal graph walk. It may find it via the sitemap, but recrawls are infrequent, so content changes are noticed late.
  • chevron_rightIndexing — pages that look unimportant (no internal links, rarely crawled) are more likely to be left out of the index or dropped from it, especially on large sites where crawl budget is rationed.
  • chevron_rightRanking — even if indexed, the page receives only the tiny authority-flow baseline. With no internal equity and no topical link signals, it can't compete for anything but its own brand terms.
warning

The silent failure mode: An orphan rarely throws an error. It's indexed, looks fine in a browser, and quietly underperforms for months. Nobody notices because nothing is broken — it's just disconnected.

How orphans happen

Almost always by accident, through a handful of recurring mechanisms:

  • chevron_rightPagination decay — blog posts and products fall off page 1 of a feed as new items push them back, and nothing else links to them once they're past the last paginated page.
  • chevron_rightFaceted/filtered access only — products or articles reachable solely through filter combinations that crawlers don't (or are told not to) follow.
  • chevron_rightMigrations — URLs change, internal links are updated inconsistently, and pages get stranded behind links that now point at the old address.
  • chevron_rightPublishing outside the structure — landing pages, campaign pages, or imported content added without being linked from any existing page.
  • chevron_rightRemoved navigation — a menu or hub link gets pruned in a redesign, silently orphaning everything it used to reach.

How to detect them

Detection is a set difference: crawl the site by following links, then compare the reachable set against your full list of known URLs (from the sitemap, CMS export, or server logs). Anything in the known set but not in the crawl-reachable set is a likely orphan.

info

Why you can't eyeball it: Orphans are invisible by definition — they don't appear in your navigation or internal link reports because nothing links to them. You have to reconstruct the link graph and diff it against an external source of truth. The Orphan Page Checker does exactly this crawl-vs-known comparison.

Recovery and prevention

Recovering an orphan worth keeping means reconnecting it to the link graph properly — and the quality of the reconnection matters as much as its existence.

  1. Add contextual, in-body links from topically related pages that are already well-linked — ideally a relevant cluster page or hub, not just the footer. One or two strong, relevant links beat a dozen boilerplate ones.
  2. Use descriptive anchor text that tells the engine what the recovered page is about — the page has had no anchor signals at all, so this is high-value.
  3. If the page genuinely shouldn't exist, don't reconnect it — redirect it to the most relevant live page, or remove it. Reserve this for thin or obsolete content; reconnect anything valuable.
lightbulb

Prevention beats recovery: Re-crawl regularly — especially after publishing batches or running a migration. Catching an orphan in its first week stops a good page from vanishing from search for months. On large sites, build linking into the template (related items, breadcrumbs, hub pages) so new content is never born orphaned.

Large-site considerations

On big ecommerce and publishing sites, orphans are a systemic, not occasional, problem — and the nuance is that not every disconnected URL is worth saving. A crawl that's smaller than the sitemap will report many 'in sitemap, not crawled' URLs that are really a crawl-budget limit, not site problems. RankForge distinguishes a genuine orphan (reachable by no internal link) from a page the audit simply didn't reach, and caveats the count rather than alarming you with budget artifacts — see the structural SEO pillar for how this fits the wider picture.

FAQ

Is a page in my sitemap still an orphan?expand_more

Yes, it can be. A sitemap is a discovery hint with no authority. If no internal link points to a page, it's an orphan even when it's in the sitemap — it'll be crawled rarely and struggle to rank regardless.

Do orphan pages get indexed?expand_more

Sometimes, via the sitemap, but they're more likely to be left out or dropped — especially on large sites where crawl budget is limited. Even when indexed, an orphan receives almost no internal authority, so it rarely ranks for competitive terms.

How do I find orphan pages?expand_more

Crawl the site by following links, then compare the reachable pages against your full known URL list (sitemap, CMS, or logs). Anything known but unreachable is a likely orphan. You can't find them by inspecting navigation, because by definition nothing links to them.

Put this into practice

Run the Orphan Page Checker to see this on your own site, or run the full structural audit for the complete picture — both free, no account required.