<?xml version="1.0" encoding="UTF-8"?>
<!--
  ONE URL, and that is not an oversight. Of the four routes this SPA serves, /get-started,
  /get-started/:stepSlug and /results are all Disallow-ed in robots.txt: the first two are a
  form and the third renders from client state and is meaningless without it. The landing page
  is the only thing here with indexable content, so listing anything else would advertise pages
  we have just told crawlers not to fetch.

  tax.lumida.com is hardcoded because a sitemap has to name ABSOLUTE urls and both hostnames
  serve this same static file. That is why robots.txt carried no Sitemap line until now: it was
  waiting on the canonical-domain decision. That decision shipped on 7 Sep, the canonical tag
  names https://tax.lumida.com/ from both hosts, and og:url and twitter:url already agree, so
  this file now says the same thing they do rather than inventing a third answer.

  No <lastmod>, deliberately. It would be a hardcoded date in a static file and would go stale
  the next time the landing copy changes, and Google discounts a lastmod it finds unreliable.
  An absent lastmod is honest; a wrong one is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tax.lumida.com/</loc>
  </url>
</urlset>
