How to Identify Orphaned Pages with OpenClaw
Discover orphaned pages with OpenClaw and ToolRouter. Find unlinked content on your website.
ToolSite CrawlerOpenClaw discovers all orphaned pages across your domain in one automated crawl, producing a structured list of unlinked URLs with their content type and creation date. The batch output enables systematic orphan page remediation and integrates into content auditing workflows for sites with large page inventories.
Connect ToolRouter to OpenClaw
1Install the CLI
npm install -g toolrouter-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Site Crawler tool:
- Ask: "Crawl mysite.com and find pages with no inbound internal links"
- OpenClaw identifies orphaned pages unreachable through normal navigation
- Request: "For each orphaned page, suggest the best page to link from"
- Add links or remove pages as recommended, then re-crawl to verify
Example Prompt
Try this with OpenClaw using the Site Crawler tool
Find orphaned pages on mysite.com. Which pages have no internal links pointing to them?
Tips
- Cross-reference with analytics data to find orphaned pages that still get traffic from external links
- Ask for a batch linking strategy to fix multiple orphans at once
- Run after navigation redesigns to catch accidentally orphaned content