What to include
- Canonical, indexable pages returning HTTP 200
- Absolute URLs using your preferred HTTPS hostname
- Pages you want represented in search results
Create a standards-compliant sitemap with validated URLs, duplicate detection, metadata controls and safe XML escaping.
| URL | Priority | Freq | Last Mod |
|---|
An XML sitemap is a discovery file: it lists the canonical pages you want search engines to know about and can include the date each page was meaningfully updated. It does not guarantee indexing or improve rankings by itself, but it helps crawlers find important URLs—especially on new, large, frequently updated, or weakly linked websites.
lastmod should reflect a meaningful content update. changefreq and priority are crawler hints, not commands, and major search engines may ignore them.
sitemap.xml./sitemap.xml, and confirm it returns HTTP 200.A single sitemap is limited to 50,000 URLs and 50 MB when uncompressed. Split larger collections into multiple files and reference them from a sitemap index.
No. Priority only expresses relative importance among URLs on your own site and does not raise search rankings. Use it sparingly or keep a consistent default.
Regenerate it when indexable URLs are added, removed or substantially updated. Automated sitemaps are preferable for frequently changing sites.