<?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:image="http://www.google.com/schemas/sitemap-image/1.1">
  <!-- 홈페이지 -->
  <url>
    <loc>http://localhost:3000</loc>
    <lastmod>2026-04-03</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 포스트 목록 페이지 -->
  <url>
    <loc>http://localhost:3000/posts</loc>
    <lastmod>2025-11-29</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- 카테고리 페이지 (있을 경우) -->
  <url>
    <loc>http://localhost:3000/posts?category=금융</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts?category=정부지원</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts?category=세금</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 개별 포스트 -->
  <url>
    <loc>http://localhost:3000/posts/2024-jeongbu-jiwon-daechul-jongry</loc>
    <lastmod>2025-11-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts/sinnyong-jeomsu-olligi-bangbeob</loc>
    <lastmod>2025-11-26</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts/siljabogheom-sincheng-bangbeob</loc>
    <lastmod>2025-11-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts/gukmin-yeonguem-jogie-suryeong</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts/jonghab-sodeuks-singo-bangbeob</loc>
    <lastmod>2025-11-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>http://localhost:3000/posts/sangsok-jeungyo-chaijeom</loc>
    <lastmod>2025-11-16</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>