<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage -->
  <url>
    <loc>http://rsabk.co.id/</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>http://rsabk.co.id/about</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Services Page -->
  <url>
    <loc>http://rsabk.co.id/services</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Doctors Page -->
  <url>
    <loc>http://rsabk.co.id/doctors</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Facilities Page -->
  <url>
    <loc>http://rsabk.co.id/facilities</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- News Section -->
  <url>
    <loc>http://rsabk.co.id/news</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Promos Section -->
  <url>
    <loc>http://rsabk.co.id/promos</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>http://rsabk.co.id/contact</loc>
    <lastmod>2024-12-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 
  Note: Dynamic pages like individual news articles (/news/:slug), 
  events (/events/:id), and promos (/promos/:id) should be added 
  dynamically through a sitemap generation script or manually 
  updated when new content is published.
  
  Admin pages are intentionally excluded from the sitemap as they 
  should not be indexed by search engines.
  -->

</urlset>