<?xml version="1.0" encoding="UTF-8"?>
<!--
  The previous sitemap listed /index.html as a second entry for the homepage,
  which asks Google to index the same page twice under two URLs, and listed
  /reservation.html, which now 301s to /booking/. It also predated the booking
  and pricing pages, so the two pages that actually sell studio time were the
  only ones missing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://podcaststudio.miami/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://podcaststudio.miami/booking/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://podcaststudio.miami/pricing/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://podcaststudio.miami/privacy-policy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

  <url>
    <loc>https://podcaststudio.miami/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

</urlset>
