πŸ—ΊοΈ Free Technical SEO Tool

Free XML Sitemap Generator

Create a clean sitemap.xml file with URL locations, optional last modified dates, change frequency and priority values.

βœ“ Bulk URL import βœ“ Duplicate removal βœ“ XML escaping βœ“ Copy & download
πŸ—ΊοΈ

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.

0 URLs detected
πŸ”—

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.

1

Add Website URLs

Enter URLs individually or import one URL per line.

2

Configure Metadata

Set optional last modified, frequency and priority values.

3

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.

URL Location Example
<loc>https://www.example.com/about/</loc>

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.

Last Modified Example
<lastmod>2026-07-10</lastmod>

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.

daily
weekly
monthly
yearly

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.

1.0
Highest selectable value
0.5
Middle value
0.0
Lowest selectable value

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.

FAQ

XML Sitemap Generator FAQs

An XML sitemap is a structured XML file that lists website URLs and can include optional metadata associated with those URL entries.
Many websites place sitemap.xml at a root-level location, but the appropriate location depends on the site's configuration and intended URL coverage.
Yes. This generator supports optional last modified dates for individual URL entries.
Yes. Use the Bulk Import tab and enter one absolute URL per line. Duplicate entries are ignored.
Yes. You can enable or disable those optional fields and customize their values for individual URLs.
Yes. The XML Sitemap Generator is free to use online.

Create Your XML Sitemap

Add URLs, configure optional metadata and export a ready-to-review sitemap.xml file.

Generate Sitemap β†’
βœ“ XML copied