<?xml version="1.0" encoding="UTF-8"?>
<!--
  Chart Ding - sitemap
  Updated: 2026-08-05

  ONLY REAL URLS BELONG HERE. The previous version listed #fragment URLs
  (/#privacy-policy, /#terms-of-service, /#refund-policy,
  /#data-usage-disclosure). Google ignores fragments - they are not separate
  pages - so four of the five entries did nothing and the file effectively
  listed one URL.

  Terms of Service, Refund Policy and the Data Usage Disclosure are sections
  INSIDE the single-page app. They have no URL of their own and cannot be
  listed here. Confirmed live: /terms-of-service and /refund-policy both
  return 404.

  Every URL below was verified to return HTTP 200 on 2026-08-05.
  lastmod values come from each file's last commit, not today's date -
  a sitemap claiming everything changed at once is treated as noise.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage - the app itself -->
  <url>
    <loc>https://www.chartding.com/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Privacy policy - a real static page, and required by Google Play -->
  <url>
    <loc>https://www.chartding.com/privacy-policy.html</loc>
    <lastmod>2026-01-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Account deletion - a real static page, and required by Google Play,
       which needs to be able to find it -->
  <url>
    <loc>https://www.chartding.com/delete-account.html</loc>
    <lastmod>2026-01-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
