<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://502culture.com/</loc>
    <lastmod>2024-11-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- All Articles Page -->
  <url>
    <loc>https://502culture.com/all-articles</loc>
    <lastmod>2024-11-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://502culture.com/contact</loc>
    <lastmod>2024-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Individual Article Pages -->
  <!-- Replace `article-slug` with actual article paths, generated dynamically from articlesData if possible -->
  <url>
    <loc>https://502culture.com/all-articles#article-1</loc>
    <lastmod>2024-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://502culture.com/all-articles#article-2</loc>
    <lastmod>2024-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <!-- Add more article URLs as needed -->
  
  <!-- Calendar Page -->
  <url>
    <loc>https://502culture.com/calendar</loc>
    <lastmod>2024-11-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
