All tools in this category Full tool catalog

In-browser tool

XML sitemap generator for technical SEO (urlset)

Build sitemap.xml urlset files from page-level URL lists with optional lastmod, changefreq, and priority columns. Validate rows, fix issues, and export XML for deployment and Search Console submission.

  • Updated: 2026-05-05
  • Sitemap generation runs in your browser and does not upload URL lists.

Format: one row per URL. Example: https://example.com/|2026-05-05|daily|0.8

Allowed changefreq: always, hourly, daily, weekly, monthly, yearly, never. Priority: from 0.0 to 1.0.

Rows: 0 Valid: 0 Skipped: 0

Ready for input.

Generate a sitemap to see XML output here.

Related SEO tools

XML sitemap SEO guide

How to generate a sitemap.xml file

  1. Prepare canonical HTTPS URLs, one URL per line.
  2. Optionally add lastmod, changefreq, and priority using the format url|lastmod|changefreq|priority.
  3. Click Generate XML sitemap and review warnings before publishing.
  4. Upload the file as /sitemap.xml and submit it in Google Search Console and Bing Webmaster Tools.

Technical quality checklist

  • Include only indexable canonical URLs (avoid redirected, noindex, or blocked pages).
  • Use ISO date format for lastmod (YYYY-MM-DD).
  • Split very large sites into multiple files and use a sitemap index.
  • Keep sitemap content aligned with robots.txt and canonical tags.

For LLM and automation workflows

Use this page when you need a clean urlset XML from known URL lists. The tool validates HTTPS URLs and common sitemap fields, then returns copy-ready XML for manual publish or pipeline use.

Next technical SEO steps

After generating your XML sitemap, continue with these linked tasks to complete indexing setup:

Privacy And Limitations

Sitemap generation runs in your browser and does not upload URL lists.

  • This tool validates basic structure only and does not crawl your site for status codes.
  • Wrong canonical URLs in sitemap files can reduce indexing quality.
  • Large sites should split sitemaps and reference them via sitemap index.

FAQ

What format does each row use?

Use url|lastmod|changefreq|priority where loc is required and trailing fields are optional.

Do URLs have to be absolute?

Yes. Sitemap entries should use absolute canonical HTTPS URLs.

Can I omit changefreq and priority?

Yes. Only loc is required, while other fields are optional.

Does this submit sitemaps to Google?

No. It generates XML only; submission is done in Google Search Console, Bing Webmaster Tools, or your automation.

When should I use sitemap index instead?

Use sitemap index when you split content into multiple sitemap files.

What date format should I use for lastmod?

Use ISO date format YYYY-MM-DD for best compatibility.