Detect Orphan Pages
detect_orphan_pagesFinds orphan pages by cross-referencing sitemap URLs with crawled pages and the internal link graph. Classifies pages by inbound links and reports coherence stats to improve site structure.
Instructions
Detect orphan pages by cross-referencing sitemap URLs with crawled pages and internal link graph. Identifies pages with no inbound links (orphans), sitemap-only pages, crawl-only pages, and deep pages. Returns classification, link graph hubs, and sitemap/crawl coherence stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The site URL to analyze | |
| delay | No | Delay in ms between batches | |
| crawlDepth | No | Crawl depth | |
| concurrency | No | Pages crawled in parallel | |
| maxCrawlPages | No | Max pages to crawl for building the link graph |