<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap-static.xml — Static/permanent pages for invyt.co
  These pages never change URLs and require no database query.
  Listed in the sitemap index at /sitemap.xml via sitemapService.js.

  Best practice (2026): Google ignores <changefreq> and <priority>; only <loc>
  (and an accurate <lastmod>, when known) carries weight. These pages have no
  reliably tracked modification date, so <lastmod> is intentionally omitted
  rather than faked. Keep this list in sync with the indexable public pages in
  backend/seo/config/seoManifest.js.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://invyt.co/</loc>
  </url>

  <!-- Event discovery listing -->
  <url>
    <loc>https://invyt.co/events</loc>
  </url>

  <!-- Vendor directory -->
  <url>
    <loc>https://invyt.co/vendors</loc>
  </url>

  <!-- Vendor services directory -->
  <url>
    <loc>https://invyt.co/services</loc>
  </url>

  <!-- FAQ -->
  <url>
    <loc>https://invyt.co/faq</loc>
  </url>

  <!-- Terms and conditions -->
  <url>
    <loc>https://invyt.co/terms-and-conditions</loc>
  </url>

  <!-- Contact page -->
  <url>
    <loc>https://invyt.co/contact</loc>
  </url>

</urlset>
