<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  
  <!-- Core Pages -->
  <url>
    <loc>https://thecomicarena.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <url>
    <loc>https://thecomicarena.com/panellogic</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://thecomicarena.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://thecomicarena.com/search</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Legal Pages -->
  <url>
    <loc>https://thecomicarena.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://thecomicarena.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!-- 
    Dynamic content (comics, blog posts) should be added programmatically.
    Consider implementing a server-side sitemap generator or using a 
    build-time script to include all published comics and blog posts.
    
    Example entries for dynamic content:
    
    <url>
      <loc>https://thecomicarena.com/comic/[slug]</loc>
      <lastmod>[updated_at]</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
    </url>
    
    <url>
      <loc>https://thecomicarena.com/panellogic/[slug]</loc>
      <lastmod>[updated_at]</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
      <news:news>
        <news:publication>
          <news:name>PanelLogic</news:name>
          <news:language>en</news:language>
        </news:publication>
        <news:publication_date>[published_at]</news:publication_date>
        <news:title>[title]</news:title>
      </news:news>
    </url>
  -->
  
</urlset>
