Sitemap Generator
Generate a comprehensive XML sitemap for your website instantly. Crawl your site, discover pages automatically, and customize SEO priorities. Free, fast, and no sign-up required.
We will only crawl URLs belonging to the exact same domain. Max URLs: 500.
filter_alt Advanced Crawl Filters expand_more
If set, only URLs containing at least one of these strings will be crawled.
Any URL containing these strings will be ignored.
settings Generate Global Defaults
Crawling website... this may take a moment.
Connecting to server...
Why Use a Sitemap Generator?
Instant Discovery
Don't wait for Google search bots to organically find every link deep in your navigation. Force discovery by providing a clean, prioritized map of your entire site hierarchy.
SEO Prioritization
Customize priority tags (0.0 to 1.0) and change frequencies to signal which pages are most important. Tell crawlers to check your daily blog, but skip your static privacy policy.
Automated Crawling
Our server-side spider simulates a real bot crawl experience. It resolves relative paths, respects the same-origin policy, and handles errors gracefully without blocking your browser.
XML Sitemap Architecture Patterns
Explore structurally correct examples based on sitemaps.org technical standards.
Common XML Sitemap Mistakes ⚠️
These silent errors can prevent search engines from properly reading your sitemap — even if the XML looks valid.
-
cancel
Wrong date format:
Jan 15, 2024instead of2024-01-15(W3C Datetime) -
cancel
Duplicate
<loc>entries — search engines may penalize or ignore duplicates -
cancel
Unescaped
&in URLs — must be&in XML - cancel Mixing HTTP and HTTPS URLs — pick one canonical protocol
<urlset xmlns="...">
<url>
<loc>https://example.com/about</loc>
<lastmod>Jan 15, 2024</lastmod> // ✗ Wrong format
</url>
<url>
<loc>https://example.com/page</loc>
</url>
<url>
<loc>https://example.com/page</loc> // ✗ Duplicate!
</url>
<url>
<loc>http://example.com/page</loc> // ✗ Mixed protocol
</url>
</urlset>
Frequently Asked Questions
How many pages can this sitemap generator crawl? expand_more
Does this tool respect robots.txt rules? expand_more
What is Priority and Change Frequency in a sitemap? expand_more
Can I exclude specific pages from my sitemap? expand_more
/admin/ or ?sort=) to prevent the crawler from mapping private or duplicate pages. You can also specify positive inclusions (like /blog/) to force the crawler to only index a specific sub-directory.