<?xml version="1.0" encoding="UTF-8"?>
<!--
  Packlabs sitemap.

  Only list URLs that return 200 and are meant to be indexed. A sitemap full of
  redirects, 404s or noindexed pages is the fastest way to lose Google's trust
  in it, and a sitemap it has stopped trusting is worth nothing on the day you
  actually need it (the day a hundred published games need discovering).

  <lastmod> must be honest. Stamping today's date on every URL at every deploy
  is a well-known signal to ignore the field, so only move a date when the page
  genuinely changed.

  When the published-games shelf goes live this file stops being hand-written:
  generate it from the Supabase `games` table (public, not hidden), and split
  it into a sitemap index once it passes 50,000 URLs or 50MB. See
  docs/SEO_STRATEGY.md, "Phase 3".
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://packlabs.cards/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://packlabs.cards/app</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
