Browser-first ยท No sign-up
Sitemap Generator
Build XML sitemaps from your URLs instantly.
No uploads. Everything runs locally in your browser.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://example.com/tools</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://example.com/tools/developer-tools</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://example.com/tools/pdf-tools</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
</urlset>
How to use
- Add base URL and paths.
- Copy the XML.
- Upload to /sitemap.xml.
Features
- XML compliant.
- Weekly changefreq by default.
- Client-side only.
FAQ
Do you save URLs?
No, all processing is local.