<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Landing Page - High priority, updated frequently -->
  <url>
    <loc>https://trybellee.com/</loc>
    <lastmod>2025-07-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Legal Pages - Important for compliance, updated occasionally -->
  <url>
    <loc>https://trybellee.com/terms-of-service</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://trybellee.com/privacy-policy</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://trybellee.com/hipaa-policy</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Protected routes are intentionally excluded from sitemap:
       - /dashboard (user-specific, private content)
       - /reports (user-specific, private content)  
       - /settings (user-specific, private content)
  -->

</urlset>