lotr-sut/sut/frontend/public/sitemap.xml
Fellowship Scholar f6a5823439 init commit
2026-03-29 20:07:56 +00:00

54 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<!-- Main pages - LOTR-themed routes (URLs substituted based on environment during build) -->
<url>
<loc>%VITE_APP_SITE_URL%/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>%VITE_APP_SITE_URL%/login</loc>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>%VITE_APP_SITE_URL%/dashboard</loc>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>%VITE_APP_SITE_URL%/quests</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>%VITE_APP_SITE_URL%/map</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>%VITE_APP_SITE_URL%/inventory</loc>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>
<!-- Public API endpoints for search engines to reference -->
<url>
<loc>%VITE_APP_SITE_URL%/api/health</loc>
<changefreq>hourly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>%VITE_APP_SITE_URL%/api/status</loc>
<changefreq>hourly</changefreq>
<priority>0.5</priority>
</url>
</urlset>