<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — VedicMarriage public routes sitemap
  Only public (non-authenticated) routes are listed.
  Authenticated routes (/discovery, /matches, /messages, etc.) are excluded
  because they require login and return 401 or redirect to crawlers.
-->
<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 / home page -->
  <url>
    <loc>https://www.vedicmarriage.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Login page — crawlers can describe the product here -->
  <url>
    <loc>https://www.vedicmarriage.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Onboarding — explains what users will set up -->
  <url>
    <loc>https://www.vedicmarriage.com/onboarding</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Legal / support pages -->
  <url>
    <loc>https://www.vedicmarriage.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://www.vedicmarriage.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
