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
How does this sitemap generator work?
Enter a website URL and the generator crawls same-domain HTML links, normalizes discovered pages, and creates a sitemap.xml file in the standard XML format used by search engines.
Is this XML sitemap generator free?
Yes. The public generator is free to use and does not require login. The current crawler is limited to 100 discovered pages, which keeps the tool fast and useful for small websites.
How many URLs can this generator crawl?
The free crawler currently includes up to 100 discovered same-domain URLs. If you already have a longer URL list, use the Paste URL list tab to generate XML from your own URLs.
What is the difference between sitemap.xml and sitemap_index.xml?
A sitemap.xml file usually contains page URLs directly. A sitemap_index.xml file points to multiple child sitemap files, which is useful for larger sites that split posts, products, categories, or languages.
Can I use this XML sitemap generator for Google?
Yes. The generated sitemap.xml follows the standard sitemap protocol, so it can be submitted to Google Search Console after you upload it to your website.
Can I create a manual XML sitemap?
Yes. Use the Paste URL list tab if you already have canonical URLs from a CMS, export, crawler, or spreadsheet.
Will this online XML sitemap generator find every page?
Not always. It crawls normal HTML links and does not execute JavaScript. For large sites or JavaScript-heavy sites, treat the result as a fast starter sitemap and validate it before submitting.
New to sitemaps? Read what is a sitemap.