Sitemap Generator

Build a valid XML sitemap with per-URL priority, changefreq, and lastmod. No crawl limit.

Enter URLs

Paste URLs (one per line). We'll automatically clean them.

0 valid URL(s) detected

Standard Settings (Applied to All)

XML Preview

sitemap.xml298 chars
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <!-- Example URL -->
   <url>
      <loc>https://www.example.com/</loc>
      <lastmod>2026-05-28</lastmod>
      <changefreq>daily</changefreq>
      <priority>1.0</priority>
   </url>
</urlset>

Related Tools

XML Sitemap Generator — Free, Unlimited URLs, Priority & Changefreq

Build a valid XML sitemap for your website that helps search engines discover, crawl, and index your pages efficiently. UtilHub's Sitemap Generator lets you add URLs manually, set priority levels and change frequency for each page, and export a properly formatted XML file ready for submission to Google Search Console. Perfect for small to medium websites that need a quick, accurate sitemap without running a full site crawler.

Create a robots.txt file to help crawlers find your sitemap.

How to use Sitemap Generator

  • Add URLs individually or paste a list (one per line).
  • Set per-URL priority (0.0–1.0) and changefreq (daily/weekly/monthly).
  • Optionally set lastmod dates per URL or use today as default.
  • Click "Generate" — the XML is built instantly and validated.
  • Download sitemap.xml and upload to your site root, then submit in Search Console.

Features

  • Manual URL entry — Add individual URLs with optional priority (0.0–1.0) and change frequency (daily, weekly, monthly, etc.) settings.
  • Bulk URL import — Paste a list of URLs (one per line) to quickly create a sitemap for dozens of pages at once.
  • Valid XML output — Generates sitemap.xml that conforms to the Sitemaps.org protocol and passes validation tests.
  • Search Console ready — Output format is ready to submit directly to Google Search Console and Bing Webmaster Tools.

Frequently Asked Questions

What is an XML sitemap and why does my website need one?

An XML sitemap is a file that lists all the important pages on your website, helping search engines like Google and Bing discover and crawl them. It's especially important for new websites, sites with deep page structures, or pages with few internal links.

How many URLs can I add to a sitemap?

The XML sitemap protocol supports up to 50,000 URLs per sitemap file, and the file size should not exceed 50MB uncompressed. For larger sites, split into multiple sitemaps and reference them from a sitemap index file (sitemap-index.xml). Most CMSes handle this automatically; manual generators like this one are best for sites under 50,000 URLs.

What priority and changefreq values should I use?

Use priority 1.0 for the homepage, 0.8 for main category and cornerstone pages, 0.6 for normal articles or product pages, and 0.3 for stale archive pages. For changefreq: "daily" for news/blog index pages, "weekly" for articles you update, "monthly" for evergreen pages, "yearly" for legal/static pages. These are hints to crawlers, not commands — Google largely ignores them now and crawls based on observed change rate, so don't obsess over the values.