Orphan Pages
Web pages that have no internal links pointing to them, making them difficult for search engines to discover and crawl.
Also known as: Orphaned Pages, Dead-end Pages, Unlinked Pages
Category: Concepts
Tags: seo, site-architecture, crawling, technical, content
Explanation
Orphan pages are web pages that exist on a site but have no internal links pointing to them from any other page. Since search engine crawlers discover pages primarily by following links, orphan pages are effectively invisible to crawlers unless submitted via XML sitemaps or discovered through external backlinks.
Why orphan pages are problematic:
- **Crawling**: Crawlers can't find pages with no inbound internal links
- **Indexing**: Undiscovered pages can't be indexed and won't appear in search results
- **Link equity**: Orphan pages receive zero internal link equity, severely limiting ranking potential
- **Wasted content**: Valuable content that nobody, neither users nor search engines, can find
- **Crawl budget**: If discovered via sitemaps, they still consume crawl budget without the benefit of internal context
Common causes:
- Pages removed from navigation during site redesigns
- Blog posts not linked from category or archive pages
- Product pages from discontinued categories
- Landing pages created for campaigns and then forgotten
- CMS-generated pages with no template-level linking
- Pages created for testing that were never integrated
How to find orphan pages:
- Compare pages in your XML sitemap with pages found by a site crawler (like Screaming Frog)
- Pages in the sitemap but not found during crawling are orphans
- Google Search Console's Index Coverage report shows indexed pages that may lack internal links
- Log file analysis reveals pages Googlebot reaches only through sitemaps
How to fix orphan pages:
- Add internal links from relevant, related pages
- Include them in appropriate navigation, categories, or archives
- Create hub pages or topic clusters that link to related orphan content
- If the page is no longer needed, remove it or redirect it
- Add breadcrumb navigation to ensure every page has at least one internal link path
- Implement related content sections that automatically link to similar pages
Related Concepts
← Back to all concepts