Free XML sitemap generator
Create a clean XML sitemap from a website URL or a pasted list of URLs. Use it to prepare a sitemap.xml file for small websites, SEO audits, migrations, and Google Search Console submissions.
What this XML sitemap generator does
This XML sitemap generator helps you create a sitemap.xml file from a website URL or a list of URLs. It is useful for small websites, landing pages, blogs, documentation sites, SEO audits, and temporary migration checks.
Current limits
The free crawl mode is intentionally small and fast. For larger websites, paste a URL list, use your CMS sitemap, or split large URL sets into multiple sitemap files.
What this XML sitemap generator includes
The generator creates standard XML sitemap output that search engines can read after you upload it to your website. It is built for practical sitemap creation, cleanup, and pre-submit workflows.
How to use this sitemap generator
When to use this generator
Use this generator when your site does not have a sitemap yet, a CMS plugin output is broken, you are launching a small static site, or you need a quick clean sitemap.xml file before a more permanent setup.
When not to use this generator
Before submitting to Google Search Console
A generated sitemap is only useful after it is available on your site and contains the URLs you want search engines to discover. Check the file before submitting the public sitemap URL.
XML sitemap example
<?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-05-16</lastmod>
</url>
<url>
<loc>https://example.com/about</loc>
<lastmod>2026-05-16</lastmod>
</url>
</urlset>FAQ
New to sitemaps? Read what is a sitemap.