<?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:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

<!-- Home Page - Highest Priority -->
<url>
  <loc>https://yourdomain.com/</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>weekly</changefreq>
  <priority>1.0</priority>
</url>

<!-- Services Page -->
<url>
  <loc>https://yourdomain.com/services</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.9</priority>
</url>

<!-- Iron Dose Calculator -->
<url>
  <loc>https://yourdomain.com/iron-dose-calculator</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.8</priority>
</url>

<!-- Fees & Rebates -->
<url>
  <loc>https://yourdomain.com/fees</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<!-- About Us -->
<url>
  <loc>https://yourdomain.com/about</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<!-- Contact -->
<url>
  <loc>https://yourdomain.com/contact</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.6</priority>
</url>

<!-- Blog -->
<url>
  <loc>https://yourdomain.com/blog</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>weekly</changefreq>
  <priority>0.6</priority>
</url>

<!-- Service Pages -->
<url>
  <loc>https://yourdomain.com/services/iron-deficiency-treatment</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.8</priority>
</url>

<url>
  <loc>https://yourdomain.com/services/iv-iron-therapy</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.8</priority>
</url>

<!-- Location Pages -->
<url>
  <loc>https://yourdomain.com/locations/logan</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>https://yourdomain.com/locations/ipswich</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>https://yourdomain.com/locations/gold-coast</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>https://yourdomain.com/locations/toowoomba</loc>
  <lastmod>2025-01-05</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

</urlset>