<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only genuinely public URLs belong here. Everything else in the app sits behind ProtectedRoute and
  answers a logged-out visitor (Googlebot included) with the login screen, so listing those paths
  would just hand Google a pile of identical pages to discard.

  No <lastmod> on purpose: this file is static, so any date in it would start lying the moment the
  page changed. An absent lastmod is treated as "unknown", which is true; a stale one is treated as
  "unchanged", which is not.

  /info carries the legend, rank tables and (once the rewrite lands) the rules — the app's only
  real body of prose, and the pages most likely to be found by someone searching for how preferans
  is played.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vpref.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vpref.app/info</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://vpref.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://vpref.app/delete-account</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
