What it is
An orphan page is a page on your site that has zero incoming internal links pointing to it. No other page on the site links to it, so the only way to reach it is through a direct URL, a sitemap, or an external link. crawler.sh flags orphan pages as check #24 in the SEO analysis.
The start URL (typically your homepage) is excluded from this check since it is reached directly rather than through internal links.
Why it matters for SEO
Orphan pages are one of the most common and damaging structural problems on a website:
- Crawl discovery - Search engine crawlers find pages by following links. A page with no internal links may never be crawled at all, even if it exists in your sitemap.
- Link equity - Internal links pass ranking authority between pages. Orphan pages receive zero link equity from the rest of your site, making them far less likely to rank.
- Crawl budget - When search engines do find an orphan page (via sitemap or external link), they have no context for how it fits into the site. This can lead to inefficient crawling and wasted crawl budget.
- Content value - Orphan pages often represent forgotten, outdated, or poorly organized content. They may contain valuable information that nobody sees because there is no path to reach it.
- Index quality - Search engines may deprioritize or drop orphan pages from the index over time since the lack of internal links signals that the site itself does not consider the page important.
Why it matters for AEO
AI answer engines use site structure to assess content relevance and authority. A page that no other page on the site links to appears isolated and unimportant. AI systems are less likely to cite content that the site’s own internal linking treats as irrelevant, even if the content itself is high quality.
Common causes
- Redesigns and migrations - Pages from an old site structure lose their internal links when navigation changes
- CMS drafts published accidentally - Pages go live without being linked from any hub or category page
- Removed navigation items - A page gets unlinked from the menu but never deleted or redirected
- Blog posts without category links - Individual posts exist but are not linked from any index, tag, or archive page
- Landing pages for ads - Campaign-specific pages created for paid traffic that were never linked internally
How to fix it
- Add internal links from relevant pages to give the orphan page a path from the rest of the site. This is the best fix for pages that should remain live.
- Add to navigation if the page belongs in a menu, sidebar, or footer link list.
- Link from hub pages - Add the orphan page to relevant category, tag, or index pages.
- Redirect the orphan page to a relevant existing page if the content is outdated or duplicated.
- Delete and 410 the page if it is no longer needed. Return a 410 status code so search engines know to remove it from the index.
What crawler.sh reports
In the CLI, orphan pages appear under the “Orphan pages” section of crawler seo output. Each entry shows the URL of the page that has no incoming internal links.
crawler crawl https://example.comcrawler seo example-com.crawlIn the desktop app, orphan pages appear in the SEO Issues card alongside all other checks.
Note: Orphan detection requires crawl data from v0.6.2 or later. If you run
crawler seoon an older.crawlfile, the check is automatically skipped.