<?xml version="1.0" encoding="UTF-8"?>
<!--
  検索エンジンに知らせる公開ページ。tests/contracts/sitemap.test.ts が src/pages/ の
  実体と突合しているので、ページを増減させたらここも直すこと（テストが落ちて気づく）。

  載せないもの:
    - /            言語振り分けの 302 で、実体は /ja/ と /en/
    - /api/*       HTML ではない
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <url>
        <loc>https://app.choicast.com/ja/</loc>
        <xhtml:link rel="alternate" hreflang="ja" href="https://app.choicast.com/ja/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://app.choicast.com/en/"/>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://app.choicast.com/en/</loc>
        <xhtml:link rel="alternate" hreflang="ja" href="https://app.choicast.com/ja/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://app.choicast.com/en/"/>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://app.choicast.com/ja/privacy/</loc>
        <xhtml:link rel="alternate" hreflang="ja" href="https://app.choicast.com/ja/privacy/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://app.choicast.com/en/privacy/"/>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://app.choicast.com/en/privacy/</loc>
        <xhtml:link rel="alternate" hreflang="ja" href="https://app.choicast.com/ja/privacy/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://app.choicast.com/en/privacy/"/>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://app.choicast.com/ja/terms/</loc>
        <xhtml:link rel="alternate" hreflang="ja" href="https://app.choicast.com/ja/terms/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://app.choicast.com/en/terms/"/>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://app.choicast.com/en/terms/</loc>
        <xhtml:link rel="alternate" hreflang="ja" href="https://app.choicast.com/ja/terms/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://app.choicast.com/en/terms/"/>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
</urlset>
