Something wrong with this tool?
About Sitemap Generator Online
This tool generates an XML sitemap for your website — a file that lists all the pages search engines should know about. Crawlers use sitemaps to discover content efficiently, prioritize updates, and handle large or complex sites that aren't fully navigable via internal links.
Sitemaps are especially important for new sites without much inbound linking, e-commerce sites with thousands of products, news sites publishing many pages daily, and sites with content reachable only via search or filters.
The tool can crawl your site automatically or accept a URL list. Output is standard sitemap.xml conforming to sitemaps.org spec, supporting lastmod dates, priority hints, and changefreq fields. Submit to Google Search Console and Bing Webmaster Tools.
How to use this tool
How to generate an XML sitemap from a list of URLs
Paste the URLs
Drop your URLs into the "URLs (one per line)" field — absolute URLs including scheme (`https://example.com/page`). Whitespace-only lines are dropped. The order you give is the order in the sitemap.
Press Run
Result returns a single `xml` field — a sitemap conforming to the sitemaps.org schema, with `<url><loc>` entries for each URL. Optional `<lastmod>`, `<changefreq>`, `<priority>` aren't emitted; search engines mostly ignore them anyway.
Deploy the file
Save the output as `sitemap.xml` at your site root (`https://example.com/sitemap.xml`). Reference it from `robots.txt` with `Sitemap: https://example.com/sitemap.xml` so search engines that haven't been told about your site can discover it.
Size limits
Sitemaps are capped at 50,000 URLs and 50 MB uncompressed. For larger sites use a sitemap index (a sitemap pointing to multiple sitemaps); this tool produces a single flat file — split your URL list before submitting if you exceed the limits.