Sitemap Generator

SEO & Web

Create XML sitemaps from URL lists for better search engine indexing.

Default freq:
Default priority:
sitemap.xml · 3 URLs
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
  <url>
    <loc>https://example.com/</loc>
    <lastmod>2026-05-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <lastmod>2026-05-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://example.com/blog</loc>
    <lastmod>2026-05-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>

What is Sitemap Generator?

Sitemap Generator creates a valid XML sitemap file from a list of URLs, with configurable changefreq, priority, and lastmod values per URL. The output follows the sitemaps.org 0.9 schema used by Google, Bing, and other major search engines.

How to use Sitemap Generator

1

Add URLs

Use the URL Builder to add pages individually with custom settings, or switch to Bulk Import and paste up to 1,000 URLs (one per line).

2

Configure each URL

For each URL, set changefreq (how often it changes) and priority (0.1–1.0 relative importance). Set the lastmod date to today for recently updated pages.

3

Set default values

Use the default changefreq and priority selectors to apply settings to bulk-imported URLs automatically.

4

Review the XML

The sitemap.xml output panel updates live. Verify the structure looks correct and all URLs are included.

5

Download or copy

Click Download to save as sitemap.xml, or Copy to paste the XML into your server or CMS.

Who uses Sitemap Generator?

New website launch

Web developers

Create an initial sitemap to submit to Google Search Console and Bing Webmaster Tools so search engines index all pages immediately.

Static site generation

Developers

Generate sitemaps for static sites (Hugo, Jekyll, 11ty) where no CMS plugin automatically creates one.

SEO content audits

SEO consultants

Create a custom sitemap for a subset of high-priority URLs to guide a selective re-crawl after major on-page SEO updates.

Related Tools

FAQ

What is an XML sitemap?+
An XML sitemap is a file that lists all URLs on your website, helping search engines discover and index your content more efficiently.
How many URLs can I add?+
The tool supports up to 1,000 URLs per sitemap (the standard Google limit). For larger sites, you can split into multiple sitemaps.
What is the changefreq value?+
Changefreq hints to search engines how often a page changes: always, hourly, daily, weekly, monthly, yearly, or never.

More Tools

View all