XML Sitemap Generator

Build a valid sitemap.xml from a list of URLs with lastmod, changefreq and priority.

Paste a list of URLs (one per line), pick a global lastmod date, change frequency and priority, and get a valid sitemap.xml using the standard sitemaps.org schema. Copy and deploy at /sitemap.xml.

Common use cases

  • Generate a sitemap for a small static site or marketing landing pages
  • Quickly produce a sitemap from URLs exported from a CMS or spreadsheet
  • Submit a fresh sitemap to Google Search Console after a site rebuild
  • Test sitemap structure before automating generation in CI

Frequently asked questions

Where do I host the sitemap?
At the root of your domain — usually /sitemap.xml. Then add a Sitemap: line to robots.txt and submit it in Google Search Console.
Do I need lastmod, changefreq and priority?
Only <loc> is required; the others are hints. Google largely ignores priority and changefreq, but lastmod is still useful for crawl scheduling.

Related tools