Skip to main content

Orphan pages addressed; all indexable pages reachable within 3 clicks from home

ab-002516 · seo-advanced.link-architecture.page-reachability
Severity: lowactive

Why it matters

Orphan pages — indexable URLs with zero inbound internal links — receive no PageRank flow and often fall out of the index entirely, wasting whatever you spent producing them. Pages buried more than 3 clicks from home get crawled infrequently and inherit minimal authority, which caps their ranking ceiling regardless of content quality. Both failure modes commonly hide high-intent commercial pages that should be front-and-center.

Severity rationale

Low because reachability issues suppress individual pages but do not affect well-linked core routes.

Remediation

Generate a reachability report by crawling from home with a tool like Screaming Frog, then add contextual links from relevant hubs to every orphan. Update navigation in components/nav.tsx to surface buried categories at depth 1 or 2, and add breadcrumbs via app/layout.tsx so every page declares its ancestor chain.

Detection

  • ID: seo-advanced.link-architecture.page-reachability
  • Severity: low
  • What to look for: Count all public indexable pages. Map the site's link structure by tracing internal links from the home page. For each page, count the minimum number of clicks required to reach it from home. Enumerate all orphan pages (zero inbound internal links from navigation or content). Target: no more than 3 clicks to reach any page.
  • Pass criteria: At least 95% of public pages are reachable within 3 clicks from the home page. Zero orphan pages with no inbound internal links. Report: "X of Y pages reachable in 3 clicks or fewer; 0 orphan pages."
  • Fail criteria: More than 5% of pages require more than 3 clicks to reach, or at least 1 orphan page has zero inbound internal links.
  • Skip (N/A) when: Never — link structure and reachability applies to all sites with more than 1 page.
  • Detail on fail: "5 of 40 pages are orphaned (no navigation links, no internal references); /support/faq requires 4 clicks from home".
  • Remediation: Add navigation links to orphan pages. Restructure navigation in app/layout.tsx or components/nav.tsx to reduce click depth. Use breadcrumb navigation components for deep hierarchies.

Taxons

History