<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, because there are two: the front door and the privacy policy. Everything else is
  behind a sign-in and excluded in robots.txt.

  Absolute URLs are required by the format, so this names the main site. Tenant subdomains are
  served the same file but carry a noindex, so it never applies to them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://outcome.ru/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://outcome.ru/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
