<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — backuptn.com

  Lists every HTML page worth indexing. Update lastmod whenever a page
  changes meaningfully (new sections, new copy, new CTAs). Search engines
  use this to decide what to re-crawl.

  Three entries:
    /        — homepage (DDDS pitch + interactive global map hero)
    /install/ — install landing (eyes-only disclosure + curl install)
    /map/    — standalone interactive global storage map (shareable visual)

  Spec: https://www.sitemaps.org/protocol.html
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage — v5: DDDS pitch + global map hero + How / ELAI / Business -->
  <url>
    <loc>https://backuptn.com/</loc>
    <lastmod>2026-06-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Install landing — eyes-only disclosure + curl command + extension link -->
  <url>
    <loc>https://backuptn.com/install/</loc>
    <lastmod>2026-06-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Standalone interactive global storage map — shareable visual artifact
       showing usable (green) vs unusable (red) device storage worldwide.
       Hoverable continents + tech-hub regions reveal stats. -->
  <url>
    <loc>https://backuptn.com/map/</loc>
    <lastmod>2026-06-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
