Sitemap Generator
New
Generate XML sitemaps to help search engines discover and index your website pages
Sitemap Generator
Create an XML sitemap to help search engines discover your pages
2 URLs
URL Entries
URL #1
URL #2
Generated XML
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2026-02-14</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://example.com/about</loc>
<lastmod>2026-02-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>