TL
Tool Lab
💰Donate
💰Donate

XML Sitemap Generator

Build an XML sitemap for Google and Bing submission.

URL(s)
URLLast ModifiedChange FreqPriority
Generated sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <lastmod>2026-06-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>

About This Tool

The XML Sitemap Generator creates a standards-compliant sitemap.xml following the Sitemaps protocol (sitemaps.org).

A sitemap tells search engines about all pages on your site, helping them discover and index content faster.

How to Use

  1. Enter your page URLs in the form, or use Bulk URL Import to paste many at once.
  2. Set the last modified date, change frequency, and priority for each URL.
  3. Copy the generated XML or download sitemap.xml.
  4. Upload sitemap.xml to your site root and submit it in Google Search Console.

Use Cases

SEO professionals speed up indexing for new sites. Developers create sitemaps for SPAs and static sites. Content teams re-submit after adding new pages.

FAQ

  • Are priority and changefreq required?No. They are hints to crawlers, not guarantees. Google states it mostly ignores these fields.
  • What is the URL limit?A single sitemap can contain up to 50,000 URLs and must be under 50 MB uncompressed.
  • Where should I put the sitemap?Upload to your domain root (e.g. example.com/sitemap.xml) and reference it in robots.txt.