<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the sign-in screen is listed, and that is not an oversight.

  src/App.jsx wraps the entire router in <AuthWrapper>, so every other route —
  /analytics, /orders, /terms, /privacy and the rest — renders the sign-in
  screen to anyone who is not authenticated, including a crawler. Submitting
  them here would hand Google a set of URLs that all return the same page,
  which it treats as duplicate or soft-404 content and counts against the
  site rather than for it.

  When a route is genuinely made public (moved outside AuthWrapper), add it
  here at the same time — not before.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://automation.novatrixdigital.in/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
