← ClaudeAtlas

no-outlinks-auditlisted

Runs a full dead-end page audit for any website. Discovers all blog/content pages, detects which ones have zero outgoing links to any URL on the same domain, fetches keywords, clusters pages by topic, and generates 3 outgoing link suggestions per dead-end page with anchor text, placement guidance, and ready-to-paste context copy. Outputs a styled HTML report matching report-style-reference.html. Automatically detects site framework (Next.js, static, WordPress) and uses the correct detection method: RSC header for Next.js/Vercel sites, standard curl for static and traditional CMS sites. Trigger when a user provides a domain or URL and asks for a dead-end page audit, outgoing internal links audit, "which pages don't link out", "find pages with no internal links in the content", "pages that are link dead-ends", or any variation of finding pages that have zero outgoing links to the same domain. Always use this skill for dead-end page audits — never attempt the workflow without following every step here.
Infrasity-Labs/dev-gtm-claude-skills · ★ 23 · Web & Frontend · score 81
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