<?xml version="1.0" encoding="UTF-8"?>
<!-- Canonical public, indexable pages for the ElderVoice app (my.eldervoice.com).
     Private app/auth routes are intentionally excluded (they carry X-Robots-Tag:
     noindex; see server/staticServer.ts) and are also Disallowed in robots.txt. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- '/' and '/pricing' are intentionally omitted: both redirect unauthenticated
       visitors to /login (see client/src/pages/Pricing.tsx and App.tsx), so they
       are not public indexable destinations. Marketing lives on apex eldervoice.com. -->
  <url>
    <loc>https://my.eldervoice.com/demo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://my.eldervoice.com/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://my.eldervoice.com/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://my.eldervoice.com/affiliate/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://my.eldervoice.com/affiliate/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
