<?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://vet-pet.online/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Полезная информация -->
  <url>
    <loc>https://vet-pet.online/useful</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Советы ветеринаров (список) -->
  <url>
    <loc>https://vet-pet.online/advice</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Блог (список) -->
  <url>
    <loc>https://vet-pet.online/blog</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Специалисты (список) -->
  <url>
    <loc>https://vet-pet.online/specialists</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Животные (список) -->
  <url>
    <loc>https://vet-pet.online/animals</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 
    ПРИМЕЧАНИЕ: 
    Динамические страницы (/advice/:id, /blog/:id, /specialist/:id, /animal/:id) 
    должны быть добавлены через серверный endpoint или скрипт генерации sitemap,
    который получает данные из API.
    
    Рекомендуется создать endpoint /api/sitemap для динамической генерации.
  -->
  
</urlset>

