<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — FlexPro Gym Management Software
  Update https://YOUR_DOMAIN_HERE with your production domain.
  Submit to Google Search Console: https://search.google.com/search-console
-->
<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">

  <!-- Landing page — highest priority -->
  <url>
    <loc>https://YOUR_DOMAIN_HERE/</loc>
    <lastmod>2026-05-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Contact page -->
  <url>
    <loc>https://YOUR_DOMAIN_HERE/contact</loc>
    <lastmod>2026-05-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
    NOTE: /app/* and /signin are intentionally excluded.
    These are authenticated routes that crawlers cannot access.
  -->

</urlset>
