<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/Index/index.html</loc>
    <lastmod>2024-07-15</lastmod> <!-- ЗАМЕНИТЕ ДАТУ НА АКТУАЛЬНУЮ ИЛИ ДАТУ ПОСЛЕДНЕГО ИЗМЕНЕНИЯ -->
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://example.com/Index/blog.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/pricing.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/faq.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/contact.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/blog-details.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/about.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/service.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/privacy-policy.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/terms.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/Index/cookies.html</loc>
    <lastmod>2024-07-15</lastmod>
    <priority>0.5</priority>
  </url>
</urlset>
<!-- 
ЗАМЕЧАНИЯ:
1. Замените "https://example.com/" на ваш реальный домен.
2. Убедитесь, что пути к страницам указаны корректно относительно вашего домена.
   Если ваш сайт доступен по адресу https://yourdomain.com/, то пути должны быть 
   https://yourdomain.com/Index/index.html и т.д.
   Если страницы лежат в корне (например, https://yourdomain.com/blog.html), скорректируйте пути.
3. Обновите <lastmod> для каждой страницы на дату ее последнего реального изменения.
4. Рассмотрите возможность автоматической генерации sitemap.xml, если ваш сайт часто обновляется.
--> 