SEO Tools
Sitemap Generator
Paste a list of URLs (one per line) and optionally set a global lastmod, changefreq and priority. The tool emits a valid XML sitemap ready to upload to your site root and submit to Google Search Console.
Your input is processed locally in your browser. It is not uploaded to Dueneo.
Loading Sitemap Generator…
How to use
- 1
Paste your URLs
Enter one absolute URL per line (https:// or http://). Relative paths and non-http URLs are skipped with a warning.
- 2
Set global options
Optionally pick a lastmod date, a changefreq and a priority. These are applied to every URL. Leave them blank to omit them.
- 3
Review the XML
The generated sitemap.xml appears on the right, with a warning if any URLs were skipped or if the list exceeds 50,000 entries.
- 4
Copy or download
Use Copy to put the XML on your clipboard, or Download to save it as sitemap.xml. Upload it to your site root and submit it to Google Search Console.
Common use cases
- Generate a sitemap for a small static site without a CMS.
- Audit a hand-written sitemap by regenerating it from a clean URL list.
- Produce a quick sitemap.xml for a prototype before wiring up server-side generation.
- Generate a sitemap for a blog by pasting all post URLs exported from your CMS.
Limitations
- lastmod, changefreq and priority are applied globally. Per-URL values require hand-editing the generated XML.
- Google limits a single sitemap to 50,000 URLs and 50 MB uncompressed. This tool warns at 50,000 URLs but does not split the file.
- Only absolute http/https URLs are emitted. Relative paths and other protocols are skipped.
- The tool does not generate a sitemap index file. For multi-sitemap sites, build the index by hand or with a separate tool.