<?xml version="1.0" encoding="UTF-8"?>
<!--
  Replace https://your-domain.example below with the real deployment domain (see
  deploy/nginx/gamestash.conf, which uses the same placeholder).

  This only lists static routes. /game/:id and /u/:slug pages are dynamic (backed by
  the games API / user profiles) and aren't known at build time, so they can't be listed
  here without a server-side/build-time generation step.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://your-domain.example/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://your-domain.example/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://your-domain.example/cookies</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
