<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://getradio.ph/</loc>
    <lastmod>2025-03-31</lastmod> <!-- CHANGE to the date you last made significant changes -->
    <changefreq>Yearly</changefreq> <!-- How often the main content *might* change (stations list update?) -->
    <priority>1.0</priority> <!-- Highest priority as it's the main entry point -->
  </url>

  <!--

  IF YOU IMPLEMENT HTML5 HISTORY API LATER:
  If you update your app to use distinct URLs for sections (e.g., /favorites, /search, /genre/Pop)
  using pushState/popstate, you SHOULD add those URLs here as well. For example:

  <url>
    <loc>https://getradio.broadtekmedia.com/favorites/</loc>
    <lastmod>2023-11-16</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://getradio.broadtekmedia.com/search/</loc>
    <lastmod>2023-11-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://getradio.broadtekmedia.com/about/</loc>
    <lastmod>2023-10-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  You would need to ensure your server is configured to serve the main index.html
  for these paths so the SPA can handle the routing client-side.

  -->

</urlset>