<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages a stranger can actually land on and read.

  /bazi is deliberately ABSENT: it renders the same BaziPublicPage as "/" (see
  lib/main.dart), and index.html declares "/" as the canonical URL. Listing both
  would ask Google to index one page twice.

  /p and /personality are public routes too, but they render a specific person's
  read rather than a page that exists on its own, so they are not listed here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://todayisfor.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://todayisfor.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
