Skip to content
QuickTool logoQuickTool

Sitemap Generator

Generate XML sitemaps for SEO

Start

3 URLs
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
    <lastmod>2026-03-21</lastmod>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2026-03-21</lastmod>
  </url>
  <url>
    <loc>https://example.com/contact</loc>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2026-03-21</lastmod>
  </url>
</urlset>

Priority Guide

  • 1.0: Homepage, main landing pages
  • 0.8-0.9: Important category/product pages
  • 0.5-0.7: Regular content pages
  • 0.1-0.4: Less important pages

Description

Generate XML sitemaps to help search engines discover and index your website pages. Add URLs, set priorities and change frequencies, and download a properly formatted sitemap.xml file for your website.

Key features

  • Add multiple URLs with priorities
  • Set change frequency for each page
  • Last modification date support
  • Valid XML sitemap format
  • Download or copy generated sitemap

How to Use

  1. Enter your website base URL.
  2. Add individual page URLs or paths.
  3. Set priority (0.0-1.0) for each URL.
  4. Choose change frequency.
  5. Download or copy the generated sitemap.xml.

Example

Example 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>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>
</urlset>

FAQ

Where should I put the sitemap?

Upload it to your website root (e.g., https://example.com/sitemap.xml) and reference it in robots.txt.

What priority should I use?

Priority ranges from 0.0 to 1.0. Use 1.0 for your homepage and important pages, 0.5-0.8 for others.

How many URLs can a sitemap contain?

A single sitemap can have up to 50,000 URLs and be 50MB uncompressed. For larger sites, use sitemap index files.