<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public routes only. Every other route is behind authGuard: a crawler
  following one would be handed the login page, so including them would
  submit the same screen under several URLs.

  /register is deliberately absent -- app.routes.ts redirects it to /login,
  and listing a redirect asks a crawler to index a URL that is not canonical.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://chithiraimatrimony.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://chithiraimatrimony.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://chithiraimatrimony.com/forgot-password</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
