Sitemap XML Generator turns page URLs into a valid XML sitemap structure for search engine discovery. It is useful for small sites, launches, migrations, and SEO checks.
Turn a list of URLs into a valid sitemap.xml file. Everything runs locally in this tab.
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> </urlset>
Yes. The tool is free and runs directly in your browser with no account required.
No. The URL list is converted to XML locally in the browser tab and is not sent to a server.
Turning a plain list of page URLs — copied from a spreadsheet or crawl export — into valid sitemap.xml markup you can upload to your site.
Paste one full, absolute URL per line (including https://) into the input box. Each line becomes a separate <url><loc> entry in the output.
No — this generator produces minimal, valid sitemaps with just the <loc> element per URL. If you need those optional tags, add them manually to the output before publishing.
Save the output as sitemap.xml and upload it to your site's root (or wherever you reference it), then list its URL in your robots.txt and submit it in Search Console.
The tool has no hard-coded limit, but the official sitemap protocol caps a single file at 50,000 URLs or 50MB uncompressed — split larger sites into multiple sitemap files with a sitemap index.
No — it only formats the URLs you provide into XML. It doesn't check that each page returns a 200 status or is reachable.