<?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">

    <!-- Hlavní stránka -->
    <url>
        <loc>https://peterecibus.cz/</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Domovská stránka s recepty -->
    <url>
        <loc>https://peterecibus.cz/home.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Přihlášení -->
    <url>
        <loc>https://peterecibus.cz/login.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Registrace -->
    <url>
        <loc>https://peterecibus.cz/register.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Náhodné jídlo -->
    <url>
        <loc>https://peterecibus.cz/random_food.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Podmínky služby -->
    <url>
        <loc>https://peterecibus.cz/terms.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- Účet (pro přihlášené uživatele) -->
    <url>
        <loc>https://peterecibus.cz/account.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Historie -->
    <url>
        <loc>https://peterecibus.cz/history.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Oblíbené -->
    <url>
        <loc>https://peterecibus.cz/favorites.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Kalendář -->
    <url>
        <loc>https://peterecibus.cz/kalendar.html</loc>
        <lastmod>2025-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

</urlset>