seo-sitemap

Validate and generate XML sitemaps with HTTP and canonical checks.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/somarjun/hermes-seo --skill seo-sitemap-somarjun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-sitemap
Source: https://github.com/somarjun/hermes-seo/tree/main/skills/seo-sitemap
Command: npx skills add https://github.com/somarjun/hermes-seo --skill seo-sitemap-somarjun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from sitemap management by validating existing XML sitemaps and generating new ones that follow search-engine best practices.

Core Features & Use Cases

  • Sitemap Audit: Checks XML validity, URL reachability, canonical consistency, noindex conflicts, redirects, and robots.txt references.
  • Sitemap Generation: Creates standard sitemaps or sitemap indexes for large sites, with content-type splitting and documented structure output.
  • Use Case: Use it when a site has indexing issues, missing pages in the sitemap, or needs a new sitemap architecture for a growing content library.

Quick Start

Ask the skill to analyze your current XML sitemap or generate a new sitemap for your website.

Frequently Asked Questions about seo-sitemap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an XML sitemap for Google Search indexing errors?

To audit an XML sitemap for Google Search indexing, you can validate XML correctness, check URL reachability via HTTP 200 responses, verify canonical consistency, and detect noindex conflicts or redirect issues.

How do I generate a new XML sitemap for a large website?

To generate an XML sitemap for a large website, you can create a sitemap index that splits content by type, enforces the 50,000-URL protocol limit, and documents the structure for search engine indexing.

Why are my sitemap URLs not showing up in Google Search results?

Sitemap URLs might not show up in Google Search results if they contain noindex tags, canonical mismatches, redirect chains, or non-200 HTTP status codes, all of which can be identified through a comprehensive sitemap audit.

When do I need to use a sitemap index instead of a standard XML sitemap?

You need to use a sitemap index instead of a standard XML sitemap when your website exceeds the 50,000-URL protocol limit, requiring content-type splitting and multiple sitemap files for accurate search engine indexing.

How do I check if my robots.txt file is blocking my XML sitemap?

To check if your robots.txt file is blocking your XML sitemap, you can perform a robots.txt discovery audit to ensure search engines can successfully access and parse your sitemap references without restrictions.

What is the correct way to format lastmod values in an XML sitemap?

The correct way to format lastmod values in an XML sitemap is to ensure they reflect accurate last modification timestamps, which helps search engines prioritize and crawl recently updated content efficiently.