<?xml version="1.0" encoding="UTF-8"?>
<!--
  Trailing slashes are required: next.config.ts sets trailingSlash: true, so
  every route is a directory with an index.html. A <loc> without the slash
  would not be the canonical URL.

  The landing page / is now the primary URL, with the patient app moved
  under /patient/. /patient/login/ and /patient/profile/ are
  deliberately absent - they are account surfaces, not content, and
  robots.txt disallows them. Listing a disallowed URL here would be a
  crawler-facing contradiction.

  The original clinic sitemap (.superpowers/recovered-landing/sitemap.xml)
  listed https://sanzhizhongyi.cn/主页 and https://sanzhizhongyi.cn/三指中医,
  routes from the old SPA's client-side router. Neither exists as a route on
  the new static site (there is no /主页 or /三指中医 path), so carrying them
  forward would just add 404s to Baidu's index. They are intentionally
  dropped rather than kept.

  changefreq and priority are omitted on purpose: this shell has no publishing
  cadence yet, and inventing values would be guessing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sanzhizhongyi.cn/</loc>
    <lastmod>2026-08-06</lastmod>
  </url>
  <url>
    <loc>https://sanzhizhongyi.cn/patient/</loc>
    <lastmod>2026-08-06</lastmod>
  </url>
  <url>
    <loc>https://sanzhizhongyi.cn/patient/appointments/</loc>
    <lastmod>2026-08-06</lastmod>
  </url>
  <url>
    <loc>https://sanzhizhongyi.cn/patient/membership/</loc>
    <lastmod>2026-08-06</lastmod>
  </url>
</urlset>
