Sitemap XML Generator
Create valid XML sitemaps with priority, change frequency, and last modified dates.
<?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-03-07</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://example.com/about</loc>
<lastmod>2026-03-07</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>2 URLs in sitemap
How to Use Sitemap XML Generator
- 1
Add page URLs
Enter the URLs of all pages to include in the sitemap.
- 2
Set priorities
Assign priority and change frequency for each URL.
- 3
Generate sitemap
Click generate to create the XML sitemap file.
- 4
Download the file
Save the sitemap.xml for upload to your web server.
Related Tools
File Size Calculator & Converter
Convert between bytes, KB, MB, GB, and TB with precise binary and decimal calculations.
Image EXIF / Metadata Viewer
View and inspect EXIF data, GPS coordinates, camera settings, and metadata from images.
CSV Viewer & Editor
Open, view, and edit CSV files in a spreadsheet-style table with sorting and filtering.
JSON Tree Viewer
Visualize JSON data as a collapsible tree with syntax highlighting and search.
Barcode Generator
Generate Code 128, EAN, UPC, and other barcode formats with customizable size and labels.
Data URL / Base64 Image Converter
Convert images to Base64 data URLs and decode Base64 strings back to images.