<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static public pages only. Blog posts live in the generated /sitemap-blog.xml (BlogController);
  robots.txt advertises both.

  Hosts are the PUNYCODE form of tüük.com (as written in the loc entries below) because that is what
  Google normalises an IDN to, and what SiteUrlAdvice emits in every canonical tag. A sitemap in the
  Unicode spelling would disagree with the canonicals on the pages it lists.

  Never spell the punycode host inside this comment: an XML comment may not contain a double hyphen,
  and the punycode host has one. Google rejected this whole file as unreadable for exactly that
  (Search Console, 2026-09-10). LandingPagesRegistryTest parses the file as strict XML to keep it so.

  New public page? Add a <url> here AND an Allow: line to robots.txt in the same change.
  LandingPagesRegistryTest pins that both files cover every registry page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://www.xn--tk-xkaa.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- SEO landing pages (marketing/LandingController) -->
    <url>
        <loc>https://www.xn--tk-xkaa.com/family-shopping-list-app</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/pantry-inventory-app</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/grocery-budget-app</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/digital-coupon-organizer</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/meal-planning-app</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/family-chore-chart-app</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/grocery-receipt-scanner</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/household-net-worth-tracker</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/for-busy-families</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Content + conversion -->
    <url>
        <loc>https://www.xn--tk-xkaa.com/blog</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/signup</loc>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/login</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- Legal -->
    <url>
        <loc>https://www.xn--tk-xkaa.com/terms</loc>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://www.xn--tk-xkaa.com/privacy</loc>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
</urlset>
