<?xml version="1.0" encoding="UTF-8"?>
<!--
  Increment — increment-app.com

  URLs are the apex host, over HTTPS, with no .html extension. That is not a
  style choice, it is what the site actually serves:

    https://www.increment-app.com/  301 -> https://increment-app.com/
    http://increment-app.com/       301 -> https://increment-app.com/
    https://increment-app.com/blog.html  308 -> https://increment-app.com/blog

  A sitemap listing redirects instead of destinations wastes the signal, and
  entries whose host does not match the canonical one are discarded outright.
  If the host or the extension-stripping ever changes, this file changes with
  it — check with curl rather than from memory.

  Only <loc> and <lastmod>. <changefreq> and <priority> are deliberately
  omitted: Google ignores both, and a field nobody reads goes stale unnoticed.

  lastmod is the date the page's *content* last changed, taken from the page
  itself — the "Last updated" line on the policies, the dateline on each post.
  It is not the file's mtime, which would say every page changed on the day
  the site was restyled and tell a crawler nothing true.

  blog_posts/template.html is not listed. It is a scaffold full of placeholder
  text, it is gitignored, and it is not deployed — /blog_posts/template
  currently falls through to the homepage.

  The free printable calendar is listed here, at /printable-calendar, and the
  tool it links to at app.increment-app.com/calendar is not. That is the same
  split /try lives under and for the same reason: a sitemap entry whose host
  is not the canonical one is discarded, so the only page that can rank for
  the search is the one on this host. The tool carries noindex to keep the
  two from competing — see ../my-app/calendar.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://increment-app.com/</loc>
    <lastmod>2026-09-07</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/printable-calendar</loc>
    <lastmod>2026-09-12</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/tutorial</loc>
    <lastmod>2026-08-28</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog</loc>
    <lastmod>2026-09-10</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/best_productivity_tools_for_adhd</loc>
    <lastmod>2026-09-10</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/productivity_apps_that_actually_work</loc>
    <lastmod>2026-09-09</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/best_organization_tools_for_students</loc>
    <lastmod>2026-09-07</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/best_ai_calendar</loc>
    <lastmod>2026-09-07</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/move_from_to_do_list_to_calendar</loc>
    <lastmod>2026-08-28</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/time_blocking_doesnt_work</loc>
    <lastmod>2026-08-17</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/how_to_achieve_your_goals</loc>
    <lastmod>2026-08-12</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/the_9_to_5_is_dying</loc>
    <lastmod>2026-08-08</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/blog_posts/PWA</loc>
    <lastmod>2026-07-30</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/privacy</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <url>
    <loc>https://increment-app.com/terms</loc>
    <lastmod>2026-08-23</lastmod>
  </url>

</urlset>
