<?xml version="1.0" encoding="UTF-8"?>
<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://solodevspace.web.app/</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 홈 페이지 -->
  <url>
    <loc>https://solodevspace.web.app/home</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- 베스트 게시글 페이지 -->
  <url>
    <loc>https://solodevspace.web.app/best</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 검색 페이지 -->
  <url>
    <loc>https://solodevspace.web.app/search</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 프로필 페이지 -->
  <url>
    <loc>https://solodevspace.web.app/profile</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- 카테고리 페이지들 -->
  <url>
    <loc>https://solodevspace.web.app/category/show-off</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://solodevspace.web.app/category/dev-log</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://solodevspace.web.app/category/ai-curation</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://solodevspace.web.app/category/revenue</loc>
    <lastmod>2025-07-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 
  동적 게시글 URL들은 실제 게시글이 생성될 때마다 
  자동으로 추가되도록 스크립트를 구현하는 것이 좋습니다.
  예시:
  <url>
    <loc>https://solodevspace.web.app/post/[POST_ID]</loc>
    <lastmod>[POST_DATE]</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  -->
  
</urlset>