<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap scope: only pages we want Google to discover + index independently.

  EXCLUDED (intentional):
    /login                         - auth gateway, noindex via LandingPage Helmet
    /learn?tab=xxx (13 variants)   - UI tab state, not separate resources.
                                     Google treats ?param URLs as filter views and
                                     deprioritizes crawl; 14 of these sat in
                                     "Discovered - currently not indexed" for weeks.
                                     If tab content becomes valuable enough to
                                     be independently searchable, migrate to
                                     path-based routing (/learn/advanced, etc.)
                                     plus prerender, then re-add to sitemap.
    /authoring, /ecqm, /cds, ...   - auth-gated app pages; crawlers can't reach
                                     meaningful content anyway.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://twcql.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://twcql.com/learn</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
