<?xml version="1.0" encoding="UTF-8"?>
<!-- Checked-in fallback only. engine/prerender.py's write_sitemap()
     overwrites this file at build time with every published subject/
     chapter's real pretty URL (see docs/prerendering.md and
     docs/seo-audit.md's Pass 6). This version (just "/" and
     "/subjects.html") is what ships if that build step never runs at
     all (e.g. running the site locally without the Netlify build
     command); always current in production, may lag here between
     content changes.

     NOTE FOR FUTURE EDITS: unlike this codebase's usual HTML/JS
     comment style, a pair of adjacent hyphens is not permitted
     anywhere inside a real XML comment's body, only immediately
     before the closing delimiter. Confirmed the hard way: an earlier
     version of this exact comment broke every XML parser (including
     Safari's built in one, and likely search engine sitemap
     validators too) by using that style here. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://boardspyq.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://boardspyq.com/subjects.html</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
