<?xml version="1.0" encoding="UTF-8"?>
<!--
  Prod sitemap for equinnect.app (referenced by the prod robots.txt Sitemap line,
  written by deploy-frontend.yml). Only PUBLIC, crawlable pages belong here: search,
  listings, and account routes are auth-gated (#518) and deliberately excluded.
  Dev serves this file too, but dev robots.txt is Disallow-all, so it is never
  crawled there.

  /about was added 2026-08-29 alongside the footer link (#691/#903). The ROUTE has
  been reachable in prod since the #715 scaffold shipped - PR #875 only replaced the
  lorem-ipsum with real founder copy. The page was simply undiscoverable until now:
  in no sitemap, with zero inbound links.

  KNOWN GAP, tracked on #903: /terms, /privacy and /accessibility are public
  in-app routes (router.tsx) that the footer links to and that analytics.ts already
  treats as public marketing paths, but they are still absent here. They shipped
  2026-07-30 and were never added. Adding them is a separate, deliberate decision.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://equinnect.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://equinnect.app/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
