<?xml version="1.0" encoding="UTF-8"?>
<!--
  Storkly app (storkly.app) - sitemap.

  The product app is sign-in only, so the only pages worth a search index are
  the two public entry points: sign-in and sign-up. Everything behind the
  session is unreachable to a crawler, and the guest report viewer (/guest/*)
  must never be listed - it is noindex by design (SAI-188). Marketing pages
  live on the landing site (storkly.ai), which carries its own sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://storkly.app/sign-in</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://storkly.app/signup/step/1</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
