<?xml version="1.0" encoding="UTF-8"?>
<!-- Lists the public pages we actively want crawled. Keep in sync when a
     page's indexing changes.
     Deliberately omitted:
       - /leaderboard — currently noindex (loads its data client-side, so a
         crawler sees an empty shell). When it moves to the SSR variant
         parked in leaderboardServerProps.js, mark it indexable and add it
         back here.
       - all private/app routes (game rooms, profiles, match replays) —
         they return `noindex`. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://3d3t.vinzenzalb.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://3d3t.vinzenzalb.dev/legal/privatepolicy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
