All Tools Portfolio

Sitemap
Generator

Paste a list of URLs (or relative paths with a base URL) to generate a valid XML sitemap with change frequency, priority, and last modified date. Preview it live, then copy or download sitemap.xml.

Start building a sitemap
Your sitemap.xml will appear here.
URLs

0

Skipped (empty)

0

File size

0 B

About the Sitemap Generator

An XML sitemap gives search engines a direct list of your site's pages, which helps with discovery and crawl efficiency, especially for larger sites or pages that are not well linked internally. This tool turns a plain list of URLs into a valid, spec-compliant sitemap.xml with optional priority, change frequency, and last modified date.

Features

Relative path support

Enter a base URL once and list relative paths instead of repeating the full domain.

Priority & changefreq

Apply a default priority and change frequency across every URL in the list.

Automatic lastmod

Optionally stamp every URL with today's date in the required YYYY-MM-DD format.

Live validation

Empty or blank lines are automatically skipped and reported in the stats.

100% client-side

The sitemap is generated locally in your browser. Nothing is uploaded.

Copy or download

Copy the XML or download it as a ready-to-upload sitemap.xml file.

How It Works

  1. Optionally enter a base URL if your list uses relative paths.
  2. Paste your URLs or paths, one per line.
  3. Choose a default change frequency and priority, and whether to include lastmod.
  4. Click Generate Sitemap to build the XML and see live stats.
  5. Copy the result or download it, then upload it to your site's root.

Example Usage

InputGenerated entry
Base URL: https://example.com, path: /about<loc>https://example.com/about</loc>
Priority: 0.8, changefreq: daily<priority>0.8</priority><changefreq>daily</changefreq>
Include lastmod enabled<lastmod>2026-07-31</lastmod>

Frequently Asked Questions

What is an XML sitemap used for?

An XML sitemap lists the pages of a website so search engines can discover and crawl them more efficiently, which is especially useful for large sites or pages with few internal links.

What do priority and changefreq mean?

Priority (0.0 to 1.0) is a hint about a page's relative importance within your own site, and changefreq estimates how often a page's content changes. Search engines treat both as hints, not guarantees.

Does Google still use the priority and changefreq tags?

Google has stated it largely ignores priority and changefreq. They are still valid parts of the sitemap protocol and are used by some other search engines and tools, so this generator includes them as optional fields.

Can I paste relative paths instead of full URLs?

Yes. Enter a base URL and this tool will automatically join it with any relative paths you list, such as combining https://example.com with /about into https://example.com/about.

Is there a limit to how many URLs a sitemap can contain?

The sitemap protocol allows up to 50,000 URLs and a 50MB uncompressed file per sitemap. Larger sites use a sitemap index file that links to multiple smaller sitemaps.

Where do I upload the generated sitemap.xml?

Upload it to your site's root directory and reference it in robots.txt with a Sitemap directive, then submit it in Google Search Console or Bing Webmaster Tools.

Is my list of URLs uploaded anywhere?

No. The sitemap XML is built entirely in your browser using client-side JavaScript. Nothing you enter is sent to a server.

Related Tools