<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the publicly reachable, indexable routes belong here. The app's own
  screens (/dashboard, /inbox, …) sit behind authGuard and the auth screens
  aren't worth indexing, so both are omitted; /f/:id is per-form and dynamic.
  Angular copies everything in public/ to the build root, so nginx serves this
  as a real file before the SPA catch-all can return index.html for it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wa.vpinformatics.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wa.vpinformatics.in/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wa.vpinformatics.in/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
