RankpediaA plain-English encyclopedia of search

Orphan Pages

A URL on a site that has no internal links from other crawlable pages, so users and search engines cannot reach it by normal site navigation.

If you have ever assumed a page in your XML sitemap is not an orphan, you already know the list is not the whole story.

Key points

  • Check internal links, not just XML sitemaps, to confirm a page is not orphaned.
  • An orphan page may still get traffic from external sources but remain undiscoverable through navigation.
  • Fix orphan pages with contextual internal links, not just sitewide additions.
  • Not all orphan pages are problems — some are intentionally hidden or noindexed.

A migration that created 50 orphans

A news site moved 50 articles to a new subfolder but left old URLs live and added no internal links. These 50 pages became orphans. Social media traffic reached them, but Google could not discover them via navigation. For months, they were not indexed. After a crawl audit with Screaming Frog, the team added internal links, restoring visibility.

Three ways to confirm a page is orphaned

  • Check internal links count Use a tool like Screaming Frog to see if a URL has zero inbound internal links from other crawlable pages on the same site.
  • Compare crawl vs sitemap Export your XML sitemap URLs and cross-reference them with a full crawl. Any URL in the sitemap but not found in the crawl is likely an orphan.
  • Use server logs for requests Look for URLs that receive requests from users or SEO crawlers but have no internal links. These orphans create crawlability issues and can stay unindexed.

Three common fixes for orphan pages

  • Add contextual internal links Place relevant links from other pages on your site that naturally point to the orphan page. Avoid adding it only to a sitewide footer.
  • Redirect to a relevant page If the orphan page has no value, use a 301 redirect to send users and search engines to a related, well-linked page.
  • Remove or noindex if intentional If the page is meant to be hidden (e.g., a thank-you page), add a noindex tag or block it with robots.txt to signal it should not be indexed.

Common questions

How do I find orphan pages in Screaming Frog?

Run a full crawl of your site, then compare the crawled URLs against your XML sitemap or a list of all known URLs. The difference shows orphans.

How do I fix orphan pages?

Add internal links from relevant pages, use a 301 redirect to a live page, or remove the page if it serves no purpose.

What tools can I use to find orphan pages?

Screaming Frog, Google Search Console, and server log analysis are common tools. Each compares URL inventories against crawl data.

Sources

  1. Screaming Frog Tutorial on finding orphan pages with the SEO spider.
  2. Conductor Academy Guide to orphan pages, detection and fixes.
  3. Botify Blog In-depth article on orphan pages and SEO impact.