22 lines
669 B
XML
22 lines
669 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||
|
<url>
|
||
|
<loc>https://www.example.com/</loc>
|
||
|
<lastmod>2024-07-01</lastmod>
|
||
|
<changefreq>monthly</changefreq>
|
||
|
<priority>1.0</priority>
|
||
|
</url>
|
||
|
<url>
|
||
|
<loc>https://www.example.com/about</loc>
|
||
|
<lastmod>2024-07-01</lastmod>
|
||
|
<changefreq>monthly</changefreq>
|
||
|
<priority>0.8</priority>
|
||
|
</url>
|
||
|
<url>
|
||
|
<loc>https://www.example.com/contact</loc>
|
||
|
<lastmod>2024-07-01</lastmod>
|
||
|
<changefreq>monthly</changefreq>
|
||
|
<priority>0.8</priority>
|
||
|
</url>
|
||
|
</urlset>
|