seo: update sitemap with all pages

- Add terms.html, privacy.html, sla.html
- Update lastmod dates
- Set appropriate priority and changefreq

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-30 16:55:48 +09:00
parent b9094a4013
commit c15a635979

View File

@@ -2,8 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://hosting.anvil.it.com/</loc> <loc>https://hosting.anvil.it.com/</loc>
<lastmod>2026-01-21</lastmod> <lastmod>2025-01-30</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url>
<loc>https://hosting.anvil.it.com/terms.html</loc>
<lastmod>2025-01-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://hosting.anvil.it.com/privacy.html</loc>
<lastmod>2025-01-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://hosting.anvil.it.com/sla.html</loc>
<lastmod>2025-01-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset> </urlset>