Url Input Header
Global Defaults
Sitemap Output Header
Stats Title
Output Title
No Urls
How to Create an XML Sitemap
- 1
Enter your URLs
Paste your website URLs into the input area, one per line. You can also import URLs from a CSV file with columns for url, priority, changefreq, and lastmod. - 2
Set global defaults
Choose a default priority and change frequency that applies to all URLs. You can override these per URL by expanding individual URL settings. - 3
Customize individual URLs
Click the edit button on any URL to set a specific priority, change frequency, or last modified date. This is useful for marking your homepage as high priority or blog posts as daily updates. - 4
Download or copy the sitemap
Review the generated XML in the preview panel. Download the file as sitemap.xml and upload it to your website root directory. Then reference it in your robots.txt file.
Common Use Cases
New Website Launch
Large E-Commerce Sites
Content Migrations
Static Site Generators
About This Tool
An XML sitemap is a file that lists all the important URLs on your website so search engines like Google, Bing, and Yandex can discover and crawl them efficiently. The sitemap protocol, defined at sitemaps.org, supports metadata for each URL including the last modification date, change frequency, and relative priority. While search engines can find pages through links, a sitemap ensures that new, orphaned, or deep pages are not missed during crawling. This is especially important for large sites with thousands of pages, sites with complex navigation, or newly launched domains with few inbound links.
This generator creates fully valid XML sitemaps that comply with the sitemap protocol specification. You can paste URLs directly, import them from a CSV file, or add them one at a time. Each URL can have individual priority (0.0 to 1.0), change frequency (always through never), and last modified date settings. If your site has more than 50,000 URLs, the tool automatically switches to sitemap index mode, splitting your URLs across multiple sitemap files with a master index file that references each one. For related SEO tools, try our Robots.txt Generator to control crawler access or the Meta Tag Generator to optimize your page metadata.