Sitemap Generator

Generate an XML sitemap for search engines

Configuration

XML Output

<?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-16</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <lastmod>2026-03-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>

Build an XML sitemap to help search engines discover and index your pages.

Key Features

  • Standard XML sitemap format
  • Last modified date support
  • Change frequency options
  • Priority settings per URL
  • Add/remove URLs dynamically

How to Free XML Sitemap Generator Online

  1. 1

    Enter your base URL

    Type the root domain for your website.

  2. 2

    Add your page paths

    List all pages you want included in the sitemap.

  3. 3

    Set frequency and priority

    Choose how often each page changes and its relative importance.

  4. 4

    Copy or download the XML

    Save the generated XML as sitemap.xml and upload to your server.

Common Use Cases

  • New website setup
  • SEO optimization
  • Search engine submission

Frequently Asked Questions

Why do I need a sitemap?
Sitemaps help search engines find and index all important pages on your website.

Related SEO Tools