<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four public routes, verified against frontend/src/app/app.routes.ts:
  '' (landingGuard, public for signed-out visitors), 'pricing', 'terms', 'privacy'.
  Every other route carries publicGuard (auth forms) or authGuard, so it has no
  content to index.

  No hreflang alternates: English and Urdu are the same URL — the language is a
  client-side switch, not a second address — so there is no alternate to point at.

  !! DOMAIN !! These four <loc> values are the current deployment. Update them
  together with public/robots.txt and the tagged lines in src/index.html when a
  custom domain is attached.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cue-manager-rho.vercel.app/</loc>
    <lastmod>2026-07-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cue-manager-rho.vercel.app/pricing</loc>
    <lastmod>2026-07-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://cue-manager-rho.vercel.app/terms</loc>
    <lastmod>2026-07-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://cue-manager-rho.vercel.app/privacy</loc>
    <lastmod>2026-07-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
