Files
yourwillyourwish/public/sitemap.xml
2026-02-06 21:44:04 -06:00

34 lines
919 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://your-domain.com</loc>
<lastmod>2026-02-03</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://your-domain.com/about</loc>
<lastmod>2026-02-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://your-domain.com/webinars</loc>
<lastmod>2026-02-03</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://your-domain.com/contact</loc>
<lastmod>2026-02-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://your-domain.com/resources</loc>
<lastmod>2026-02-03</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>