<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 
    robots.txt 참고:
    - Disallow: /admin/ (sitemap에 포함하지 않음)
    - Disallow: /manage/ (sitemap에 포함하지 않음)
    - Allow: / (나머지 경로는 허용)
  -->
  
  <!-- 메인 페이지 -->
  <url>
    <loc>https://wordvisor.net/</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 소개 페이지 -->
  <url>
    <loc>https://wordvisor.net/intro</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- 로그인 페이지 -->
  <url>
    <loc>https://wordvisor.net/login</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 회원가입 페이지 -->
  <url>
    <loc>https://wordvisor.net/signup</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 이용약관 페이지 -->
  <url>
    <loc>https://wordvisor.net/terms</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
