<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. The site builds fifteen routes; these are the ones
  worth indexing. /verify, /auth/reset-password and /unsubscribe are
  token-bearing utility pages that do nothing without a link from an
  email, so they are left out. astro.config.mjs sets
  trailingSlash:'ignore'; the canonical form is the one without a
  trailing slash, except a locale root (/tr/) which is a directory.

  FIVE LANGUAGES, TWO PAGES
  -------------------------
  The landing page and the support page exist in English (un-prefixed),
  Turkish, Spanish, French and Russian — ten URLs. Each one lists every
  language as an xhtml:link alternate, including itself, plus an
  x-default pointing at English. That is what stops a search engine from
  reading five near-identical pages as duplicates, and it matters more
  than usual here because functions/_middleware.ts redirects by country:
  without these, a crawler in one country would only ever discover one
  of the five.

  Everything else — the legal texts, /report, /guidelines — is English
  only and carries no alternates. Do not add an hreflang for a page that
  has no translation.

  ADD A ROW WHENEVER YOU ADD A PUBLIC PAGE — nothing generates this file.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <!-- ── Landing page, five languages ─────────────────────────────── -->
  <url>
    <loc>https://bindlestory.app/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/tr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/es/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/fr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/ru/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── Support page, five languages ─────────────────────────────── -->
  <url>
    <loc>https://bindlestory.app/support/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/support/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/support/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/support/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/support/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/support/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/support/" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/tr/support/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/support/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/support/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/support/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/support/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/support/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/support/" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/es/support/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/support/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/support/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/support/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/support/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/support/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/support/" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/fr/support/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/support/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/support/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/support/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/support/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/support/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/support/" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/ru/support/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bindlestory.app/support/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://bindlestory.app/tr/support/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://bindlestory.app/es/support/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://bindlestory.app/fr/support/" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://bindlestory.app/ru/support/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bindlestory.app/support/" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- ── English only ─────────────────────────────────────────────── -->
  <url>
    <loc>https://bindlestory.app/report/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/guidelines/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/legal/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/legal/terms/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://bindlestory.app/legal/kvkk/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
