<?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">
  <!-- 
    Google News Sitemap for TheJumpseater
    
    This sitemap should contain articles published within the last 2 days.
    For production, this should be dynamically generated by a Firebase Function.
    
    Manual update instructions:
    1. Add new articles as they are published
    2. Remove articles older than 2 days
    3. Include the news:news block with publication info
    4. Include at least one image per article
  -->
  
  <!-- Example entry - replace with actual articles -->
  <!--
  <url>
    <loc>https://thejumpseater.com/article/example-article-slug</loc>
    <news:news>
      <news:publication>
        <news:name>TheJumpseater</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2024-12-10T12:00:00+00:00</news:publication_date>
      <news:title>Article Title Here</news:title>
      <news:keywords>aviation, airlines, keyword3</news:keywords>
    </news:news>
    <image:image>
      <image:loc>https://images.unsplash.com/photo-example</image:loc>
      <image:title>Article Image Title</image:title>
      <image:caption>Image caption describing the image</image:caption>
    </image:image>
    <lastmod>2024-12-10T12:00:00+00:00</lastmod>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  -->
  
</urlset>

