<?xml version="1.0" encoding="UTF-8"?>
<!--
  getfinisht.com — the whole domain, both pages of it.

  Hand-written on purpose. The application generates its sitemap from the
  database (sitemapEntries() in src/web/discovery.ts); this domain has two
  static files and no database behind it, so generating would be machinery
  around a constant.

  These are the only two addresses this domain serves. Everything else is
  a 301 to finisht.app (deploy/nginx-getfinisht.conf), and those addresses
  belong in the finisht.app sitemap, not here — a sitemap may only list
  addresses of the property that submits it.

  No <lastmod>. A date here would have to be edited by hand every time
  landing/index.html changes, and the first time someone forgets it stops
  being a date and becomes a claim that the page has not changed. A
  missing lastmod costs nothing: a search engine that does not trust one
  ignores it anyway. No <changefreq> or <priority> either — Google has
  ignored both for years and they would only be two more things to keep
  honest.

  Served because the file exists: nginx does `try_files $uri $uri/ @app`,
  so publishing landing/ with `enable-getfinisht.sh sync` is the whole
  deployment. No nginx rule needed for this path, and nothing else on the
  domain becomes reachable by adding it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://getfinisht.com/</loc>
  </url>
  <url>
    <loc>https://getfinisht.com/en/</loc>
  </url>
</urlset>
