Skip to content
atlookup

Orphan Page (No Internal Inlinks)

Pages with zero internal links are unreachable through site navigation.

warning Impact: high ARCH_PAGE_ORPHAN 2 min read Updated

Why it matters

Pages with zero internal links are unreachable through site navigation. Google can still discover them via sitemap but assigns them very low authority because no other page points to them. Users almost never see them organically.

Schedule a fix in your next sprint. Warnings won't block your site but they consistently leave performance on the table. Estimated SEO impact: high — direct effect on rankings or impressions.

How to fix

  • Add contextual links from relevant high-importance pages
  • Include the page in a primary navigation block, footer, or topic hub
  • If the page should not be indexed, add `noindex` instead of leaving it orphaned

Common causes

If the rule is firing across many pages, the root cause is almost always one of these:

  • Pages reachable only through search, sitemap, or external links — never from another internal page.
  • Deep section pages buried 5+ clicks from the homepage with no shortcut hub.
  • Important pages weakly linked because the navigation never surfaces them.
  • Broken internal targets after a slug or section rename without a redirect map.

Anti-patterns to avoid

Even with the best intentions, these "fixes" make the issue worse — recognise them so you don't ship them:

  • Hub pages only reachable via the sitemap, not from any header or body link.
  • Pagination depth so high that ?page=42 is the only way to reach important content.
  • Renaming sections without adding redirects.

How atlookup detects this

Our crawler renders each page with a real headless browser, then builds a graph of internal links across the entire crawl and analyses orphans, depth, and weak nodes. Pages where the rule fires for orphan page (no internal inlinks) are flagged on the report.

If you'd like to see this rule fire on your own site, run a free 60-second audit — every page is reported with the exact lines that triggered it.

Tools to verify the fix

Once you've applied the fix, double-check with these external validators:

  • Screaming Frog — Crawl-depth + orphan-page reports.
  • Sitebulb — Visual graph of internal link weight distribution.

Frequently asked questions

Why does Orphan Page (No Internal Inlinks) matter for SEO?

Pages with zero internal links are unreachable through site navigation. Google can still discover them via sitemap but assigns them very low authority because no other page points to them. Users almost never see them organically.

How do I fix orphan page (no internal inlinks)?

Add contextual links from relevant high-importance pages Include the page in a primary navigation block, footer, or topic hub If the page should not be indexed, add `noindex` instead of leaving it orphaned

Is this a critical SEO issue?

Schedule a fix in your next sprint. Warnings won't block your site but they consistently leave performance on the table. Estimated SEO impact: high — direct effect on rankings or impressions.

How does atlookup detect orphan page (no internal inlinks)?

Our crawler renders each page with a real headless browser, then builds a graph of internal links across the entire crawl and analyses orphans, depth, and weak nodes. Pages where the rule fires for orphan page (no internal inlinks) are flagged on the report.

How long does it take to fix?

5–15 minutes per page. Most teams batch similar issues across templates so the per-page time goes down at scale.