SEO Tools
XML Sitemap Generator
Generate a valid XML sitemap from a list of URLs. Set change frequency, priority, and last modified date. Download as sitemap.xml.
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <!-- Add URLs on the left to generate your sitemap --> </urlset>
How it works
Paste one URL per line into the text area. Only lines starting with http or https are included. Select the change frequency and priority that apply to most of your pages, optionally include a last-modified date, then copy or download the generated XML file.
Frequently asked questions
What is an XML sitemap?
An XML sitemap is a file that lists all important URLs on your website. It helps search engine crawlers discover and index your pages more efficiently.
How do I submit a sitemap to Google?
Go to Google Search Console, select your property, and navigate to Sitemaps. Enter your sitemap URL (e.g. https://example.com/sitemap.xml) and click Submit.
What is changefreq used for?
The changefreq tag hints to crawlers how often a page is updated. Values range from always to never. Note that search engines may ignore this hint.
What priority value should I use?
Priority ranges from 0.0 to 1.0, with 1.0 being most important. Your homepage might be 1.0, main sections 0.8, and individual pages 0.6. The default is 0.5.