XML Sitemap Generator
Build a valid sitemap.xml from your URLs.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
How to use
- 1 Add each page URL you want indexed.
- 2 Optionally set last modified, change frequency and priority.
- 3 Check the generated sitemap.xml preview.
- 4 Copy or download the sitemap and submit it to search engines.
About XML Sitemap Generator
The XML Sitemap Generator turns a list of page URLs into a standards-compliant sitemap.xml that you can submit to search engines.
For each URL you can optionally set a last-modified date, a change frequency (from always to never) and a priority between 0 and 1 to hint at relative importance.
The tool escapes special characters in your URLs so the resulting XML is always well-formed, clamps priorities into the valid range, and validates that you have supplied at least one usable URL before producing output.
A sitemap helps search engines discover every page you care about — especially deep, new or poorly-linked pages that crawlers might otherwise miss — and the lastmod hints encourage them to re-crawl pages that have actually changed.
It follows the sitemaps.org 0.9 schema understood by Google, Bing and others.
Because the file is built locally in your browser, your URL list is never uploaded anywhere.
Add your pages, fill in any optional fields, then copy the XML or download a sitemap.xml ready to reference from robots.txt and submit in your search console.
FAQ
How do I submit a sitemap?
Reference it from robots.txt with a Sitemap: line and submit the URL in Google Search Console or Bing Webmaster Tools.
What does priority actually do?
It is a relative hint (0–1) about a page's importance within your own site; search engines may use it loosely and it never affects ranking against other sites.