XML Sitemap Generator
Paste your page URLs, set a change frequency and priority, and get a ready-to-upload XML sitemap for search engines to crawl.
Include the full https:// address for each page.
URLs included: 3
Generated sitemap
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://example.com/about</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://example.com/contact</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
How to use this tool
- 1Paste one URL per line for every page you want search engines to crawl.
- 2Choose how often the pages change and how important they are relative to each other.
- 3Copy the generated XML or download it as sitemap.xml.
- 4Upload sitemap.xml to your site's root and submit it in Google Search Console.
Example use cases
New blog launch
A publisher lists every article URL so new posts get discovered and indexed faster.
Store catalog coverage
A shop adds all category and product pages so none are missed by crawlers.
Site relaunch
After a redesign, a team regenerates the sitemap with the final URL structure before resubmitting.
Frequently asked questions
What is an XML sitemap?
It is a file that lists your site's URLs so search engines can find and crawl your pages more efficiently.
How do I submit my sitemap to Google?
Upload it to your site's root and add its URL in Google Search Console under Sitemaps.
Is there a limit on how many URLs I can include?
A single sitemap file can hold up to 50,000 URLs; larger sites use a sitemap index with multiple files.
Does the priority value affect rankings?
No, priority only hints at relative importance within your own site — it does not influence ranking against other sites.