| # | URL | Changefreq | Priority | Last Modified | Actions |
|---|
Sitemap: https://β¦/sitemap.xml
Build valid XML sitemaps for Google, Bing and all search engines. Set URL priority, changefreq and last-modified dates β crawl your site automatically, export instantly, free, no signup.
| # | URL | Changefreq | Priority | Last Modified | Actions |
|---|
Sitemap: https://β¦/sitemap.xml
This generator builds valid XML sitemaps conforming to the sitemaps.org protocol supported by Google, Bing and all major search engines.
Enter your website's root URL (e.g.
https://example.com
) in the Base URL field. All relative paths you add will be prefixed with this base to produce absolute URLs.
Use the new Crawl Website feature to auto-discover all pages on your site. Or use the Add URL form to enter pages individually, or Bulk Add to paste multiple URLs at once.
Set a
priority
from 0.1 to 1.0 for each URL. Set a
changefreq
value and enable
lastmod
with today's or a custom date.
Use the URL list table to review all entries, filter by keyword, sort AβZ or by priority, drag rows to reorder, and edit any field inline.
Switch to the Validate tab to confirm all checks pass. Then click Download sitemap.xml , upload to your site root, and submit in Google Search Console.
| Parameter | Valid Values | Required? | Notes |
|---|---|---|---|
| XML namespace |
http://www.sitemaps.org/schemas/sitemap/0.9
| β Yes |
Must be on the
<urlset>
root element
|
| <loc> |
Absolute URL starting with
https://
| β Yes |
One per
<url>
entry. Max 2,048 characters. UTF-8 encoded.
|
| <lastmod> |
W3C Datetime:
YYYY-MM-DD
or ISO 8601
| β Optional | Only update if content substantially changed. |
| <changefreq> | always, hourly, daily, weekly, monthly, yearly, never | β Optional | A hint only β Google and Bing may ignore it. |
| <priority> | 0.1 β 1.0 (decimal) | β Optional | Default 0.5. Relative to other pages on your site only. |
| Max URLs per file | 50,000 | β Hard limit |
Exceed this and use a
<sitemapindex>
file instead.
|
| Max file size | 50 MB uncompressed | β Hard limit | Compress with gzip to reduce to ~5β10% of uncompressed size. |
The IndexCraft XML Sitemap Generator is a free, browser-based tool that builds valid XML sitemaps conforming to the sitemaps.org protocol version 0.9 . All generation happens entirely client-side: no URLs or sitemap data are ever sent to a server.
New: use the Crawl Website feature to automatically discover all pages on your site without manually entering each URL. The crawler follows internal links up to the depth and URL count you specify.
Common questions about XML sitemaps, the sitemaps.org protocol, and how to use this generator effectively.
sitemap.xml
to your site root, then: (1) Go to Google Search Console β Indexing β Sitemaps and submit the URL. (2) Add
Sitemap: https://yourdomain.com/sitemap.xml
to your
robots.txt
file. Both methods are recommended.
noindex
tag; redirect URLs; pages blocked by
robots.txt
; paginated pages beyond page 1; duplicate/thin-content pages; admin, login, cart pages; and any URL returning a non-200 HTTP status code.