<?xml version="1.0" encoding="UTF-8"?>
<!-- ONE URL, deliberately.

     NestLio is a single-page app and vercel.json rewrites every non-/api path
     to index.html. So /how-it-works, /trust and /terms all return the identical
     home page — listing them here would hand Google six URLs with one page
     behind them, which is duplicate content and reads as an attempt to inflate
     the site. They are screens, not pages.

     If those should be indexed separately they need real routes first: a path
     the client reads on load and renders directly. That is a code change, not
     a sitemap change. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nestlio.in/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
