<?xml version="1.0" encoding="UTF-8"?>
<!--
  One canonical URL. /game.html is deliberately absent: it is the same experience
  as / and carries a canonical pointing there, so listing it would invite the two
  to compete for the same queries.

  changefreq is daily because a new case genuinely publishes every day at 12:01am
  CST — an honest signal, not a crawl-rate plea.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ddxordle.org/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- The two policy pages. Low priority and yearly because that is the truth about
       them, but listed rather than hidden: they are linked from the consent bar and
       named on Google's OAuth consent screen, so they are part of the public site. -->
  <url>
    <loc>https://ddxordle.org/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ddxordle.org/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
