Free XML Sitemap Generator
Create a clean sitemap.xml file with URL locations, optional last modified dates, change frequency and priority values.
Build Your XML Sitemap
Add URLs and generate sitemap.xml instantly
Sitemap URLs
Add and customize individual URL entries
Bulk URL Import
Enter one absolute URL per line. Blank lines and duplicates will be ignored.
Multiple URLs
Add URLs manually or import a large list in bulk.
Last Modified Dates
Add optional lastmod values to individual URL entries.
Duplicate Removal
Ignore repeated URLs when importing bulk lists.
Easy Export
Copy the generated XML or download sitemap.xml.
Simple Process
How to Create an XML Sitemap
Build a sitemap.xml file in three simple steps.
Add Website URLs
Enter URLs individually or import one URL per line.
Configure Metadata
Set optional last modified, frequency and priority values.
Copy or Download
Review the XML preview and export sitemap.xml.
Technical SEO Guide
What Is an XML Sitemap Generator?
An XML Sitemap Generator is a tool that creates a structured XML file containing website URLs. Instead of manually writing XML markup for every page, you can enter your URLs, configure optional metadata and generate a ready-to-review sitemap.xml file.
XML sitemaps can help website owners organize URL discovery information in a machine-readable format. They are commonly used by website administrators, developers and SEO teams.
Basic XML Sitemap Example
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.example.com/</loc>
<lastmod>2026-07-10</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
What Does the loc Element Mean?
The loc element contains the URL of a page included in the sitemap. The generator automatically escapes XML-sensitive characters in URL values before adding them to the output.
Last Modified Date
The optional lastmod element can indicate when the content represented by a URL was last modified. This generator lets you set a separate date for every URL entry.
Change Frequency Values
The optional changefreq element can contain values such as always, hourly, daily, weekly, monthly, yearly or never. You can configure a default value and customize individual URLs.
Sitemap Priority Values
The optional priority element accepts values from 0.0 to 1.0. This tool provides convenient selectable values and allows different priorities for individual URL entries.
Where Should sitemap.xml Be Located?
Many websites publish a sitemap at a root-level location such as /sitemap.xml. Your actual sitemap location should match your website architecture and the URLs the sitemap is intended to cover.
Common XML Sitemap Use Cases
Business Websites
List service pages, location pages and important company URLs.
Blogs
Organize article, category and important content URLs.
Ecommerce Sites
Build URL lists for products, categories and content pages.
Web Applications
Create sitemap entries for public indexable routes.
Important SEO Note
Review generated URLs before publishing your sitemap. Avoid unintentionally including private pages, staging URLs, duplicate URL variants, broken URLs or pages that you do not want represented in the sitemap.
Who Can Use This XML Sitemap Generator?
This tool can help website owners, SEO professionals, developers, agencies, bloggers, ecommerce teams and technical marketers create XML sitemap files for review, testing and deployment.
Related SEO Tools
Explore More SEO Utilities
Robots.txt Generator
Create crawler directives and sitemap references.
Open Tool βMeta Tag Generator
Generate useful metadata for webpages.
Open Tool βSERP Preview
Preview titles and descriptions in a search-style layout.
Open Tool βKeyword List Cleaner
Remove duplicates and clean keyword formatting.
Open Tool βFAQ
XML Sitemap Generator FAQs
Create Your XML Sitemap
Add URLs, configure optional metadata and export a ready-to-review sitemap.xml file.
Generate Sitemap β