<?xml version="1.0" encoding="UTF-8"?>
<!--
    One URL, because the site is one page. That is not an oversight to fix
    with padding: /demo provisions a household and redirects, /subscribe is a
    redirect to Stripe, and /welcome is a receipt. None of them are pages a
    stranger should arrive at from a search result, and robots.txt says so.

    Static rather than generated. A sitemap has to state absolute URLs on a
    single known host, so there is nothing for Config::marketingUrl() to vary
    and a route would only be a slower way to print this.

    Update lastmod when the landing page's copy changes — it is the one
    freshness signal a single-page site has to give.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://baybay.baby/</loc>
        <lastmod>2026-07-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
</urlset>
