<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written on purpose. The tanstackStart() built-in sitemap emits
  xmlns="https://www.sitemaps.org/..." (HTTPS). The protocol namespace is
  http://, and XML namespaces compare as literal strings, so the built-in
  output is a different, invalid namespace. It also writes a publicly-served
  dist/client/pages.json listing every route. Neither is acceptable here.

  The site is currently a single page in two languages. The other routes are
  parked (parked/README.md); their <url> entries are in parked/sitemap.xml and
  come back at the same time the routes do. A URL listed here that 404s is
  worse than one that is missing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://tedvir.jp/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://tedvir.jp/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tedvir.jp/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tedvir.jp/"/>
  </url>
  <url>
    <loc>https://tedvir.jp/en</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://tedvir.jp/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tedvir.jp/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tedvir.jp/"/>
  </url>
</urlset>
