How to use this developer tool
- Paste one URL or relative path per line.
- Provide a base URL for relative paths.
- Choose sitemap options.
- Download the generated XML.
Convert URL lists into valid XML sitemap output with duplicate removal, URL normalization, last-modified dates, priority, and split warnings.
The generator validates URLs, normalizes relative paths, removes duplicates, escapes XML entities, and builds a standards-compatible urlset.
Large sitemaps should be split before reaching the standard URL-count or uncompressed-size limits.
A list of homepage, about, and product URLs becomes an XML urlset with optional lastmod and changefreq elements.
Paste one URL per line and generate a urlset with escaped loc elements.
Enable lastmod output to add the current ISO date to each generated URL entry.
Relative paths must be resolved against an absolute base URL before output.
Enable duplicate removal after URL normalization.
Split it before exceeding the sitemap protocol URL-count or uncompressed file-size limits.
| Field | Purpose |
|---|---|
| loc | Canonical absolute URL |
| lastmod | Last meaningful modification |
| changefreq / priority | Optional crawler hints |