<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Main Pages -->
  <url>
    <loc>https://yourdomain.com/</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/about</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Authentication Pages -->
  <url>
    <loc>https://yourdomain.com/login</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/signup</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Main Feature Pages (Public/Landing versions) -->
  <!-- <url>
    <loc>https://yourdomain.com/sessions</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/activities</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://yourdomain.com/actions</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url> -->
  
  <!-- Session History (if publicly accessible) -->
  <!-- <url>
    <loc>https://yourdomain.com/sessions/history</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url> -->
  
  <!-- 
  Note: The following URLs are commented out as they likely require authentication
  or contain dynamic content that shouldn't be crawled:
  
  Protected/Dynamic Pages (not included in sitemap):
  - /dashboard (requires authentication)
  - /settings/* (requires authentication)  
  - /sessions/new (requires authentication)
  - /sessions/[id]/* (dynamic, requires authentication)
  - /users/[username] (dynamic user profiles)
  - /activities/new (requires authentication)
  - /actions/new (requires authentication)
  - /password-recovery (no need to index)
  - /reset-password (no need to index)
  
  If you want to include any of these, uncomment and modify as needed:
  
  <url>
    <loc>https://yourdomain.com/dashboard</loc>
    <lastmod>2025-10-30</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  -->

</urlset>