← ClaudeAtlas

seo-subdomainlisted

Subdomain ownership map for a domain. Lists subdomains, queries overview/keywords/competitors/backlinks per subdomain, surfaces which subdomains own which topic clusters, where there's fragmentation, and whether consolidation is warranted. Use when the user asks "subdomain analysis", "subdomain ownership", "subdomain SEO", "blog vs main domain", "support vs docs subdomain", or "should I consolidate subdomains".
seranking/seo-skills · ★ 54 · AI & Automation · score 83
Install: claude install-skill seranking/seo-skills
> Example output: [examples/seo-subdomain-notion-so-20260514/SUBDOMAINS.md](../../examples/seo-subdomain-notion-so-20260514/SUBDOMAINS.md) # Subdomain Analysis Map a domain's subdomain ecosystem. Which subdomains exist, what each ranks for, where they overlap, and whether the structure is healthy or fragmented. Output: an ownership map (which topic is owned by which subdomain), a fragmentation report, and recommendations for consolidate / split / leave alone. ## Prerequisites - SE Ranking MCP server connected. - User provides: a target root domain (e.g. `example.com`). The skill discovers subdomains automatically. - Optional: `--limit N` to cap the number of subdomains analysed (default: top 10 by ranked keyword count). ## Process 1. **Validate & preflight** - Normalise root domain (no protocol, no `www.`). - `DATA_getCreditBalance` — surface remaining credits. Subdomain analysis is N × ~5 calls; cost scales with subdomain count. 2. **Discover subdomains** `DATA_getDomainSubdomains` - List all subdomains of the root domain. - For each: keyword count, traffic estimate, backlinks count. - Sort by ranked-keyword count descending. - Apply `--limit` (default top 10). 3. **Per-subdomain overview** `DATA_getDomainOverviewWorldwide` - For each subdomain in scope: domain authority, traffic estimate, organic + paid keyword counts, top regions. - This establishes a baseline for cross-subdomain comparison. 4. **Per-subdomain top keywords** `DATA_getDomain