<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  
  <!-- Main Landing Page (currently at /landing.html, will move to / after launch) -->
  <url>
    <loc>https://shaderkit.com/landing.html</loc>
    <lastmod>2025-01-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://shaderkit.com/editor.png</image:loc>
      <image:title>ShaderKit - GLSL Shader Editor</image:title>
      <image:caption>ShaderKit browser-based GLSL shader editor with cloud rendering</image:caption>
    </image:image>
  </url>
  
  <!-- Root URL (will serve landing page after launch) -->
  <url>
    <loc>https://shaderkit.com/</loc>
    <lastmod>2025-01-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 
    TODO: Auto-generate entries for public shaders
    Example format for public shader pages (when implemented):
    
    <url>
      <loc>https://shaderkit.com/shader/[shader-id]</loc>
      <lastmod>[last-modified-date]</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
    </url>
  -->
  
</urlset>



