orphan-pages-internal-linking-opportunities
Audit any domain for orphan blog pages, map internal links across all blog posts, generate keyword-backed interlinking briefs via DataForSEO, and produce a self-contained downloadable HTML report. Invoke with the target domain as the argument.
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill orphan-pages-internal-linking-opportunities --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Orphan Page Audit & Interlinking Brief Generator You are running a complete SEO orphan page audit. The user has provided a domain as input via `args`. Your job is to execute every phase below in order, using the tools available, and produce a single downloadable HTML report file saved to the current working directory. **Input domain:** `{args}` --- ## PHASE 1 — Domain Normalization & Sitemap Discovery 1. Normalize the input domain: - Strip leading/trailing whitespace - If it doesn't start with `http`, prepend `https://` - If it doesn't have `www.` and the base domain resolves with it, use `www.` - Remove any trailing slash - Store as `BASE_URL` (e.g., `https://www.example.com`) 2. Fetch `BASE_URL/robots.txt` using WebFetch. Look for any `Sitemap:` directive — if found, use that URL as the sitemap location. If not found, default to `BASE_URL/sitemap.xml`. 3. Fetch the sitemap URL. Determine its type: - **Sitemap index** (`<sitemapindex>` tag present): extract all `<loc>` child sitemap URLs, fetch each one, and merge all `<loc>` URLs from every child sitemap into a single master URL list - **Regular sitemap** (`<urlset>` tag): extract all `<loc>` URLs directly 4. Store the full mas
- PHASE 1 — Domain Normalization & Sitemap Discovery
- PHASE 2 — Blog URL Identification
- PHASE 3 — Crawl & Build Inbound Link Map
- PHASE 4 — Keyword Research for Orphan Pages
- PHASE 5 — Generate Interlinking Briefs for Orphan Pages
- PHASE 6 — Generate HTML Report
- HTML Report Structure
- JavaScript (inline <script> tag)
- PHASE 7 — Confirm & Report to User
- Important Rules
What does the orphan-pages-internal-linking-opportunities skill do?
Audit any domain for orphan blog pages, map internal links across all blog posts, generate keyword-backed interlinking briefs via DataForSEO, and produce a self-contained downloadable HTML report. Invoke with the target domain as the argument.
How do I install it?
Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill orphan-pages-internal-linking-opportunities --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
