XML Sitemap Generator

Turn a list of URLs into a valid XML sitemap — changefreq, priority, lastmod. Copy and go.

Stays on your device. This tool runs in your browser — nothing you paste or open ever leaves it. Nothing uploaded, nothing to leak.

Your URLs — one per line
sitemap.xml

    
Help us improve Was this tool useful? Tap a star. Thanks — your rating helps others find it.
Be the first to rate

How to use it

Paste your page URLs, one per line. Choose a default change frequency and priority, and whether to stamp today as the last-modified date. Copy the generated XML into a file named sitemap.xml at your domain root, then submit it in Google Search Console.

Sitemap Generator — TechWhack Score

9.3/10
  • Privacy 10/10

    Your URL list is turned into XML in your browser — the list is never uploaded.

  • Speed 10/10

    Generates the file instantly, however long the list.

  • Features 7/10

    Valid sitemap.xml from a pasted URL list, with changefreq, priority and lastmod per entry.

  • Free 10/10

    No sign-up and no URL cap — the crawler-based generators cap the free tier at a few hundred pages.

Verdict: No URL limit, because it formats a list you already have rather than crawling your site — which is also why nothing about your site is uploaded.

Embed this tool on your site
<iframe src="https://techwhack.com/tools/seo/sitemap-generator/embed" width="100%" height="440" frameborder="0" loading="lazy"></iframe> <!-- Powered by TechWhack -->
An XML sitemap generator turns a plain list of page URLs into the sitemap.xml file search engines read to discover your pages. Paste your URLs, set the change frequency, priority and last-modified date, and copy the valid XML to your site root. It runs entirely in your browser.

What the fields mean

loc is the page URL; lastmod is when it last changed; changefreq hints how often it updates; priority (0.0–1.0) suggests a page’s relative importance. Google treats changefreq and priority as hints only, but a clean, complete sitemap still helps crawling and discovery.

FAQ

Where does sitemap.xml go?At your domain root — example.com/sitemap.xml — and reference it from robots.txt with a Sitemap: line.
How many URLs can a sitemap have?Up to 50,000 URLs or 50MB per file. For larger sites, split into multiple sitemaps and list them in a sitemap index.
Is anything uploaded?No — the XML is built entirely in your browser.