<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <!-- Ukrainian landing page. `/uk` is 301'd to `/` by firebase.json, so the Ukrainian
         entry is the bare root — never list `/uk` here. -->
    <url>
        <loc>https://fealthy.app/</loc>
        <lastmod>2026-07-28</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <xhtml:link rel="alternate" hreflang="uk" href="https://fealthy.app/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://fealthy.app/en" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://fealthy.app/" />
    </url>

    <!-- English landing page -->
    <url>
        <loc>https://fealthy.app/en</loc>
        <lastmod>2026-07-28</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="uk" href="https://fealthy.app/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://fealthy.app/en" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://fealthy.app/" />
    </url>

    <!-- `/open` is deliberately absent: it is a store/web redirect shim, not a page. It also
         carries `noindex` so a crawler that reaches it from a shared link drops it. -->

</urlset>
