<?xml version="1.0" encoding="UTF-8"?>
<!--
  A single-page app has one crawlable URL. Everything else is behind a login, so listing app
  routes would just point crawlers at a redirect to the landing page.

  It exists anyway because it's how Search Console gets told the canonical URL, and it's the
  fastest route to being indexed rather than waiting to be discovered.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pennywiseexpensetracker.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
