no-outlinks-auditlisted
Install: claude install-skill Infrasity-Labs/dev-gtm-claude-skills
# SKILL: Dead-End Pages — No Outgoing Internal Links Audit
## DESCRIPTION
Finds every blog/content page on a site that has **zero outgoing links to any URL on
the same domain** in its body content. These pages absorb link equity but pass none
on — they are structural dead-ends that silently suppress topical authority and hurt
crawl efficiency across the site.
For each dead-end page the skill generates 3 suggestions: pages on the same site that
the dead-end page SHOULD link out to, including the exact anchor text (the target
page's top keyword), where in the dead-end page to place the link, and a ready-to-paste
context copy sentence with the link already embedded.
This skill is the structural inverse of the Orphan Pages skill:
- **Orphan Pages**: pages with no *incoming* internal links (nobody links TO them)
- **Dead-End Pages**: pages with no *outgoing* internal links (they link out to nobody)
---
## TOOLS
- Step 1 uses **curl via bash_tool** for sitemap discovery
- Step 2 uses **curl via bash_tool** for framework detection
- Step 3 uses **curl via bash_tool** for outgoing link detection (method varies by framework)
- Step 5 uses **Ahrefs MCP** (`site-explorer-top-pages`) for keyword research
---
## WORKFLOW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP 1 — DISCOVER ALL PAGES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHY THIS STEP EXISTS
You need a complete list of all blog/content pages to check. Curl-based sitemap
discovery is fast, free, and reflects the live s