orphan-pages-internal-linking-opportunities
Installation
SKILL.md
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
-
Normalize the input domain:
- Strip leading/trailing whitespace
- If it doesn't start with
http, prependhttps:// - If it doesn't have
www.and the base domain resolves with it, usewww. - Remove any trailing slash
- Store as
BASE_URL(e.g.,https://www.example.com)
-
Fetch
BASE_URL/robots.txtusing WebFetch. Look for anySitemap:directive — if found, use that URL as the sitemap location. If not found, default toBASE_URL/sitemap.xml.