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.
Key takeaways
- Orphan pages lack internal links, so they're hidden from normal navigation and crawlers.
- They can still appear in sitemaps or receive external traffic, but internal linking is key.
- Finding orphans requires comparing your full URL inventory with crawl data.
- Fix by linking, redirecting, or removing—not all orphans need deletion.
- Regular audits prevent orphan accumulation.
They often result from migrations, abandoned content, or poor internal linking, hurting crawlability and indexing.
Example
You run a blog and publish a new article, "Best Coffee Shops in Chicago." You forget to add a link to it from your homepage, category pages, or any other article. The page exists in your CMS and sitemap, but no internal link leads to it—that's an orphan page.
When should you care about orphan pages?
- During a site audit or redesign—migration leftovers often become orphaned.
- After expired promotions or campaign pages that were linked from external ads only.
- When you launch new content and haven't integrated it into the site navigation.
- If crawl budget is limited and you need to prioritize high-value pages for indexing.
What orphan pages are NOT
- Not the same as a 404 page (orphan pages may load fine).
- Not automatically bad—some are intentional (e.g., password-protected pages, thank-you pages after a form submission).
- Not a penalty—they just miss crawling opportunities.
- Not fixed by simply adding a global footer link—contextual links are better.
Quick start to find and fix orphan pages
- List all known URLs—export from your CMS, XML sitemap, and Google Search Console.
- Crawl your site—use Screaming Frog or Google Search Console to find all linked pages.
- Compare the lists—URLs that appear in step 1 but not in step 2 are likely orphans.
- Evaluate each orphan:
- If valuable → add contextual internal links from relevant pages.
- If outdated → 301 redirect to a similar page.
- If irrelevant → add a noindex tag or remove it.
- Audit regularly—schedule checks after major updates or migrations.
Common mistakes
- Assuming a URL in the XML sitemap is not an orphan (sitemaps help discovery, not internal linking).
- Treating every orphan as a problem—ignore intentional ones like noindexed pages.
- Fixing orphans only with sitewide navigation links instead of contextual links from related content.
- Neglecting orphans during migrations—old URLs often become orphaned but still indexed.
Next step
FAQ
Can a page in the XML sitemap still be an orphan?
Yes. An XML sitemap helps Google discover the URL, but if no internal links point to it, it remains an orphan page for most users and crawlers.
Should I delete all orphan pages?
No. Some pages are intentionally hidden (e.g., thank-you pages). Evaluate each case: if the page has value, add internal links; if not, redirect or noindex it.
Related topics
Sources
- Google Search Central — Primary Google documentation for crawl discovery, indexing, internal linking, sitemaps, and canonicalization.
- Screaming Frog — Widely used technical SEO reference for finding orphan pages via crawl, sitemap, GA, and Search Console integration.
- Conductor Academy — Clear practitioner explanation of orphan-page definition, discovery workflow, and fix workflow.
- Botify Blog — Technical SEO source covering orphan pages from a crawlability and site-discovery perspective.
Reviewed by Lucía Marín, Founding editor.