<?xml version="1.0" encoding="UTF-8"?>
<!--
  ChaseUp sitemap.
  Only public, indexable routes. Authenticated routes (/dashboard, /settings,
  /templates, /onboarding, /admin/*) and /auth are excluded and additionally
  blocked via robots.txt + per-page <meta name="robots" content="noindex">.

  Individual blog posts at /blog/<slug> are not listed here yet — they're
  discoverable via the /blog index page and the RSS feed. Add explicit
  entries (or auto-generate) once the post count grows.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://chaseup.tech/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://chaseup.tech/blog</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
