<?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">
  
  <!-- Home Page - Main entry point -->
  <url>
    <loc>https://impostor-game.de/</loc>
    <lastmod>2025-06-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Host Game Page - Static content for hosting games -->
  <url>
    <loc>https://impostor-game.de/host</loc>
    <lastmod>2025-06-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 
    Note: The following routes are not included in the sitemap as they are:
    - Dynamic routes with parameters (/join/:id)
    - User session-dependent pages (/lobby, /game)
    - Not meant for search engine indexing
    
    Excluded routes:
    - /join/:id - Dynamic route requiring game ID parameter
    - /lobby - Requires active game session
    - /game - Requires active game participation
  -->
  
</urlset>
