<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://www.researchmentor.ai/</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Dashboard -->
  <url>
    <loc>https://www.researchmentor.ai/dashboard</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Projects -->
  <url>
    <loc>https://www.researchmentor.ai/projects</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Students -->
  <url>
    <loc>https://www.researchmentor.ai/students</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Alerts -->
  <url>
    <loc>https://www.researchmentor.ai/alerts</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Escalations -->
  <url>
    <loc>https://www.researchmentor.ai/escalations</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://www.researchmentor.ai/privacy</loc>
    <lastmod>2025-10-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    Dynamic routes (should be generated programmatically):
    - /project/[id] - Individual project pages
    - /project/[id]/compliance - Project compliance tracking
    - /project/[id]/artifacts - Project artifacts
    - /project/[id]/milestones - Project milestones
    - /project/[id]/progress - Project progress tracking
    - /project/[id]/reports - Project reports
    - /project/[id]/skills - Project skills development
    - /students/[id] - Individual student profiles
    - /students/[id]/profile - Student profile details

    To add these dynamically, implement a sitemap generation script that:
    1. Fetches all project IDs from the database
    2. Fetches all student IDs from the database
    3. Generates <url> entries for each dynamic route
    4. Updates this sitemap.xml file or creates a dynamic sitemap route
  -->
</urlset>
