📋 In This Guide
Why Your Site Needs a Sitemap
An XML sitemap is essentially a map of your website that you hand directly to search engines — a structured list of every URL you want crawled and indexed. While Google can discover pages by following links, a sitemap makes discovery faster and more reliable, especially for pages that are new, deeply nested, or not well linked from your homepage.
For static sites built and deployed manually — without a CMS automatically regenerating a sitemap on every publish — keeping sitemap.xml current is easy to forget. A dedicated generator makes it a 30-second task instead of hand-editing XML.
Faster Discovery
Helps search engines find new pages sooner
Full Coverage
Ensures deeply nested pages aren't missed
Search Console
Required for sitemap-specific indexing reports
Update Signals
lastmod tells crawlers when content changed
What a Sitemap.xml File Looks Like
Every sitemap follows the standard XML format defined at sitemaps.org — a root <urlset> element containing one <url> block per page:
Priority and Changefreq Explained
Priority is a number from 0.0 to 1.0 indicating a page's importance relative to other pages on your own site — it says nothing about how your site compares to others. Changefreq hints at how often a page's content typically changes.
| Page Type | Suggested Priority | Suggested Changefreq |
|---|---|---|
| Homepage | 1.0 | daily / weekly |
| Main tool / product pages | 0.8 – 0.9 | weekly |
| Blog posts / guides | 0.6 – 0.7 | monthly |
| Legal / static pages | 0.3 – 0.4 | yearly |
Need meta tags and social previews too?
Generate SEO, Open Graph and Twitter Card tags with live previews.
How to Submit Your Sitemap to Google
Upload the generated sitemap.xml to your site's root directory so it's reachable at yoursite.com/sitemap.xml. Then, in Google Search Console, select your property, open the Sitemaps section in the left sidebar, enter sitemap.xml, and click Submit. It's also good practice to reference your sitemap's location inside robots.txt with a line like Sitemap: https://yoursite.com/sitemap.xml.
5 Common Sitemap Mistakes to Avoid
Frequently Asked Questions
A file listing all the important URLs on a website, helping search engines discover and crawl pages more efficiently — especially pages that might not be well linked internally. It follows the standard format at sitemaps.org.
Not strictly required, but strongly recommended, especially for larger sites. Submitting one through Google Search Console helps ensure new and updated pages are discovered faster.
Priority (0.0–1.0) hints at a page's relative importance on your own site. Changefreq indicates how often content typically changes. Google largely ignores both today, but they remain part of the protocol.
A maximum of 50,000 URLs, and the file must not exceed 50MB uncompressed. Larger sites need a sitemap index file referencing multiple individual sitemaps.
Upload it to your site's root directory so it's accessible at yoursite.com/sitemap.xml — the conventional location search engines expect.
Upload sitemap.xml to your site, then in Google Search Console open the Sitemaps section under your property and submit the sitemap URL.
No. This tool generates a sitemap from the URLs you paste in manually — it does not crawl or discover pages automatically. You provide the full list yourself.