
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Main Pages -->
  <url>
    <loc>https://alumnisights.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/home</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Browse & Discovery -->
  <url>
    <loc>https://alumnisights.com/browse</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- School Categories -->
  <url>
    <loc>https://alumnisights.com/schools</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/graduate-schools</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/business-schools</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/law-schools</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/medical-schools</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Authentication & User Flow -->
  <url>
    <loc>https://alumnisights.com/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/onboarding</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- User Dashboard -->
  <url>
    <loc>https://alumnisights.com/dashboard</loc>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Booking Flow -->
  <url>
    <loc>https://alumnisights.com/booking-success</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!-- Admin Panel -->
  <url>
    <loc>https://alumnisights.com/admin</loc>
    <changefreq>weekly</changefreq>
    <priority>0.4</priority>
  </url>
  
  <!-- Support & Legal -->
  <url>
    <loc>https://alumnisights.com/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://alumnisights.com/status</loc>
    <changefreq>daily</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!-- Dynamic Routes (These would be generated dynamically in a real implementation) -->
  <!-- Student Profiles - /student/:id -->
  <!-- School Profiles - /school/:id -->
  <!-- Book Session - /book-session/:studentId -->
  <!-- Payment - /payment/:bookingId -->
  
  <!-- Note: In a production environment, you would typically generate these URLs dynamically -->
  <!-- by fetching all student IDs and school IDs from your database -->
</urlset>
