<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. Only routes that are public, unguarded, and have no dynamic
  segment belong here.

  The published CMS routes (/news/:slug, /announcements/:slug, /events/:slug,
  /patch-notes/:slug, /pages/:slug) are the real organic surface, but their
  slugs live in Supabase and cannot be enumerated at build time from this repo.
  They need a generated sitemap fed by a content query. Until that exists this
  file stays intentionally small rather than listing guesses.

  Auth pages are omitted on purpose: a sitemap asserts canonical content, and
  /user-portal/* is disallowed in robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://veztige.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
