<?xml version="1.0" encoding="UTF-8"?>
<!--
  The canonical URLs only.

  The three policy pages are listed because Telegram requires every bot to be bound by a privacy
  policy that is "easily accessible" (docs/telegram/01-facts.md, P12) and no API registers one —
  a person or a checker who wants to find it has the site and nothing else.

  Their ALIASES are deliberately absent. `deploy/build-site.sh` publishes the same bytes at
  /privacy-policy and /legal/privacy.html, each carrying <link rel="canonical"> back to /privacy;
  listing them here would ask a crawler to treat three copies of one document as three documents,
  which is the exact competition the canonical exists to prevent.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://appido.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://appido.io/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appido.io/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://appido.io/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://appido.io/data-deletion</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
