<?xml version="1.0" encoding="UTF-8"?>
<!-- Two URLs, one page. Each entry lists BOTH languages as alternates,
     including itself — that is the format Google expects, and an entry that
     only names the other language is ignored. The hreflang trio here says the
     same thing as the <link rel="alternate"> tags in both documents; declaring
     it in the sitemap as well is belt and braces, and it is how the Japanese
     page gets discovered rather than waiting to be crawled through a link. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://tokonteams.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://tokonteams.com/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://tokonteams.com/ja/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tokonteams.com/"/>
    <lastmod>2026-08-01</lastmod>
    <changefreq>daily</changefreq>
  </url>
  <url>
    <loc>https://tokonteams.com/ja/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://tokonteams.com/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://tokonteams.com/ja/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tokonteams.com/"/>
    <lastmod>2026-08-01</lastmod>
    <changefreq>daily</changefreq>
  </url>
</urlset>
