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

  <!-- 홈페이지 (최우선) -->
  <url>
    <loc>https://mzcube.com/</loc>
    <lastmod>2025-01-23</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 맛집 목록 페이지 -->
  <url>
    <loc>https://mzcube.com/restaurants</loc>
    <lastmod>2025-01-23</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- 카테고리 페이지 -->
  <url>
    <loc>https://mzcube.com/categories</loc>
    <lastmod>2025-01-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 이벤트 페이지 -->
  <url>
    <loc>https://mzcube.com/events</loc>
    <lastmod>2025-01-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 검색 페이지 -->
  <url>
    <loc>https://mzcube.com/search</loc>
    <lastmod>2025-01-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    맛집 상세 페이지는 동적 Sitemap API에서 제공
    https://foodiemap-backend.onrender.com/api/sitemap.xml
  -->

</urlset>
