1
    πŸ€– Robots Sitemap Validator

    πŸ€– Robots Sitemap Validator

    by JustHandled Labs

    Check your robots.txt and sitemap.xml for the mistakes that quietly block crawlers. Flags a site-wide Disallow: /, malformed directives, a missing Sitemap: line, sitemap XML that is not well-formed, <loc> URLs missing a scheme, mixed http and https, and sitemaps over the 50,000-URL or 50MB limits. Reads local files or pasted text and never touches the live site.

    Updated Jun 2026
    0 installs

    Free

    Included in download

    • Downloadable skill package
    • Works with Cursor, Codex CLI
    • 2 permissions declared
    • Instant install

    Sample input

    Audit the robots.txt and sitemap.xml in my public directory to make sure I'm not blocking search engines from the main site.

    Sample output

    Scan results for /public:

    • [CRITICAL] robots.txt L4: User-agent: * Disallow: / (Blocks all crawling)
    • [WARNING] robots.txt L12: Sitemap: /sitemap_index.xml (File not found in local directory)
    • [INFO] sitemap.xml: Valid XML structure found with 42 URLs.

    About This Skill

    Ensure Search Engines Can Crawl Your Code

    The Robots Sitemap Validator is a specialized tool for developers and SEO teams to catch critical crawling mistakes before they hit production. It automates the tedious process of auditing local sitemap and robots.txt files, ensuring your site's architecture is search-engine friendly.

    What it does

    • Identifies syntax errors in robots.txt and sitemap.xml files.
    • Detects "orphan" sitemaps where a robots.txt references a file that doesn't exist locally.
    • Flags high-severity blocking rules that might accidentally de-index important sections of your site.
    • Provides structured feedback including rule IDs, severity levels, and exact line numbers.

    Why use this skill?

    Manual SEO audits are prone to human error, and production-only crawlers find issues too late. This skill integrates into your local development or CI/CD workflow to detect issues while you're coding. It supports standard web protocols and works with any directory structure, providing a layer of safety that generic LLM prompting cannot match in terms of precision and file-system awareness.

    Use Cases

    • Prevent accidental site-wide de-indexing in robots.txt
    • Verify that sitemaps referenced in robots.txt exist locally
    • Check sitemap.xml files for valid XML syntax and structure
    • Identify high-severity crawl-blocking rules before deployment

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Read Files

    Allowed Hosts

    www.sitemaps.org

    File Scopes

    robots-sitemap-validator/**
    **/robots.txt
    **/sitemap*.xml

    Notes: Read-only. Also accepts pasted text via --stdin. Prints findings with rule id, severity, file, and line. It does not crawl, render JavaScript, submit to search engines, or read environment variables.

    Works with any agent that can read a file and run a local Python script (Claude Code, Cursor, Codex CLI, and other SKILL.md-compatible agents). Standard library only, no install step. Parses XML with the standard library and makes no network calls.

    Creator

    JustHandled Labs creates focused agent skills and workflow packs for Claude, Codex, Cursor, and AI-assisted builders. Each tool is designed around a real repeatable task: cleaner commits, better PRs, stronger handoffs, safer repo hygiene, clearer documentation, and less copy-paste chaos. The goal is not generic AI productivity. The goal is specific workflows that are easier to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. JustHandled Labs builds tools for people who want useful automation without theatrical complexity.

    Frequently Asked Questions

    More Premium Skills

    Free