The Tool Guru
Tools
▾
Blog
About
Contact
Get Started
Sitemap.xml Generator
Build a valid XML sitemap for your site.
Base URL
Default changefreq
always
hourly
daily
weekly
monthly
yearly
never
Default priority
Paths
Remove
Remove
Remove
Add
sitemap.xml
Copy
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://example.com/</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> </url> <url> <loc>https://example.com/about</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> </url> <url> <loc>https://example.com/contact</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> </url> </urlset>