<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable pages only. The dashboard (/app/*), the purchase flow
  (/checkout, /success), and token links (/unsubscribe) are excluded here and
  disallowed in robots.txt. Keep in sync with the route table in src/main.tsx
  (src/lib/__tests__/routeMeta.test.ts pins this file to src/lib/routeMeta.ts).

  The landing page has one URL per language (/, /ru, /uz). Each lists every
  version, itself included, plus x-default: hreflang must be reciprocal, and
  it matches the <link rel="alternate"> tags in each page's HTML.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://octoreception.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://octoreception.com/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://octoreception.com/ru" />
    <xhtml:link rel="alternate" hreflang="uz" href="https://octoreception.com/uz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octoreception.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://octoreception.com/ru</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://octoreception.com/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://octoreception.com/ru" />
    <xhtml:link rel="alternate" hreflang="uz" href="https://octoreception.com/uz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octoreception.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://octoreception.com/uz</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://octoreception.com/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://octoreception.com/ru" />
    <xhtml:link rel="alternate" hreflang="uz" href="https://octoreception.com/uz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octoreception.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://octoreception.com/help</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://octoreception.com/login</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://octoreception.com/legal/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://octoreception.com/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://octoreception.com/legal/refunds</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
