Sitemap Generator - Build sitemap.xml Online
Paste a list of your page URLs and generate a valid sitemap.xml with changefreq, priority, and an optional lastmod date.
Free Sitemap.xml Generator
Paste a list of your page URLs and generate a valid sitemap.xml file — complete withchangefreq, priority, and an optional lastmod date — ready to upload to your site's root or submit to Google Search Console.
How to Use It
Paste one URL per line into the textarea, choose a default change frequency and priority to apply to every URL, optionally include a <lastmod> tag with today's date, then click "Generate Sitemap." Copy the result or download it directly as a sitemap.xml file.
Example
Pasting three URLs with "weekly" change frequency and priority "0.8" produces a sitemap where each page is wrapped in a <url> block with matching <changefreq> and<priority> tags, ready to drop onto your server.
Common Use Cases
- Building a sitemap for a small static site or landing page without a build pipeline.
- Quickly regenerating a sitemap after adding a handful of new pages.
- Producing a valid sitemap.xml to submit to Google Search Console or Bing Webmaster Tools.
FAQs
Does this tool crawl my website automatically?
No — this tool doesn't crawl your site automatically. Browser-based tools can't fetch and follow links across an entire domain due to CORS restrictions and the lack of a backend crawler. Instead, paste your own list of page URLs and the tool builds a valid sitemap.xml from them.
Can each URL have a different priority or change frequency?
This version applies one chosen change frequency and priority to every URL in the list for simplicity. If you need different values per URL, generate separate batches and merge the resulting<url> blocks manually.
What does the priority value actually do?
Priority is a hint (0.0-1.0) to search engines about a page's relative importance within your own site — it doesn't affect ranking compared to other websites, and most search engines treat it as a weak signal at best.
