<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the genuinely public pages.

  "/" is one of them as of 2026-09-03: it used to sit behind ProtectedRoute and
  bounce an anonymous visitor to /login, so the entry here was a crawler being
  fed a redirect from the highest-priority URL on the site. It now serves the
  landing page to anyone signed out, which is the page that should rank.

  Everything else (/worksheets, /play/*, /reload, /admin) is still behind the
  account gate and still absent for the same reason as before.

  The apex is the canonical host; index.html carries a matching canonical
  link element so the *.pages.dev preview origins do not compete.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ludi.argux.mx/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ludi.argux.mx/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ludi.argux.mx/legal/privacidad</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ludi.argux.mx/legal/terminos</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ludi.argux.mx/legal/reembolsos</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
