<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- 검색 순위 관련 사이트맵 -->
    <sitemap>
        <loc>https://jucha.kr/search/sitemap/sitemapRank.xml</loc>
        <lastmod>2025-03-15</lastmod> <!-- 최신 업데이트 날짜 -->
        <changefreq>daily</changefreq> <!-- 매일 변경됨 -->
        <priority>1.0</priority> <!-- 가장 중요 -->
    </sitemap>

    <!-- 장소 정보 관련 사이트맵 -->
    <sitemap>
        <loc>https://jucha.kr/search/sitemap/sitemapPlace.xml</loc>
        <lastmod>2025-03-14</lastmod>
        <changefreq>daily</changefreq> <!-- 매주 변경됨 -->
        <priority>0.8</priority>
    </sitemap>

    <!-- 주차장 관련 사이트맵 -->
    <sitemap>
        <loc>https://jucha.kr/search/sitemap/sitemapParkinglot.xml</loc>
        <lastmod>2025-03-13</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </sitemap>

    <!-- 추가적인 주차장 사이트맵 -->
    <sitemap>
        <loc>https://jucha.kr/search/sitemap/sitemapParkinglot2.xml</loc>
        <lastmod>2025-03-12</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </sitemap>

</sitemapindex>