<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- トップページ -->
  <url>
    <loc>https://omusubi0701.com/</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- お結びについて -->
  <url>
    <loc>https://omusubi0701.com/about</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- お知らせ一覧 -->
  <url>
    <loc>https://omusubi0701.com/news</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- お知らせ詳細（自動） -->
  @foreach ($newsList as $slug)
    <url>
      <loc>{{ url('/news/' . $slug) }}</loc>
    </url>
  @endforeach

  <!-- ご利用について -->
  <url>
    <loc>https://omusubi0701.com/guide</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- サービス -->
  <url>
    <loc>https://omusubi0701.com/service</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 採用情報一覧 -->
  <url>
    <loc>https://omusubi0701.com/recruit</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 採用情報詳細（自動） -->
  @foreach ($recruitList as $slug)
    <url>
      <loc>{{ url('/recruit/' . $slug) }}</loc>
    </url>
  @endforeach

</urlset>