<?xml version="1.0" encoding="UTF-8"?>
<!--
  These are real, independently fetchable URLs. They were briefly listed as /#/menu and
  /#/quiz, which no crawler can follow — a fragment is stripped by the browser before the
  request, so all three entries resolved to the homepage. The app now routes on the
  pathname, so each of these returns its own page.

  Keep in step with public/llms.txt and .well-known/llms.txt, which list the same set.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://twotoopt.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://twotoopt.com/menu</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://twotoopt.com/quiz</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
