| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> |
| 3 | <url> |
| 4 | <loc>https://example.com/</loc> |
| 5 | <changefreq>daily</changefreq> |
| 6 | <priority>1.0</priority> |
| 7 | </url> |
| 8 | <url> |
| 9 | <loc>https://example.com/about</loc> |
| 10 | <changefreq>monthly</changefreq> |
| 11 | <priority>0.8</priority> |
| 12 | </url> |
| 13 | <url> |
| 14 | <loc>https://example.com/contact</loc> |
| 15 | <changefreq>yearly</changefreq> |
| 16 | <priority>0.5</priority> |
| 17 | </url> |
| 18 | </urlset> |