<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Main routes -->
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <url>
    <loc>/works</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>/installation-views</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>/statement</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>/cv</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Privacy Policy (P6.4 - placeholder) -->
  <url>
    <loc>/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!--
    DETAIL PAGES: Work and Installation View URLs
    
    NOTE: This is a static sitemap with main routes only.
    For dynamic detail page URLs (e.g., /work/{slug}, /installation-view/{slug}),
    generate them using P6.3.1 sitemap generator script (optional enhancement).
    
    Manual generation:
    1. Read public/content/works.json
    2. For each work with visible=true, add: <url><loc>/work/{slug}</loc>...</url>
    3. Read public/content/installation_views.json
    4. For each item with visible=true, add: <url><loc>/installation-view/{slug}</loc>...</url>
    
    Example detail page entries (commented out - generate dynamically):
    
    <url>
      <loc>/work/tillite-1-2024</loc>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>
    
    <url>
      <loc>/installation-view/installation-view-of-the-exhibition</loc>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>
  -->
  
</urlset>
