Sitemap Generator
SEO & WebCreate XML sitemaps from URL lists for better search engine indexing.
<?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
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).
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.
Set default values
Use the default changefreq and priority selectors to apply settings to bulk-imported URLs automatically.
Review the XML
The sitemap.xml output panel updates live. Verify the structure looks correct and all URLs are included.
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?+
How many URLs can I add?+
What is the changefreq value?+
More Tools
View all