7 min read
2026-01-25
A sitemap is an XML file listing all the URLs on a site that should be indexed. It helps search engine bots find and index all pages.
Each URL is described with a `
| Field | Required | Description |
|---|---|---|
| loc | Yes | Page URL |
| lastmod | No | Last modification date |
| changefreq | No | Change frequency |
| priority | No | Priority (0.0-1.0) |
always — page changes with every access
hourly — updated every hour
daily — daily updates
weekly — weekly
monthly — monthly
yearly — once a year
never — archived pages
Enter the list of URLs for your site
Set priority and update frequency
Get the generated XML file
Upload sitemap.xml to your site root
Specify the sitemap path in robots.txt
Maximum 50,000 URLs per file
File size up to 50 MB
For large sites, use a sitemap index
See also: Robots.txt Generator, Meta Tag Generator, Heading Checker