Issue: Orphan Pages High

Pages with no internal links pointing to them — invisible to crawlers following links.

What this means

Orphan pages have zero inbound internal links in the sampled crawl graph. They can only be discovered through the sitemap, not by following links from other pages. This means they receive no link equity and may be deprioritized by both search engines and AI crawlers. The JSON field is orphan_pages.

Detection condition

Triggered when a page has no inbound internal links discovered during the crawl. The detection is probabilistic — if SEODiff only samples 10% of your site, a page that appears orphaned might actually have links from uncrawled pages.

Dynamic severity

The severity of orphan detection adjusts based on overall orphan risk across the site:

Suppressed when crawl coverage is <20% and fewer than 50 pages were sampled.

Common causes

How to fix

  1. Add orphan pages to relevant category/listing pages or navigation.
  2. Create hub pages that link to groups of related pages.
  3. Add "related content" sections that cross-link between pages.
  4. Use breadcrumb navigation to establish hierarchy.
  5. For pSEO: ensure every programmatic page is reachable from at least one index page.