<?xml version="1.0" encoding="UTF-8"?>
<!--
  PC Fitness — marketing site sitemap.

  Three pages: the landing page, the privacy notice and the terms. The canonical host is the apex
  (https://pcfitness.app/); www.pcfitness.app is expected to redirect to it, so www must NOT be
  listed here. `<lastmod>` is maintained by hand — update it in the same commit as any substantive
  copy change, and leave it alone for typo fixes.

  `/.well-known/security.txt` is deliberately absent. It is not a page, it is a machine-readable
  record with its own discovery convention (RFC 9116 says look at that exact path), and listing a
  text file in a sitemap only invites it into search results where it helps nobody.

  The planner at app.pcfitness.app is a separate property with its own sitemap; a sitemap may
  only list URLs on its own host, so it does not belong in this file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pcfitness.app/</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pcfitness.app/privacy.html</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://pcfitness.app/terms.html</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
