Skip to tool
FeuTex · free tools runs in-browser no bloat built by LiMiT

Online Sitemap Generator Tool

Paste your URLs (or relative paths) and generate a valid sitemap.xml instantly. This tool works fully offline—no crawling, no fetch calls, no uploads.

Category: SEO · URL: /tools/online-sitemap-generator-tool.html
Used for relative paths like /about. You can also add BASE=https://example.com as a line in the input.
Supported separators: pipe | or comma. Lines starting with # are ignored.
Format help

Per-line metadata (optional): URL | lastmod | changefreq | priority

  • lastmod: YYYY-MM-DD (recommended) or an ISO date-time
  • changefreq: always, hourly, daily, weekly, monthly, yearly, never
  • priority: number from 0.0 to 1.0

Limits: sitemap protocol allows up to 50,000 URLs per file.

Privacy: runs locally in your browser. No uploads, no tracking scripts.

How to use

Input formats supported: one entry per line.

  1. Paste full URLs (recommended), e.g. https://example.com/about
  2. Or paste paths like /about and set Base URL (or add a directive line BASE=https://example.com).
  3. Optional per-line metadata (pipe or comma separated): URL | lastmod | changefreq | priority
  4. Click Generate sitemap.xml, then Copy or Download.

Need validation after generating? Try the Sitemap Checker (Offline) or Sitemap Checker Online (Paste XML).

Keywords this page targets (natural cluster): online sitemap generator tool, generate sitemap xml from url list, sitemap.xml generator offline, create sitemap xml from links, bulk url to sitemap xml, sitemap generator without crawling, xml sitemap generator paste urls, sitemap generator for small website, sitemap xml with lastmod changefreq priority, sitemap generator for relative urls, base url sitemap generator, dedupe sitemap urls, sort sitemap urls, download sitemap.xml generator, sitemap xml format generator, sitemap generator for static site, sitemap xml creator, make sitemap for google, simple sitemap xml generator, sitemap urlset generator
Secondary intents covered: Create a sitemap.xml from a pasted list of pages, Convert relative paths into full URLs using a base domain, Add optional lastmod/changefreq/priority fields per URL or by default, Remove duplicates and sort URLs before publishing, Quickly copy or download a ready-to-upload sitemap.xml file, Spot invalid URLs before submitting a sitemap, Generate a sitemap for a static site or headless build output, Prepare a sitemap for Google Search Console submission, Keep sitemap output minimal and standards-compliant

FAQ

Does this tool crawl my site to discover URLs?

No. It only generates a sitemap from what you paste, so nothing is crawled and no network requests are made.

Can I generate a sitemap from relative paths like /about?

Yes—set the Base URL field or add a line like BASE=https://example.com, then paste paths.

How do I add lastmod, changefreq, and priority?

Add them per line using URL | lastmod | changefreq | priority, or set defaults in the options.

What date format should I use for lastmod?

Use YYYY-MM-DD (recommended). ISO date-time strings also work if they’re valid.

Will the tool remove duplicate URLs?

Yes if “Remove duplicate URLs” is enabled; duplicates are matched on the final absolute URL after normalization.

What are the sitemap limits I should know about?

A single sitemap file should contain no more than 50,000 URLs. If you need more, split into multiple sitemaps and use a sitemap index.

Is the output compatible with Google Search Console?

Yes, it uses the standard sitemap protocol. If you want strict rule checks, validate it with the sitemap checker tools linked on the page.