XML Sitemap Generator
Builds a sitemap.xml as copyable text from a list of URLs you paste. Each line should be an http or https URL. Generation runs in the browser: this page does not crawl your site, does not fetch URLs, and does not upload the list. The file is educational output only and does not guarantee indexing or crawl behavior.
XML sitemap generator
Educational urlset text only. This is not a crawler and does not fetch, upload, or claim indexing or crawl behavior.
How to use
- Paste one http:// or https:// URL per line. Empty lines are ignored. Non-http(s) lines fail closed.
- Optionally add a single lastmod date (YYYY-MM-DD) for every entry, or leave it empty to omit lastmod.
- Read the sitemap.xml as text and copy it on this device. This page does not crawl, fetch, or upload your URLs.
- Worked example: paste https://example.com/ and https://example.com/about/ — you get a urlset with those two loc entries as copyable XML text, not a live submit to any search engine.
Results
Paste URLs, then Generate.
Runs in your browser. Nothing is uploaded.
Frequently asked questions
What does this XML sitemap generator produce?
It builds a sitemap.xml string you can copy from the URL list you paste. Output is plain text shaped like a urlset of loc entries. This is an educational builder. It does not crawl your site and does not submit a sitemap to Google or Bing.
Does this page crawl my site or upload my URLs?
No. Generation is client-side only. The URL list never leaves the browser. Tallymill does not fetch the URLs, does not discover links, and does not upload the sitemap.
Will this guarantee indexing or crawl behavior?
No. A sitemap is a hint some crawlers may read. This page does not claim indexing, crawl budget, ranking, or rich-result guarantees. Place the file on your host and follow each search engine's own submit flow if you use one.
Which URL lines are accepted?
One URL per line after trim. Each non-empty line must be a valid http:// or https:// URL. Empty lines are ignored. Optional lastmod, when set, must be a YYYY-MM-DD date applied to every entry. Other sitemap extensions are out of scope.
How is this different from the robots.txt generator?
This page only builds sitemap.xml text from a URL list. The robots.txt generator at /robots-txt-generator/ builds User-agent, Allow, Disallow, and optional Sitemap lines. They are separate tools on separate URLs.
Is this client-side? Is there a size limit?
Yes, client-side only. There is no signup. Input larger than 100KB (100 × 1024 UTF-8 bytes) is rejected. Nothing is sent to a server either way. Refreshing the page clears the form.