<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Главная страница -->
    <url>
        <loc>https://privet.su/</loc>
        <priority>1.0</priority>
        <changefreq>daily</changefreq>
    </url>

    <!-- Категории -->
    <url>
        <loc>https://privet.su/catalog</loc>
        <priority>0.8</priority>
        <changefreq>weekly</changefreq>
    </url>

    <!-- Примеры товаров (добавить динамически позже) -->
    <url>
        <loc>https://privet.su/product/elektricheskaya-zubnaya-shchetka-oclean-flow-f5002-white-5-rezhimov-76000-pulsatsiy</loc>
        <priority>0.6</priority>
        <changefreq>monthly</changefreq>
    </url>

    <!-- Другие страницы: about, contacts и т.д. -->
    <url>
        <loc>https://privet.su/about-us</loc>
        <priority>0.5</priority>
        <changefreq>yearly</changefreq>
    </url>
    <url>
        <loc>https://privet.su/contacts</loc>
        <priority>0.5</priority>
        <changefreq>yearly</changefreq>
    </url>
</urlset>