<?xml version="1.0" encoding="UTF-8"?>
<!--
  中身を持つページだけを載せる。SPA のルート(/ や /privacy-policy など)は
  キャンバス描画で本文テキストが無く、載せてもソフト 404 相当に評価される。

  LP は td-lb.com/clone_plus にも同じ内容がある(ミラー)。両方の canonical を
  この clone-plus.com 側に向けることで評価を集約している。hreflang は
  canonical と同じ URL を指す必要があるため、ここでも同じ 2 本を使う。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://clone-plus.com/lp</loc>
    <xhtml:link rel="alternate" hreflang="ja" href="https://clone-plus.com/lp"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://clone-plus.com/lp/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clone-plus.com/lp"/>
  </url>
  <url>
    <loc>https://clone-plus.com/lp/en</loc>
    <xhtml:link rel="alternate" hreflang="ja" href="https://clone-plus.com/lp"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://clone-plus.com/lp/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clone-plus.com/lp"/>
  </url>
</urlset>
