Sitemap Generator

Generate XML sitemaps from project routes and create robots.txt.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/raduceuca/wcgw-fun --skill sitemap-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sitemap Generator
Source: https://github.com/raduceuca/wcgw-fun/tree/main/.claude/skills/sitemap-generator
Command: npx skills add https://github.com/raduceuca/wcgw-fun --skill sitemap-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of XML sitemaps, crucial for search engine optimization, ensuring all your website's public routes are discoverable.

Core Features & Use Cases

  • Automated Sitemap Generation: Creates public/sitemap.xml based on your project's routes.
  • Robots.txt Creation: Generates a public/robots.txt file if it's missing.
  • Use Case: Before deploying your website, use this Skill to ensure search engines can easily index all your new pages and blog posts.

Quick Start

Run the sitemap generator skill to create the sitemap.xml file.

Frequently Asked Questions about Sitemap Generator

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

FAQPage Schema
How do I generate an XML sitemap for a React project?

To generate an XML sitemap, this Skill scans project files like `src/pages/` and `src/App.tsx` to identify public routes, automatically creating a `public/sitemap.xml` file to improve search engine discoverability.

How does a sitemap generator handle dynamic routes?

Sitemap generators handle dynamic routes by fetching content lists or accepting user-provided URLs, ensuring dynamically generated pages are included in the final `sitemap.xml` for search engine indexing.

Does the sitemap generator exclude authentication-protected routes?

Yes, generating a sitemap automatically excludes authentication-protected routes from the output. It focuses solely on your website's public routes to ensure search engines only discover accessible pages.

Can I create a robots.txt file along with my XML sitemap?

Yes, you can create a `robots.txt` file alongside your sitemap. The generator automatically creates a `public/robots.txt` file if one is absent, ensuring proper search engine crawling instructions are set.

When do I need to generate an XML sitemap for SEO?

You need an XML sitemap for SEO before deploying your website. Generating one ensures search engines can easily discover and index all your new pages, blog posts, and public routes to improve visibility.