<?xml version="1.0" encoding="UTF-8"?>
<!--
  Real file in public/, for the same reason as robots.txt: the SPA fallback used
  to answer /sitemap.xml with index.html.

  The url set is NOT free-form — it must equal `indexableCanonicalUrls()` from
  src/app/configs/seo.ts (asserted in
  src/tests/internal/seoHeadAndCrawlerFiles.test.tsx). Add an indexable route
  there and this file fails the suite until it is updated. The aliases /help and
  /terms are absent on purpose: they canonicalize onto the pages listed here.

  `lastmod` is intentionally omitted rather than filled with the date this file
  was written: a static value that never changes is a lie a crawler learns to
  ignore, and nothing in the build computes per-route content dates.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://defi.changelly.com/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://defi.changelly.com/about</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://defi.changelly.com/faq</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://defi.changelly.com/terms-and-conditions</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://defi.changelly.com/partner</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
</urlset>
