Troubleshooting guide · search-console · Published 2026-08-15 · 3 min read

Orphan pages and why they hold back indexing

Orphan pages have no internal links and rarely index; how to find them, why they stay out of the index, and how to link them back in.

What counts as an orphan page

An orphan page is a URL on your site with no internal links pointing to it. The page exists, is served, and may even be in the sitemap, but no page on the site links to it, directly or through a chain. Search engines therefore cannot discover it by following links, the main discovery mechanism in the crawl model.

Coming from a site audit you also meet "nearly-orphan" pages: reachable only by typing a URL, reachable only from a page no one links to, or reachable only from the sitemap. These are the practical orphans. The sitemap is a discovery hint, not a link, so a page that only lives in the sitemap is, in link terms, still orphaned.

Common orphan sources: old pages that were unlinked after a redesign, keyword landing pages built once and never linked anywhere, "thank you" and confirmation URLs, and staging or test pages that accidentally shipped.

The indexing cost of an orphan

How to find orphans

  1. Export all URLs from the sitemap and all in-body hrefs from your crawl.
  2. Subtract the linked set from the URL set. What remains is the candidate orphan list.
  3. Filter out pages that intentionally have no goal (privacy pages, old drafts) from the list you will fix.

A fast spot-check when you lack a crawler: search site:example.com and compare the indexed set with what only appears in the sitemap. The most heavily orphaned type of content (old posts, service pages) shows up quickly this way.

  1. Link each orphan from a page that is already crawled and linked (homepage, section hub, or a relevant post).
  2. Use natural anchor text that describes the target (vary it, per the internal link audit guide). One real link from a live page beats ten sitemap entries.
  3. If the page was created as part of a migration, put the orphan handling in the migration checklist so it is not forgotten.

After linking, verify the discovery path with the URL inspection tool and the Pages report, because orphan fixes only become visible after a crawl, which is exactly the loop the indexing analysis guide runs for you.

When an orphan should stay an orphan

Not every orphan is a defect. If a page is a thank-you page, a staging leftover, or content you no longer want, keep it out of the crawl path on purpose: remove it, or add a noindex so it never enters the index surface. The noindex guide covers the intentional version. The sin is an orphan page that you want indexed, not an unlinked URL that must not rank.

Need a website built, fixed, optimised, migrated or replaced?

This technical resource is written by CSMBAC, a small design and development studio. If you would rather hand the problem to a professional, the website service page explains how we build enquiry-ready websites.

Explore website services