XML Sitemap Generator
Build a search-engine XML sitemap from a list of URLs.
Create an XML Sitemap
An XML sitemap lists the URLs you want search engines to crawl, helping them discover your pages faster and more completely. It is especially valuable for large sites, new sites with few backlinks, and pages buried deep in your navigation.
What each tag means
- <loc> â the full page URL (required)
- <lastmod> â when the page last changed
- <changefreq> â a hint about update frequency
- <priority> â relative importance, 0.0 to 1.0
After you generate it
Save the file as sitemap.xml at your site root, reference it in robots.txt, and submit it in Google Search Console and Bing Webmaster Tools so crawlers pick it up quickly.
Sitemap limits
A single sitemap can hold up to 50,000 URLs and must be under 50 MB uncompressed. Larger sites split URLs across multiple sitemaps referenced by a sitemap index file. Only include canonical, indexable URLs â leave out redirects and noindex pages.
Private & Processed Locally
This generator runs entirely in your browser. Nothing you type is uploaded to a server, so it is safe for staging URLs, internal paths, and unreleased content, and it keeps working even when you are offline.
It is free to use with no sign-up and no limits â copy or download the output and drop it straight into your site.
Frequently Asked Questions
Common questions about the XML Sitemap Generator.