<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only pages a crawler can actually READ belong here.

  site/intake.html and site/quote.html are published by amplify.yml and are deliberately still NOT
  listed, for a reason this comment used to state WRONGLY. It said intake "is deliberately NOT
  published by amplify.yml (its API_BASE is an empty-string placeholder)"; both have been published
  since [TS-0429] S3b (2026-08-15) and both carry a real API_BASE. The true reason is that both are
  TOKEN-GATED: a crawler arrives without a ?t= token and is served "This link has expired or is not
  valid", so listing them points crawlers at a dead end rather than at a page. Same conclusion the
  old comment reached, arrived at from something that is true.

  robots.txt carries a `Sitemap:` line, so every entry here must be a path amplify.yml actually
  copies into _publish/.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://foreverfrontdesk.com/</loc>
    <lastmod>2026-07-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://foreverfrontdesk.com/privacy.html</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://foreverfrontdesk.com/terms.html</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
