b2KIT

Sitemap XML Generator

Create valid XML sitemaps with priority, change frequency, and last modified dates.

URL #1
URL #2
<?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-03-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <lastmod>2026-03-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>

2 URLs in sitemap

How to Use Sitemap XML Generator

  1. 1

    Add page URLs

    Enter the URLs of all pages to include in the sitemap.

  2. 2

    Set priorities

    Assign priority and change frequency for each URL.

  3. 3

    Generate sitemap

    Click generate to create the XML sitemap file.

  4. 4

    Download the file

    Save the sitemap.xml for upload to your web server.

Related Tools