<?xml version="1.0" encoding="UTF-8"?>
<!--
    sitemap.xml – Inggit Medical Centre
    Upload ke: https://inggitmedicalcentre.com/sitemap.xml
    Lalu daftarkan di Google Search Console → Sitemaps
-->
<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">

    <!-- Halaman Utama (Prioritas Tertinggi) -->
    <url>
        <loc>https://inggitmedicalcentre.com/</loc>
        <lastmod>2025-02-17</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Tambahkan halaman-halaman lain sesuai struktur website Anda -->
    <!-- Contoh:
    <url>
        <loc>https://inggitmedicalcentre.com/layanan</loc>
        <lastmod>2025-02-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://inggitmedicalcentre.com/jadwal-dokter</loc>
        <lastmod>2025-02-17</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://inggitmedicalcentre.com/Booking/daftarpasien.html</loc>
        <lastmod>2025-02-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://inggitmedicalcentre.com/kontak</loc>
        <lastmod>2025-02-17</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>
    -->

</urlset>