UT
UsefulToolkit
Home
About
Contact
Blog
Home
About
Contact
Blog
Home
/
Developer Tools
/
sitemap.xml Generator
sitemap.xml Generator
Create XML sitemaps with URL entries, priority, and change frequency.
Base URL
Path
Freq
always
hourly
daily
weekly
monthly
yearly
never
Priority
1.0
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1
0.0
X
Path
Freq
always
hourly
daily
weekly
monthly
yearly
never
Priority
1.0
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1
0.0
X
Path
Freq
always
hourly
daily
weekly
monthly
yearly
never
Priority
1.0
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1
0.0
X
+ Add URL
sitemap.xml Output
Copy
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://example.com/</loc> <lastmod>2026-03-15</lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>https://example.com/about</loc> <lastmod>2026-03-15</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://example.com/contact</loc> <lastmod>2026-03-15</lastmod> <changefreq>yearly</changefreq> <priority>0.5</priority> </url> </urlset>