<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage — highest priority public entry point -->
  <url>
    <loc>https://typementor-ai-frontend.vercel.app/</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Typing Academy — public, guest-accessible educational content -->
  <url>
    <loc>https://typementor-ai-frontend.vercel.app/academy</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Privacy Policy — required for trust signals and compliance -->
  <url>
    <loc>https://typementor-ai-frontend.vercel.app/privacy</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Terms of Service — required for trust signals and compliance -->
  <url>
    <loc>https://typementor-ai-frontend.vercel.app/terms</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
    EXCLUDED (private/auth-required routes — not indexed):
    /practice    — requires login or guest session
    /dashboard   — requires authentication
    /profile     — requires authentication
    /endurance   — requires authentication
    /path        — requires authentication
    /interview   — requires authentication
    /auth        — login page, no indexable content
  -->

</urlset>
