RankWiki

Technical SEO

Orphan Pages

An orphan page is a URL on a site that has no internal links pointing to it from other crawlable pages, so users and search engines cannot reach it by normal site navigation.

Also called
orphaned page, unlinked page
Applies to
any website with internal links
Commonly confused with
broken page, dead page, noindexed page

Key points

  • Orphan pages have no internal inbound links from other crawlable pages on the same site.
  • They can still exist in the CMS or XML sitemap and still be orphaned.
  • Orphan pages are often difficult for users to find because they are outside navigation paths.
  • Fixing an orphan page usually means adding relevant internal links or using redirects, noindex, or canonicalisation.
  • Not every orphan page is a problem; some are intentionally excluded.

How it works

Orphan pages lack internal inbound links from other crawlable pages on the same site. This means they cannot be reached by following links from the homepage or any other page. Search engines rely on internal links to discover content, so orphan pages may remain uncrawled for long periods. This is a common cause of crawlability issues.

Detection typically involves comparing a full URL inventory against crawl data. Tools like Screaming Frog can identify pages that exist in the CMS or XML sitemap but have no internal links pointing to them. A page may still receive traffic from external sources and still be orphaned internally.

Fixing an orphan page usually means adding relevant internal links from related content. If the page should not be indexed, options include using a 301 redirect to a more appropriate URL, applying a noindex tag, or blocking it via robots.txt.

Why it matters

Orphan pages can reduce the indexing and visibility of important content. They often signal weak internal linking, migration leftovers, or outdated pages that need attention. For SEO teams, identifying orphan pages reveals internal link opportunities to strengthen site structure.

Not every orphan page is a problem. Some are intentionally hidden, noindexed, or redirected. The decision to fix or remove them depends on whether the page serves a purpose. Proper seo link management includes regularly auditing for orphan pages and deciding their fate based on value and intent.

Read next SEO Link Management After understanding orphan pages, reading about seo link management helps you build a structured approach to internal linking and page maintenance.

Questions people ask

How to find orphan pages in Screaming frog?

In Screaming Frog, run a crawl of your site, then go to the 'Internal' tab and filter by 'Inlinks' set to 0. This shows pages with no internal links. Cross-reference with your XML sitemap or full URL list to confirm orphan status.

How to fix orphan pages?

First decide whether the page should remain indexable. If yes, add contextual internal links from relevant pages. If no, use a 301 redirect to a similar page, apply a noindex tag, or block the URL via robots.txt. Avoid adding sitewide links just to fix orphans; contextual links are better.

How to find orphan pages?

Compare your full URL inventory (from CMS, sitemap, or logs) against crawl data from tools like Screaming Frog or Sitebulb. Pages that exist in your inventory but have zero internal inbound links are orphaned. Google Search Console may also show pages that are indexed but have no internal links.

Sources

  1. Google Search Central Primary Google documentation for crawl discovery, indexing, internal linking, sitemaps, and canonicalization.
  2. Screaming Frog Widely used technical SEO reference for finding orphan pages via crawl, sitemap, GA, and Search Console integration.
  3. Conductor Academy Clear practitioner explanation of orphan-page definition, discovery workflow, and fix workflow.
  4. Botify Blog Technical SEO source covering orphan pages from a crawlability and site-discovery perspective.