<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: this is a four-page marketing site with no build step that
  can enumerate routes. Add an entry when a route is added to client/src/App.tsx
  (and to CLIENT_ROUTES in server/static.ts, or the new page will return 404).

  URLs use www.seklude.com because the apex 301s there, and they must match the
  canonical link each page sets — a sitemap listing non-canonical URLs is ignored.

  No lastmod: an inaccurate one is worse than none, and there is nothing here to
  keep it honest.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.seklude.com/</loc>
  </url>
  <url>
    <loc>https://www.seklude.com/how-it-works</loc>
  </url>
  <url>
    <loc>https://www.seklude.com/about</loc>
  </url>
  <url>
    <loc>https://www.seklude.com/contact</loc>
  </url>
</urlset>
