Example input
https://example.com/ | 2026-07-20
https://example.com/docs/
DataHub
Tools
Sitemap XML Generator
Local-first
Generate sitemap XML from a list of URLs with changefreq and priority values.
Each line accepts an absolute HTTP or HTTPS URL and an optional W3C date after a pipe. The tool rejects malformed, duplicate, cross-origin, and over-limit input; it never invents lastmod, changefreq, or priority values.
https://example.com/ | 2026-07-20
https://example.com/docs/Two <url> entries; only the first contains the supplied lastmod date.The generator validates entry count and basic URL/date rules, but it does not crawl pages, prove that a date is accurate, or enforce the uncompressed 50 MB byte limit.
The sitemap protocol requires absolute URLs and sets size limits. Google treats sitemap data as hints and recommends accurate lastmod values for significant page changes.
Sources checked July 24, 2026. Specifications and platform behavior can change; verify the sources before formal use.
No. lastmod is emitted only when you provide a valid date after a pipe.
Yes. Every URL must share the first URL's origin.
No. They are intentionally omitted.
It allows up to 50,000 entries; larger sites still need multiple files and a sitemap index.