XML Sitemap Generator

Build and download an XML sitemap for search engines

2 URLs
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yoursite.com/</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yoursite.com/about</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>

Tips

Set priority 1.0 for homepage, 0.8 for key pages, and 0.5–0.7 for regular pages. Use changefreq: daily for frequently updated content, monthly for static pages. Submit your sitemap via Google Search Console.

Share this tool
Coffee