<?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">
  
  <!-- 
    IMPORTANT: Replace [YOUR-DOMAIN.com] with your actual domain before deploying
    Example: https://www.yourcompany.com
  -->
  
  <!-- Home Page - Highest Priority -->
  <url>
    <loc>https://[YOUR-DOMAIN.com]/</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Platform Demo - High Priority -->
  <url>
    <loc>https://[YOUR-DOMAIN.com]/platform-demo</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Authentication Pages -->
  <url>
    <loc>https://[YOUR-DOMAIN.com]/login</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://[YOUR-DOMAIN.com]/signup</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Legal Pages - Important for SEO -->
  <url>
    <loc>https://[YOUR-DOMAIN.com]/legal/terms</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://[YOUR-DOMAIN.com]/legal/privacy</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://[YOUR-DOMAIN.com]/legal/cookies</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://[YOUR-DOMAIN.com]/legal/acceptable-use</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- 
    NOTE: Dashboard, admin, and protected routes are intentionally excluded
    as they require authentication and should not be indexed by search engines.
    
    To update this sitemap:
    1. Replace all [YOUR-DOMAIN.com] placeholders with your actual domain
    2. Update lastmod dates when pages are significantly changed
    3. Add new public pages as they are created
    4. Keep changefreq and priority values realistic
  -->
  
</urlset>
