<?xml version="1.0" encoding="UTF-8"?>
<!--
  JINGLE sitemap.
  Only the three publicly-indexable marketing/legal routes are listed.
  Every other route in src/App.tsx is either an auth-gated app surface
  (/home, /inbox, /hunts, /map, /postcards, /admin, /onboarding,
  /reset-password) or an action page that should not be indexed
  (/login, /create, /join). When a real production domain replaces
  jingle.family, search-and-replace the host below and re-publish.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jingle.family/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jingle.family/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://jingle.family/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
