<?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">

    <!-- Homepage - Main game, highest priority -->
    <url>
        <loc>https://snake-50.web.app/</loc>
        <lastmod>2025-12-18</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Leaderboard - Updated frequently with new scores -->
    <url>
        <loc>https://snake-50.web.app/leaderboard.html</loc>
        <lastmod>2025-12-18</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Register - Important for user acquisition -->
    <url>
        <loc>https://snake-50.web.app/register.html</loc>
        <lastmod>2025-12-18</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Login - Important for returning users -->
    <url>
        <loc>https://snake-50.web.app/login.html</loc>
        <lastmod>2025-12-18</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Profile - User-specific, lower SEO value -->
    <url>
        <loc>https://snake-50.web.app/profile.html</loc>
        <lastmod>2025-12-18</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Settings - Utility page -->
    <url>
        <loc>https://snake-50.web.app/settings.html</loc>
        <lastmod>2025-12-18</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Note: 404.html intentionally excluded - error pages should not be indexed -->

</urlset>
