XML Sitemap Generator
Generate a valid XML sitemap for your website. Enter your URLs, configure change frequency, and download or copy the output.
3 URLs in sitemap
sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://yoursite.com/</loc>
<lastmod>2026-04-04</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://yoursite.com/blog</loc>
<lastmod>2026-04-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://yoursite.com/pricing</loc>
<lastmod>2026-04-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>RankFlo generates sitemaps dynamically
Every published post is automatically included in your project sitemap with correct lastmod dates.
Start free