Free Sitemap XML Generator Online: Paste URLs, Download the File
open this tool now
Free sitemap XML generator online: Paste-Then-Download. Paste URLs, then copy or download sitemap.xml in the browser. Own CashPilot tool, not a crawl.

A free sitemap XML generator online job is a list of URLs that need to become a sitemap.xml file—not a crawl of your live domain, and not a human HTML map.
Open it: Sitemap XML Generator.
This page is Paste-Then-Download. It is not XML sitemaps for small blogs (what to include, clean, and submit). It is not HTML sitemap vs XML sitemap. Hub: CashPilot Free Tools.
Paste the URLs you already know, preview the XML, copy or download sitemap.xml, then host that file yourself. The tool does not discover pages or keep the file online for you.
Disclosure: Sitemap XML Generator is our own CashPilot Tools product. Facts match the live card as of this writing.
Table of contents
- Paste-Then-Download
- What the live card actually does
- Optional tags without folklore
- This is not a crawl
- After the download
- Official links
- Common misses
- FAQ
- Download, then host
Paste-Then-Download
PASTE-THEN-DOWNLOAD
1. PASTE → one URL per line (commas also work)
2. COUNT → URL count on the card; Load sample / Clear
3. TAGS → lastmod / changefreq / priority — or omit
4. PREVIEW → sitemap.xml grows as valid links land
5. FILE → Copy XML or Download sitemap.xml
A ten-page brochure site can live in this box. A two-hundred-post WordPress blog usually should not—your CMS or SEO plugin already builds the file. This card is for the list you can see and type.
What the live card actually does
Live notes (re-check later):
- Title on the tool: Free Sitemap XML Generator
- Paste any URLs — build a valid sitemap.xml for Google Search Console. Copy or download free, in your browser.
- Paste as many as you want — one per line (commas also work). Missing
https://is added automatically. The box grows as you add more links. - Load sample / Clear / URL count
- Optional tags applied to every URL:
lastmod,changefreq(omit / always / hourly / daily / weekly / monthly / yearly / never),priority(omit or 1.00 down to 0.3) - Preview + Copy XML + Download sitemap.xml
Catalog: All tools.
The preview is the file. There is no “publish to CashPilot hosting” button. If you close the tab without downloading, you start the paste again.
One limitation of the live optional-tags row: the same lastmod, changefreq, and priority apply to every URL. The sitemaps.org protocol allows different values per <url>. If each page needs its own lastmod, a CMS sitemap or a hand-edited XML file is the honest next step—not a pretend per-URL UI on this card.
Optional tags without folklore
Protocol: <loc> is required. lastmod, changefreq, and priority are optional. Search engines may ignore optional tags.
Google’s build and submit a sitemap notes:
- Google uses
lastmodif it is consistently and verifiably accurate (for example, it matches when the page actually changed—not the moment you generated the file). - Google ignores
changefreqandpriority.
So the live dropdowns are protocol-complete. They are not a ranking lever. If you are unsure, omit them. A clean <loc> list is enough for a small site.
lastmod on the protocol page is the date the linked page changed, not the date the sitemap was built. Stamping today’s date on every URL because the generator ran today is the habit Google is warning against.
This is not a crawl
This tool does not fetch your homepage and walk links. It does not upload a site archive. It does not watch a live domain for new posts.
If you need “every public URL,” export from your CMS, copy from an existing sitemap, or maintain the list by hand. Indexing problems after that are why Google isn’t indexing your pages—a sitemap file is a hint, not an index button.
robots.txt can point at a hosted sitemap (Sitemap: https://example.com/sitemap.xml). That line is not this generator. This generator only writes the XML you download.
After the download
- Open the file once. Confirm the
<loc>values are the canonical URLs you want in Search—absolutehttps://addresses, not relative paths. Google’s docs: crawl the URL exactly as listed. - Upload it where your host serves static files (often the site root). This blog will not invent your cPanel path.
- In Google Search Console, use the Sitemaps report to submit the URL of the hosted file. Google also documents a robots.txt Sitemap line. Submission is a hint: Google does not guarantee it will download or use the file.
What to leave out (noindex URLs, parameter junk, staging) belongs on the XML sitemap hygiene owner. Do not turn this job page into a second hygiene guide.
Protocol size caps (from Google / sitemaps.org): 50,000 URLs or 50 MB uncompressed per file. A paste box for a small site will not hit that. If you do, split files—the hygiene post is the place for that decision.
Official links
| Job | URL |
|---|---|
| Sitemap XML Generator | cashpilottools.com/sitemap-generator |
| Sitemap protocol | sitemaps.org/protocol.html |
| Google: build and submit | developers.google.com/search/docs/…/build-sitemap |
| All tools | cashpilottools.com/tools |
Common misses
Pasting a homepage and expecting the tool to find /blog/. It will not. Paste each URL.
Putting lastmod as “today” on pages you did not edit. Google may ignore a lastmod it cannot verify.
Treating priority 1.00 on every row as a boost. Google ignores priority. The protocol also says marking everything high does not help.
Downloading the XML and never hosting it. Search Console cannot fetch a file that lives only in your Downloads folder.
Running this generator and a plugin sitemap without picking one owner. Two conflicting lists is a hygiene problem, not a generator feature.
FAQ
What does a free sitemap XML generator online do?
Paste URLs → valid sitemap.xml → copy or download. CashPilot’s card is in-browser. Not a crawl.
Where do I open it?
cashpilottools.com/sitemap-generator.
Does it crawl my site?
No. Paste only. No auto-discovery, no file hosting.
Omit optional tags?
Yes. Google ignores changefreq and priority. lastmod only if it is true.
Same as an HTML sitemap?
No. Human map vs machine file is another URL. This tool builds XML.
Submit to Google?
Host the file, then GSC Sitemaps (or a robots.txt Sitemap line). Hint, not a guarantee.
Missing https://?
The live card adds it. Still paste full paths you mean.
Free?
Yes on the live Free Tools card for typical use. Confirm later if the card changes.
Download, then host
Open Sitemap XML Generator. Paste the URLs you want in Search. Omit optional tags unless lastmod is real. Download sitemap.xml. Host it. Submit in Search Console. For what belongs in the list, use the hygiene post—not a second paste.
Keep learning
More guides in the same topic lane.
One Host URL: www, HTTPS, and the Trailing Slash
One host URL for www, HTTPS, and trailing slash: Pick-Then-Redirect. Choose one live pattern and 301 the rest. Not mixed-content cleanup, not a domain move.
UTM and Parameter URLs: When a Canonical Is Enough
UTM and parameter URLs: Clean-Then-Hint. Self-canonical the clean page when tracking does not change content. Do not 301 every ad click. Official Google notes.
Google-Selected Canonical: When Search Console Disagrees
Google-selected canonical in Search Console: Inspect-Then-Align when user-declared and Google disagree. Inspection disagreement, not the tag explainer.