<?xml version="1.0" encoding="UTF-8"?>
<!--
  LANDING-PHASE1/2/3 — lists only genuine public, indexable pages (no dashboard/scheduling/teachers/
  admin or any authenticated route, no Login/Register — both are real pages but noindex, see
  useSeoHead.ts/robots meta). <loc> uses relative paths as a placeholder: the real production origin
  is not yet known (no deployment config exists in this repo — see LANDING_PAGE_ARCHITECTURE.md §9);
  replace with the absolute production URL (e.g. https://app.example.com/) at deploy time.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>/features</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
