Sitemap Generator
Generate a sitemap.xml for a site by crawling links (same-host) or by pasting a list of URLs. Note: client-side crawling may be blocked by CORS on remote hosts; see notes below.
Ready
How this works & limitations
- This tool can crawl pages on the same host (same origin) starting from the base URL. It follows <a href> links and limits by depth and max pages.
- Client-side crawling uses fetch; many remote sites disallow cross-origin requests (CORS) — if you see fetch errors the crawl will skip those pages. Run this tool from the same host (or use a server-side crawler) for full coverage.
- You can instead paste a list of URLs in the box above; the tool will generate a sitemap XML from that list.
- Sitemap entries use
<priority>0.64</priority>
by default and current timestamp for <lastmod>. - To submit the sitemap to search engines: upload the sitemap to your site (e.g., https://example.com/sitemap.xml) then add it to the search console / webmaster tools for Google/Bing.
Quick submission links (you must own/verify the site):