<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately just the one URL. Everything else in this app requires a
  login (tree/person pages, reports, etc.) - a crawler can't get past
  RequireAuth to see any of it anyway, and real family-tree data has no
  business being publicly indexed. The public "/" front page is the only
  page this site actually wants search engines to find.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rootsgen.net/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
