<?xml version="1.0" encoding="UTF-8"?>
<!--
  One <url> per path declared in src/App.tsx, and nothing else. The catch-all 404 route
  is not a page, and /admin/chat exists only in development builds.

  src/test/site-metadata.test.ts fails if this list and the router's routes drift apart,
  so a new route must be added here in the same change.

  TODO(launch): <loc> must be on the host that serves this file — apex vs www included.
  The same literal appears in index.html, src/lib/constants.ts and public/robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://schoolmate-online.net/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/features</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/for-schools</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/about</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/testimonials</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/contact</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/privacy-policy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://schoolmate-online.net/terms-of-service</loc>
    <priority>0.3</priority>
  </url>
</urlset>
