Skip to content

[Feature Request]: Automated XML Sitemap Generation from Crawl Data #5

Description

@alfa546

Problem

Currently, the crawler does an excellent job of mapping out a website's entire URL structure and identifying which pages are indexable and returning a 200 OK status. However, users still need to rely on third-party plugins or external tools to generate an updated XML sitemap to submit to Google Search Console.

Proposed Solution

Since the crawler already holds all the necessary data in memory, I propose adding a feature to automatically generate and export a valid sitemap.xml file.

Key Requirements:

  • Filtering: Only include URLs that return a 200 OK status and do not possess a noindex tag.
  • Formatting: Ensure the output strictly follows the standard XML sitemap protocol.
  • UI Integration: Add a simple "Export to XML Sitemap" button next to the existing .csv / .xlsx export options on the Summary Dashboard.

Value to the Project

This streamlines the technical SEO workflow. It transforms the crawler from just an auditing tool into an actionable deployment tool, allowing users to crawl, clean up 404s, and immediately generate a fresh sitemap for search engines in one sitting.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions