<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two hosts serve this product and they are different deployments:
    leadrecoverydesk.com      marketing pages (fly app `leadrecoverydesk-site`)
    app.leadrecoverydesk.com  the product, and the legal pack (this app)

  Publish each page on the host that actually serves it. Listing /terms and
  /privacy on the apex sent crawlers to a 404 for the legal pages of a product
  whose whole promise is lawful contact.

  The apex currently builds only `/`, `/fitness` and `/audit` — there is no
  pricing or help route in its source. Those pages exist on THIS host, so they
  are published here. Verified live on 2026-08-28; test/public-index-surface
  .test.mjs fails if a URL here is published on a host that does not serve it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://leadrecoverydesk.com/fitness</loc></url>
  <url><loc>https://app.leadrecoverydesk.com/pricing</loc></url>
  <url><loc>https://app.leadrecoverydesk.com/help</loc></url>
  <url><loc>https://app.leadrecoverydesk.com/terms</loc></url>
  <url><loc>https://app.leadrecoverydesk.com/privacy</loc></url>
  <url><loc>https://app.leadrecoverydesk.com/dpa</loc></url>
</urlset>
