Free Online Sitemap Generator

An XML sitemap generator wraps a plain list of URLs into the `sitemap.xml` format that search engines can read, with optional `lastmod`, `changefreq`, and `priority`.

Your data is processed entirely in your browser and never sent to any server.

Instant results 100% private No signup needed

How to Use This Developer Tool

  1. Paste one URL per line into the input area.
  2. Optionally set defaults for changefreq and priority.
  3. Read the generated sitemap.xml below.
  4. Click Copy or Download to save the file.

What Is a Sitemap Generator?

A sitemap is a list of URLs you want search engines to crawl, wrapped in a small XML envelope (`<urlset><url><loc>…</loc></url>…</urlset>`). The format is fixed and easy to write by hand for a handful of pages; for dozens or hundreds, a generator saves time and prevents tag typos that quietly invalidate the whole file.

This tool takes one URL per line, then wraps each in a `<url>` element with the metadata fields you select. The output is a valid `sitemap.xml` you can serve directly at your domain root, reference from `robots.txt`, or submit to Google Search Console and Bing Webmaster Tools.

Frequently Asked Questions

What is an XML sitemap?
A list of URLs for crawlers. Helps search engines discover pages, especially new or deep content. Optional but recommended for SEO.
What's the max URLs per sitemap?
50,000 URLs or 50MB uncompressed. Use a sitemap index for larger sites.
Do I need priority and changefreq?
Optional. Google treats them as hints. priority is 0.0-1.0; changefreq is one of always/hourly/daily/weekly/monthly/yearly/never.

Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.

Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.

Related Developer Tools