<?xml version="1.0" encoding="UTF-8"?>
<!--
  メヤス(meyasu.juriscodeai.com)専用の sitemap。

  なぜ要るか(2026-08-30 実測):
  このホストは公式HPと同じ Vercel プロジェクトのエイリアスなので、何もしないと
  /sitemap.xml が公式HPのURL180件(juriscodeai.com のもの)を返していた。
  自ホストのURLが1件も無い sitemap を出している状態で、メヤスの面は Google に
  一度も伝わっていなかった。

  next.config.ts の beforeFiles で host=meyasu.juriscodeai.com の /sitemap.xml を
  このファイルへ差し替えている。/shiryo(営業資料PDF)は noindex なので載せない。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://meyasu.juriscodeai.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://meyasu.juriscodeai.com/demo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
