<?xml version="1.0" encoding="UTF-8"?>
<!-- Public pages only. Everything behind auth is deliberately absent: a URL in
     here is a request to index it, and an indexed /dashboard is a dead result.

     /auth stays out on purpose: it is served with noindex, so listing it would
     ask Google to index a page that refuses to be indexed.

     /pricing was also removed once, back when it lived inside AppLayout and
     bounced anonymous crawlers to /auth. It is a public route now, so it
     belongs here — it is the highest commercial-intent URL on the site. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.cfaquiz.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.cfaquiz.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
