<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the obfusc marketing surface.

  Hostname: https://obfusc.io is the canonical production origin (purchased
  domain, see project memory). The three URLs below are the entire public
  crawlable surface for portal-022; authenticated routes (/dashboard,
  /account) and API endpoints are excluded by robots.txt and therefore are
  not listed here.

  Dynamic sitemap generation across future routes is explicitly out of
  scope for portal-022; that is a separate task once the marketing surface
  expands beyond the three pages below.

  lastmod is intentionally omitted: a static file in the repo would lie
  about freshness on every deploy. Crawlers will revisit on their own
  cadence.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://obfusc.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://obfusc.io/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://obfusc.io/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
