Turn your URLs into sitemap.xml

Paste the URLs. Get the sitemap.

Create an XML sitemap from a list of website URLs. Add optional last modified dates, change frequency and priority values, then copy or download the finished sitemap.xml file.

XML URLs lastmod changefreq priority Download
sitemap.xml
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" >

  <url>
    <loc> https://example.com/ </loc>
    <priority> 1.0 </priority>
  </url>

</urlset>
XML Sitemap Generator

Build your sitemap.

Paste one URL per line. The generator removes blank lines and duplicates, then creates valid XML output from the remaining URLs.

Website URLs

Add one complete URL per line.

Use full URLs beginning with https:// or http://.

Generated sitemap.xml

Review the XML before uploading it to your website.

URLs 0
Invalid 0
File sitemap.xml
XML Sitemap
URL review

See what's going into the sitemap.

Valid URLs are included in the generated sitemap. Invalid entries are excluded until corrected.

# URL Status
Add URLs above to review them here.
Sitemap options

Build a clean XML URL list.

The generator focuses on a standard sitemap URL set so you can quickly create a file for a small or medium-sized website.

URL

Multiple URLs

Paste one URL per line and generate the complete sitemap in a single step.

DATE

Last Modified Date

Optionally include a lastmod value for the URLs in the generated file.

FREQ

Change Frequency

Add an optional changefreq value such as daily, weekly or monthly.

PRI

Priority

Add optional priority values ranging from 0.0 through 1.0.

COPY

Copy XML

Copy the generated XML directly to your clipboard.

SAVE

Download Sitemap

Save the output as a real sitemap.xml file ready for upload.

Need another technical website tool?

Return to Website Tools for robots.txt generation, schema markup, metadata tools and page inspection utilities.

Browse Website Tools →
Common questions

About XML sitemaps.

A sitemap provides search engines and other compatible crawlers with a structured list of URLs you want them to know about.

Many websites place the sitemap at the root of the site, such as https://example.com/sitemap.xml. You can then reference that URL from robots.txt and submit it through supported search-engine webmaster tools.
Include canonical URLs that you want crawlers to discover. Avoid deliberately adding duplicate, private, utility or unwanted URLs simply to make the sitemap larger.
No. This generator lets you omit both fields. The URL location is the central piece of each sitemap entry.
No. A sitemap helps crawlers discover URLs, but indexing decisions are made independently by search engines.
No. This generator creates the XML directly in your browser.