<?xml version="1.0" encoding="UTF-8"?>
<!-- =============================================================================
     @encoding UTF-8 1
     @author Zerohold (//zerohold.sd1.su)
     @project [Prof Chat](//profchat.ru)
     @summary Карта сайта для поисковых систем
     @created 2025-10
     @modified 2025-10

     @link https://profchat.ru/sitemap.xml

     @remarks
     - XML карта сайта для индексации поисковыми системами
     ============================================================================= -->

<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://profchat.ru/</loc>
        <lastmod>2025-10-09</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>


    <!-- Дополнительные страницы (добавляются по мере разработки) -->
    <!--
    <url>
        <loc>https://profchat.ru/services</loc>
        <lastmod>2025-10-09</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://profchat.ru/contact</loc>
        <lastmod>2025-10-09</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://profchat.ru/docs</loc>
        <lastmod>2025-10-09</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    -->

</urlset>
