<?xml version="1.0" encoding="UTF-8"?>
<!-- Static sitemap for the omg.dev dashboard host. Only genuinely crawlable,
     prerendered pages belong here: "/" (signed-out landing) and "/explore"
     (build-time prerendered app gallery, see scripts/prerender.mjs). Everything
     else under the dashboard is auth-gated CSR with no indexable content. Blog
     content lives on blog.omg.dev with its own sitemap. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://omg.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://omg.dev/explore</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
