<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the URLs nginx reverse-proxies from the landing origin are listed. Those
  return real HTML with their own <title>/<meta> in the first response — see
  the landing-proxy locations in nginx.conf.

  Every other public route (/AboutUs, /ContactUs, /book-a-demo, /verified-pnl,
  ...) is client-rendered by Angular and returns the same empty app shell with
  one shared <title> from src/index.html. Submitting those would ask Google to
  index a set of near-identical blank documents, which is worse than not
  submitting them.

  Add them here once they have per-route <title>/<meta> (Angular's Title and
  Meta services) and are prerendered or server-rendered.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.sigmascanner.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.sigmascanner.in/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
