<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Main page -->
  <url>
    <loc>https://ankol-shop.ru/</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Category pages -->
  <url>
    <loc>https://ankol-shop.ru/women</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/men</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/new</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Information pages -->
  <url>
    <loc>https://ankol-shop.ru/delivery</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/returns</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/sizes</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/care</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Company pages -->
  <url>
    <loc>https://ankol-shop.ru/about</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/contacts</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Disabled pages (commented out)
  <url>
    <loc>https://ankol-shop.ru/stores</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://ankol-shop.ru/careers</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  -->

  <!-- Shopping cart -->
  <url>
    <loc>https://ankol-shop.ru/cart</loc>
    <lastmod>2025-10-31</lastmod>
    <changefreq>always</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    Product pages would be dynamically added here
    Example product URL structure:
    <url>
      <loc>https://ankol-shop.ru/product/123</loc>
      <lastmod>2025-10-31</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
      <image:image>
        <image:loc>https://ankol-shop.ru/uploads/product-123.jpg</image:loc>
        <image:title>Product Name</image:title>
      </image:image>
    </url>

    Note: For dynamic product pages, consider generating sitemap programmatically
    on the backend or using a sitemap generation service
  -->

</urlset>



