<?xml version="1.0" encoding="UTF-8"?>
<!--
  바롬농수산 사이트맵 — 검색엔진에 색인 가능한 공개 페이지만 싣는다.
  발주 시스템(로그인·관리자·발주처·공급처·API)은 robots.txt 로 크롤링 차단 + nginx X-Robots-Tag noindex 이므로
  여기에 절대 넣지 말 것(차단된 URL 을 사이트맵에 넣으면 서치어드바이저에서 오류로 잡힌다).
  nginx: /sitemap.xml 은 location / 의 try_files 로 앱 public 에서 정적 서빙된다(PHP 경유 아님).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://baromfarm.com/</loc>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://baromfarm.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://baromfarm.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
