<?xml version="1.0" encoding="UTF-8"?>
<!--
  Phase 10.D: minimal sitemap covering the landing page only. Room URLs
  (`/r/:roomId`) are excluded for the same reason robots.txt disallows them
  (ephemeral / privacy-sensitive). Vite does NOT substitute env vars in
  public/ files, so the origin is hardcoded here.
  Phase 10.K: added the public legal pages (/privacy, /terms). Room URLs stay
  excluded. ドメイン pitamark.com 確定により実 origin を直書き (public/ は置換不可)。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pitamark.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pitamark.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://pitamark.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
