<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for the platform's OWN public marketing pages (getsvoe.ru) — NOT
  for client ЖК sites, which each get their own generated sitemap at
  /api/public/sitemap/:slug.xml (see server/index.js). A static file is
  enough here since these are a small, fixed set of routes (see App.jsx) —
  no per-item content that would need regenerating. Referenced from
  robots.txt. If a page's content changes meaningfully, bump its <lastmod>.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://getsvoe.ru/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://getsvoe.ru/tariffs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://getsvoe.ru/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://getsvoe.ru/legal/offer</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://getsvoe.ru/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://getsvoe.ru/legal/requisites</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
