Sitemap XML Generator — Paste URLs, Get sitemap.xml

Developer

A sitemap XML generator converts a pasted list of URLs (one per line) into an XML sitemap file that follows the Sitemaps protocol.

What is it

An XML sitemap is the standard file that tells search engines which URLs on a site should be indexed, listing one <url> entry per page inside a <urlset>. This tool creates a <loc> entry for every pasted URL and optionally adds <lastmod>, <changefreq>, and <priority>. A single sitemap may contain up to 50,000 URLs and 50MB uncompressed; larger sites must split files and use a sitemap index.

sitemap.xml = <urlset> + per URL (<loc> + optional <lastmod>/<changefreq>/<priority>)

How to use

  1. 1Paste page URLs, one per line.
  2. 2Choose the lastmod, changefreq, and priority options.
  3. 3Download sitemap.xml, upload it to your site, and reference it in robots.txt or Search Console.

Reference

Sitemap XML Generator — Paste URLs, Get sitemap.xml Reference
TagRequiredNotes
<loc>requiredabsolute page URL
<lastmod>optionallast modification date (W3C format)
<changefreq>optionalchange frequency hint (daily, weekly, ...)
<priority>optionalrelative priority within the site (0.0–1.0)

Sources & standards

FAQ

Is my URL list sent to a server?

No. Sitemap generation happens in your browser; the URL list never leaves your device.

How many URLs fit in one sitemap?

Up to 50,000 URLs and 50MB uncompressed per sitemap file under the Sitemaps protocol. Beyond that, split into multiple files linked by a sitemap index.

Does Google use changefreq and priority?

Google has said it largely ignores changefreq and priority, while lastmod is used when the values are consistently accurate.

Related tools