<?xml version="1.0" encoding="UTF-8"?>
<!--
    PILATES HODU 웹사이트의 sitemap.xml 파일입니다.
    이 파일은 Google, Naver 등 검색엔진에 사이트의 전체 페이지 구조를 알려주는 역할을 합니다.
    - <loc>: 페이지의 전체 주소 (필수)
    - <lastmod>: 페이지가 마지막으로 수정된 날짜
    - <changefreq>: 페이지의 예상 변경 빈도 (always, hourly, daily, weekly, monthly, yearly, never)
    - <priority>: 사이트 내 다른 페이지 대비 상대적 중요도 (0.0 ~ 1.0)

    Last Updated: 2025-11-07
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <!-- 홈페이지 - 최우선 -->
  <url>
    <loc>https://pilateshodu.com/</loc>
    <lastmod>2025-11-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 상담예약 페이지 - 전환율 높음 -->
  <url>
    <loc>https://pilateshodu.com/booking.html</loc>
    <lastmod>2025-09-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.95</priority>
  </url>

  <!-- 프로그램 소개 - 핵심 콘텐츠 -->
  <url>
    <loc>https://pilateshodu.com/programs.html</loc>
    <lastmod>2025-08-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- 강사 소개 - 전문성 강조 -->
  <url>
    <loc>https://pilateshodu.com/instructors.html</loc>
    <lastmod>2025-11-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- 레슨 비용 - 의사결정 중요 -->
  <url>
    <loc>https://pilateshodu.com/pricing.html</loc>
    <lastmod>2025-08-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- 시설 안내 - 브랜드 이미지 -->
  <url>
    <loc>https://pilateshodu.com/facilities.html</loc>
    <lastmod>2025-08-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 고객 후기 - 신뢰도 구축, 자주 업데이트 -->
  <url>
    <loc>https://pilateshodu.com/review.html</loc>
    <lastmod>2025-11-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
