<?xml version="1.0" encoding="UTF-8"?>
<!-- Only the routes that are actually public, unauthenticated, and meant to be indexed (see src/routes/AppRoutes.tsx): the four
     under <PublicLayout> with no noindex. Sign-in/sign-up pages, and every authenticated app page, are deliberately left out —
     see robots.txt and the noindex tags in src/lib/pageMeta.ts for why. No <lastmod> is given: this file is static and hand-edited,
     so a claimed date would drift from reality rather than track it, and a wrong date is worse than none. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tradesmriti.com/</loc>
  </url>
  <url>
    <loc>https://tradesmriti.com/about</loc>
  </url>
  <url>
    <loc>https://tradesmriti.com/privacy</loc>
  </url>
  <url>
    <loc>https://tradesmriti.com/terms</loc>
  </url>
</urlset>
