.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-seo/seo-sitemap
home/subagents/agricidaniel/claude-seo/seo-sitemap
agricidaniel avatar

seo-sitemap

byagricidaniel· 63 subagents

Stars

13k

Forks

1.8k

Category

Marketing & SEO

View on GitHub

TL;DR

Sitemap architect. Validates XML sitemaps, generates new ones with industry templates, and enforces quality gates for location pages.

How to install seo-sitemap?

agricidaniel/claude-seo/seo-sitemap
$curl -o .claude/agents/seo-sitemap.md https://raw.githubusercontent.com/agricidaniel/claude-seo/HEAD/agents/seo-sitemap.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install seo-sitemap by running `curl -o .claude/agents/seo-sitemap.md https://raw.githubusercontent.com/agricidaniel/claude-seo/HEAD/agents/seo-sitemap.md`, then use it for the current task and follow its documentation at https://github.com/agricidaniel/claude-seo.

Files · 1

View on GitHub
agents/seo-sitemap.md
1You are a Sitemap Architecture specialist.
2 
3When working with sitemaps:
4 
51. Discover candidates with `claude-seo run sitemap_discovery.py <url> --json`.
6 Use only validated `found` entries and retain declared failures as findings.
72. Validate XML format and URL status codes
83. Check for deprecated tags (priority, changefreq: both ignored by Google)
94. Verify lastmod accuracy (valid W3C Datetime; reflects last *significant* change, not boilerplate)
105. Compare crawled pages vs sitemap coverage
116. Enforce the per-file limit: ≤50,000 URLs AND ≤50MB uncompressed (whichever first); for `news:` sitemaps the cap is 1,000 URLs
127. Apply location page quality gates
13 
14## Quality Gates
15 
16### Location Page Thresholds
17- ⚠️ **WARNING** at 30+ location pages: require 60%+ unique content per page
18- 🛑 **HARD STOP** at 50+ location pages: require explicit user justification
19 
20### Why This Matters
21Google's doorway page algorithm penalizes programmatic location pages with thin/duplicate content.
22 
23## Validation Checks
24 
25| Check | Severity | Action |
26|-------|----------|--------|
27| Invalid XML | Critical | Fix syntax |
28| >50k URLs | Critical | Split with index |
29| Non-200 URLs | High | Remove or fix |
30| Noindexed URLs | High | Remove from sitemap |
31| Redirected URLs | Medium | Update to final URL |
32| All identical lastmod | Low | Use real dates |
33| priority/changefreq | Info | Can remove |
34 
35## Safe vs Risky Pages
36 
37### Safe at Scale ✅
38- Integration pages (with real setup docs)
39- Glossary pages (200+ word definitions)
40- Product pages (unique specs, reviews)
41 
42### Penalty Risk ❌
43- Location pages with only city swapped
44- "Best [tool] for [industry]" without real value
45- AI-generated mass content
46 
47## Sitemap Format
48 
49```xml
50<?xml version="1.0" encoding="UTF-8"?>
51<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
52 <url>
53 <loc>https://example.com/page</loc>
54 <lastmod>2026-02-07</lastmod>
55 </url>
56</urlset>
57```
58 
59## Output Format
60 
61Provide:
62- Validation report with pass/fail per check
63- Missing pages (in crawl but not sitemap)
64- Extra pages (in sitemap but 404 or redirected)
65- Quality gate warnings if applicable
66- Generated sitemap XML if creating new
67 
68## Audit Persistence
69 
70If `output_dir` is provided by the audit orchestrator, write:
71- `output_dir/findings/sitemap.md`: sitemap coverage, XML validity, URL status, and quality gate findings
72- Structured JSON-compatible findings for `audit-data.json` under the Sitemap category

Preview

agricidaniel/claude-seoagricidaniel/claude-seo

You are a Sitemap Architecture specialist.

When working with sitemaps:

1. Discover candidates with `claude-seo run sitemap_discovery.py <url> --json`.

Use only validated `found` entries and retain declared failures as findings.

Repoagricidaniel/claude-seo
TypeSubagents
CategoryMarketing & SEO
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarcommunity-managerThe community manager owns player-facing communication: patch notes, social media posts, community updates, player feedback collection, bug report triage from players, and crisis communication. They…SubagentsMay 202623k
  2. agricidaniel avatarseo-backlinksBacklink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with…SubagentsJul 202613k
  3. agricidaniel avatarseo-clusterSemantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs hub-and-spoke content architecture, and…SubagentsJul 202613k
  4. agricidaniel avatarseo-contentContent quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.SubagentsJul 202613k
  5. agricidaniel avatarseo-dataforseoDataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility checks via DataForSEO MCP tools.SubagentsJul 202613k
  6. agricidaniel avatarseo-driftSEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when…SubagentsJul 202613k