<?xml version="1.0" encoding="UTF-8"?>
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <!--
    OoKey は SPA + hash router のため、各 SEO route は `#xxx` 形式。
    sitemap.xml では fragment が URL に含まれていても許容される (RFC 8288 の枠内)。
    Google Search Console が SPA でも fragment を区別して認識する前提で各 route を
    個別エントリ化する。ログインが必要な #vault / #home / #settings 等は除外。
  -->

  <!-- Landing (top) -->
  <url>
    <loc>https://ookey.jp/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://ookey.jp/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://ookey.jp/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ookey.jp/" />
  </url>

  <!-- Docs -->
  <url>
    <loc>https://ookey.jp/#docs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://ookey.jp/#docs" />
    <xhtml:link rel="alternate" hreflang="en" href="https://ookey.jp/?lang=en#docs" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ookey.jp/#docs" />
  </url>

  <!-- Download / Install -->
  <url>
    <loc>https://ookey.jp/#download</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://ookey.jp/#download" />
    <xhtml:link rel="alternate" hreflang="en" href="https://ookey.jp/?lang=en#download" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ookey.jp/#download" />
  </url>

  <!-- Contact -->
  <url>
    <loc>https://ookey.jp/#contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="ja" href="https://ookey.jp/#contact" />
    <xhtml:link rel="alternate" hreflang="en" href="https://ookey.jp/?lang=en#contact" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ookey.jp/#contact" />
  </url>

  <!-- Pricing — Landing 内 anchor -->
  <url>
    <loc>https://ookey.jp/#landing#lp-pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Security explanation — Landing 内 anchor -->
  <url>
    <loc>https://ookey.jp/#landing#lp-security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Terms / Privacy (legal) -->
  <url>
    <loc>https://ookey.jp/#terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ookey.jp/#privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
