Sitemap Generator

Generate an XML sitemap with URL priority, changefreq, and last-modified settings.

URLPriorityChangefreqLast Modified
1 URL·Max recommended: 50,000 URLs per sitemap
🔒 Auto-crawl is a Pro feature

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>0.8</priority>
      <changefreq>weekly</changefreq>
      <lastmod>2026-04-03</lastmod>
    </url>
</urlset>

About Sitemap Generator

Generate a valid XML sitemap for your website. Add URLs individually or bulk-import from a list. Set priority, changefreq, and last-modified date per URL. Copy or download the finished sitemap.xml file.

How to Use

  1. 1Add URLs one by one or use Bulk Import (one URL per line).
  2. 2Set default priority and changefreq for bulk imports.
  3. 3Adjust individual URL settings in the table.
  4. 4Copy or download the generated sitemap.xml.
  5. 5Submit the sitemap URL to Google Search Console.

Frequently Asked Questions

What is a sitemap.xml?
A sitemap.xml is an XML file that lists all the pages on your website, helping search engines like Google and Bing discover and crawl your content more efficiently.
What is URL priority?
Priority (0.1–1.0) tells search engines how important a URL is relative to other pages on your site. The homepage is typically 1.0, main sections 0.8, and deeper pages 0.5–0.6.
What is changefreq?
Changefreq hints how often the page content changes (daily, weekly, monthly, etc.). Search engines use this as a guide for how often to re-crawl the page.
Where do I put my sitemap?
Place sitemap.xml at your domain root: https://example.com/sitemap.xml. Then submit the URL in Google Search Console and Bing Webmaster Tools.