<?xml version="1.0" encoding="UTF-8"?>
<!-- Three pages is the whole site: the map, what's new, and the privacy
     policy. The /stats page is deliberately absent — it is key-protected and
     404s without one. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://transitmap.au/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- Extensionless for the same reason as the privacy page below. -->
    <loc>https://transitmap.au/changelog</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <!-- No `.html`: Cloudflare Pages serves this file at the extensionless path
         and 308s `/privacy.html` to it. Listing the redirecting form here made
         Google follow a hop to reach the page it was told to index. -->
    <loc>https://transitmap.au/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
