28 lines
837 B
XML
28 lines
837 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<url>
|
|
<loc>https://yourdomain.com/</loc>
|
|
<lastmod>2025-07-26</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://yourdomain.com/#services</loc>
|
|
<lastmod>2025-07-26</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://yourdomain.com/#about</loc>
|
|
<lastmod>2025-07-26</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.6</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://yourdomain.com/#contact</loc>
|
|
<lastmod>2025-07-26</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
</urlset>
|