Sitemap XML Generator
Create valid sitemap XML for static sites from a simple list of paths or full URLs.
Generated XML
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tonudevtool.com/</loc>
<lastmod>2026-03-12</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://tonudevtool.com/about-us</loc>
<lastmod>2026-03-12</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://tonudevtool.com/tools</loc>
<lastmod>2026-03-12</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://tonudevtool.com/contact-us</loc>
<lastmod>2026-03-12</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>