<?xml version="1.0" encoding="UTF-8"?>
<!--
  One public URL today: the landing page. The app lives on app.trezdi.com and is
  behind a login, so it has nothing to list here.

  No hreflang alternates on purpose. English and Spanish are served from the *same*
  URL — the language is a client-side toggle, not a separate address — and hreflang
  requires a distinct URL per language version. Three alternates all pointing at
  https://trezdi.com/ told search engines nothing and asserted a structure that does
  not exist. Add them back the moment per-language URLs exist (see the market-prefix
  note in app/config/markets/markets.ts), not before.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trezdi.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
