<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Only canonical, logged-out-servable URLs are listed. `/football` and
       `/welcome` canonicalize to `/` (same offer); `/nba` redirects logged-out
       visitors to football, so the public `/nba/how-to-play` carries NBA terms
       instead. The home `/` is prerendered with real football content.

       Login-wall audit (re-run for the EPL cutover): every URL below renders
       real content signed out. `/` is the prerendered football home (or the
       marketing landing with DIRECT_TO_GAME off); both `how-to-play` routes are
       static rules content served through PublicPageShell / the logged-out
       football shell; `/privacy` and `/terms` are public. The auth-gated
       surfaces — `/football/{leaderboard,fixtures,burned,profile}`, `/arena/*`
       and the NBA equivalents — are deliberately absent AND carry `noindex` via
       src/lib/seoMeta.ts. The earlier flag (football-roadmap.md, slice 5d) about
       login-walled entries was resolved by the June per-route/prerender pass;
       nothing needed trimming here. Do not add a route without checking it
       renders content, not a sign-in wall, to a logged-out crawler. -->
  <url>
    <loc>https://one-a-day-fantasy.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://one-a-day-fantasy.com/football/how-to-play</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://one-a-day-fantasy.com/nba/how-to-play</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://one-a-day-fantasy.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://one-a-day-fantasy.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://one-a-day-fantasy.com/llms.txt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://one-a-day-fantasy.com/llms-full.txt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
