<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

  <!-- 메인 페이지 -->
  <url>
    <loc>https://scenehub.co.kr/</loc>
    <lastmod>2025-10-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 검색 페이지 -->
  <url>
    <loc>https://scenehub.co.kr/search</loc>
    <lastmod>2025-10-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 마이페이지 (로그인 필요) -->
  <url>
    <loc>https://scenehub.co.kr/mypage</loc>
    <lastmod>2025-10-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 설정 페이지 -->
  <url>
    <loc>https://scenehub.co.kr/settings</loc>
    <lastmod>2025-10-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
  동적 페이지는 서버 사이드에서 생성해야 합니다.
  작품 상세 페이지: /work/{workId}
  챕터 페이지: /work/{workId}/{chapterId}

  프로덕션 환경에서는 Nuxt의 동적 sitemap 생성을 고려하세요.
  -->

</urlset>
