Agent skill · Content & Marketing

seo-sitemap

Analyze existing XML sitemaps or generate new ones with industry templates. Validates format, URLs, and structure. Use when user says "sitemap", "generate sitemap", "sitemap issues", or "XML sitemap".

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill seo-sitemap --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob-Bash-WebFetch-Write
Path: skills/seo-sitemap/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sitemap Analysis & Generation ## When to Use - Use when analyzing an existing XML sitemap or generating a new one. - Use when the user mentions sitemap issues, sitemap generation, or sitemap validation. - Use when checking URL coverage, sitemap limits, and sitemap quality rules. ## Mode 1: Analyze Existing Sitemap ### Validation Checks - Valid XML format - URL count <50,000 per file (protocol limit) - All URLs return HTTP 200 - `<lastmod>` dates are accurate (not all identical) - No deprecated tags: `<priority>` and `<changefreq>` are ignored by Google - Sitemap referenced in robots.txt - Compare crawled pages vs sitemap; flag missing pages ### Quality Signals - Sitemap index file if >50k URLs - Split by content type (pages, posts, images, videos) - No non-canonical URLs in sitemap - No noindexed URLs in sitemap - No redirected URLs in sitemap - HTTPS URLs only (no HTTP) ### Common Issues | Issue | Severity | Fix | |-------|----------|-----| | >50k URLs in single file | Critical | Split with sitemap index | | Non-200 URLs | High | Remove or fix broken URLs | | Noindexed URLs included | High | Remove from sitemap | | Redirected URLs included | Medium | Update to final URLs | | All

What's inside
Steps it walks through
  1. When to Use
  2. Mode 1: Analyze Existing Sitemap
  3. Validation Checks
  4. Quality Signals
  5. Common Issues
  6. Mode 2: Generate New Sitemap
  7. Process
  8. Safe Programmatic Pages (OK at scale)
  9. Penalty Risk (avoid at scale)
  10. Sitemap Format
  11. Standard Sitemap
  12. Sitemap Index (for >50k URLs)
  13. Error Handling
  14. Output
More from agentic-awesome-skills
All skills →
About this skill
What does the seo-sitemap skill do?

Analyze existing XML sitemaps or generate new ones with industry templates. Validates format, URLs, and structure. Use when user says "sitemap", "generate sitemap", "sitemap issues", or "XML sitemap".

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill seo-sitemap --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 sickn33/agentic-awesome-skills, a repository with 44,414 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.

Keep going