<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately SHORT. The app is a single-page Expo Router bundle: every path
  returns the same HTML shell and the content is rendered client-side, so
  listing every app route here would just hand Google a pile of near-duplicate
  thin pages — the opposite of what we want while the site is under AdSense
  review. The article content lives on the wiki, which has its own sitemap
  (see robots.txt); this file covers only the app URLs that stand on their own.

  Per-game rules pages are intentionally absent: /how-to-play?game=hearts and
  friends are the same document the wiki already serves at canonical,
  server-rendered urls.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.houserulescards.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.houserulescards.com/how-to-play</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.houserulescards.com/legal</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
