Sitemap Generator
Turn a list of URLs into a valid XML sitemap.
What is this Sitemap Generator?
An XML sitemap lists a website's important pages so search engines can discover and crawl them more efficiently. This tool turns a plain list of URLs you provide into a properly formatted sitemap.xml file, with optional change-frequency and priority hints for every URL.
How to use it
- Paste your page URLs, one per line (full URLs, including
https://). - Optionally set a change frequency and priority applied to every URL, and choose whether to stamp today's date as the last-modified value.
- Click Generate Sitemap, copy the result, and save it as
sitemap.xmlin your site's root folder.
Important: this tool builds a sitemap from URLs you supply — it does not crawl your website to discover pages automatically, since that would require a server-side crawler rather than a browser-only tool. For a small to medium site, listing your pages by hand (or pasting URLs exported from your CMS) is quick and gives you full control over what search engines are pointed to. Once your sitemap file is live, reference it in your robots.txt (see the Robots.txt Generator on this site) and submit it directly in Google Search Console.