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

    <!-- Главная страница -->
    <url>
        <loc>https://kaz1k.ru/</loc>
        <lastmod>2025-03-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Раздел "О школе" -->
    <url>
        <loc>https://kaz1k.ru/about/</loc>
        <lastmod>2025-03-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Страница каталога курсов -->
    <url>
        <loc>https://kaz1k.ru/courses/</loc>
        <lastmod>2025-03-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Отдельные курсы (примеры) -->
    <url>
        <loc>https://kaz1k.ru/courses/1c-programmirovanie/</loc>
        <lastmod>2025-03-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://kaz1k.ru/courses/python-dlya-nachinayushchih/</loc>
        <lastmod>2025-03-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://kaz1k.ru/courses/veb-razrabotka/</loc>
        <lastmod>2025-03-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Блог / Новости -->
    <url>
        <loc>https://kaz1k.ru/blog/</loc>
        <lastmod>2025-03-14</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Примеры статей блога -->
    <url>
        <loc>https://kaz1k.ru/blog/kak-vybrat-kursy-programmirovaniya/</loc>
        <lastmod>2025-03-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://kaz1k.ru/blog/otzyvy-studentov/</loc>
        <lastmod>2025-03-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://kaz1k.ru/blog/novye-programmy-2025/</loc>
        <lastmod>2025-03-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Контакты -->
    <url>
        <loc>https://kaz1k.ru/contacts/</loc>
        <lastmod>2025-03-10</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>

</urlset>