<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because the site is one page. This is not how the page gets found —
  Search Console already knows the origin — it is how Search Console reports on
  it: a submitted sitemap turns "is it indexed?" from a guess into a coverage
  report with a reason attached when the answer is no.

  No <lastmod>. Google only trusts the field from sites that keep it honest, and
  a hand-edited date on a page that changes a few times a year would go stale
  the first time a deploy skipped it — which is worse than saying nothing. Add
  it back if the build ever starts generating this file.

  No <priority> or <changefreq> either: Google has ignored both for years.

  Add a line here for every new route. The trailing slash matches the canonical
  in src/index.tsx; a sitemap URL that disagrees with the canonical is a
  contradiction the crawler has to resolve on its own.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://diogo.is/</loc>
  </url>
</urlset>
