<?xml version="1.0" encoding="UTF-8"?>
<!-- CoffeeRun 사이트맵 -->
<!-- 생성일: 2025-01-01 -->
<!-- 관리자: drkim1239@gmail.com -->

<urlset 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
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    
    <!-- 메인 페이지 - 최우선 순위 -->
    <url>
        <loc>https://coffeerun.kr/</loc>
        <lastmod>2025-07-03</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- 향후 추가될 페이지들 (현재는 주석 처리) -->
    <!-- 
    <url>
        <loc>https://coffeerun.kr/about</loc>
        <lastmod>2025-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>https://coffeerun.kr/rules</loc>
        <lastmod>2025-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>https://coffeerun.kr/contact</loc>
        <lastmod>2025-01-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    -->
    
</urlset>

<!-- 
참고사항:
- priority: 사이트 내 상대적 중요도 (0.0~1.0)
- changefreq: 페이지 업데이트 빈도
- lastmod: 마지막 수정일 (YYYY-MM-DD 형식)
-->
