<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four pages a visitor can actually reach. nginx serves studio.html at /
  (index studio.html index.html index.php), so / is the homepage and there is
  no separate entry for studio.html — listing both would offer two URLs for one
  page, which is what the canonical tags exist to prevent.

  Not listed, and each for its own reason:

    onboarding.html      noindex, and it is a form rather than a destination
    portal/, portal-preview.html
                         noindex; the portal is behind a login
    index.html           reachable only from founders.html
    founders.html        reachable only from index.html

  The last two are not an oversight. Nothing reachable from / links to either,
  so they are orphans, and advertising an orphan in a sitemap invites Google to
  rank a page that has no route back into the site — for a brand query, quite
  possibly ahead of the real homepage. Leaving them out does not deindex them;
  they still carry self-canonicals and no noindex. If they get linked from the
  nav, add them here and the question resolves itself.

  lastmod is maintained by hand — this site has no build step — so it is only
  worth what the last edit made it. Update it when a page's content changes,
  or drop it entirely rather than let it go stale: a lastmod that is provably
  wrong is treated as noise and ignored across the whole file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jtmarlon.tech/</loc>
    <lastmod>2026-08-27</lastmod>
  </url>
  <url>
    <loc>https://jtmarlon.tech/features.html</loc>
    <lastmod>2026-08-26</lastmod>
  </url>
  <url>
    <loc>https://jtmarlon.tech/reviews.html</loc>
    <lastmod>2026-08-27</lastmod>
  </url>
  <url>
    <loc>https://jtmarlon.tech/bio.html</loc>
    <lastmod>2026-08-26</lastmod>
  </url>
</urlset>
