<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three URLs: the marketing page and the two legal documents. The front page's sections are
  in-page anchors and a crawler will not treat #features as a separate document, so they are
  not listed. `lastmod` is hand-maintained, which is why it is absent rather than wrong.

  The legal pages are served by the same index.html (see .htaccess), so each one rewrites the
  canonical link and the title from `components/legal-page` — without that, everything here
  but `/` would point a crawler back at the home page and neither document would be indexed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tailbitra.online/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tailbitra.online/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://tailbitra.online/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
