<?xml version="1.0" encoding="UTF-8"?>
<!--
  색인 대상 = 200 으로 응답하는 정규 URL 만 나열한다.
  구 /features·/privacy 는 301 로 이전됐으므로 제외한다 — 리다이렉트 URL 을
  sitemap 에 남기면 검색엔진이 오류로 처리하고 색인 품질이 깎인다.
  약관/정책(/legal?doc=)은 2026-09-11 자로 auth /terms 리다이렉트가 되어 제외했다 —
  같은 규칙이다. 약관 본문은 auth 앱이 게시하므로 그쪽 sitemap 소관이다.
  /roadmap 은 200 으로 응답하는 독립 페이지이고 검색 유입 가치가 있어 등재한다
  (항목이 바뀌는 주기가 홈보다 길어 changefreq=monthly).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cowexa.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cowexa.com/roadmap</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
