Seo sitemap
Use when analyzing or generating XML sitemaps. Covers sitemap.xml, sitemap-news.xml, sitemap-image.xml, sitemap-video.xml, robots.txt, URL coverage checks, sitemap index pattern.From its SKILL.md
npx -y skills add fusengine/agents --skill seo-sitemapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 267 tokens by cl100k_base, as published. Nobody here has run it
Sitemap
Workflow
- Fetch
/sitemap.xml(or sitemap index) - Run
scripts/parse-sitemap.ts→ validate structure - Cross-check URL coverage vs crawled pages
- Detect orphan URLs (in sitemap but not linked)
- Detect missing URLs (linked but not in sitemap)
Best Practices
- Max 50,000 URLs or 50 MB per sitemap (use index if larger)
<lastmod>actual file modification date (not generation date)<priority>and<changefreq>largely ignored by Google- HTTPS only, absolute URLs
- Reference in
robots.txt:Sitemap: https://example.com/sitemap.xml
Special Sitemaps
- News (publishers):
sitemap-news.xml, only articles from last 48h - Image:
sitemap-image.xmlwith<image:image>tags - Video:
sitemap-video.xmlwith<video:video>tags
Templates
templates/sitemap/sitemap.xmltemplates/sitemap/sitemap-news.xmltemplates/sitemap/sitemap-image.xmltemplates/robots/robots-saas.txttemplates/robots/robots-ecommerce.txt
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.