<?xml version="1.0" encoding="UTF-8"?>
<!-- Static sitemap: the homepage and the run hub. Individual run gallery
     pages (/run/{slug}) are discovered by crawling the hub's event cards;
     a dynamically generated sitemap listing every slug is a future upgrade
     (would need an edge function or a build-time step). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://momentping.com/</loc>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://momentping.com/run</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
</urlset>
