<?xml version="1.0" encoding="UTF-8"?>
<!--
    Sitemap ini hanya berisi halaman statis (Homepage).
    Halaman /project/:id di-generate otomatis oleh server
    melalui endpoint GET /sitemap.xml (routes/sitemap.js).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <url>
        <loc>https://rajaaditya.my.id/</loc>
        <lastmod>2026-05-30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <xhtml:link rel="alternate" hreflang="id" href="https://rajaaditya.my.id/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://rajaaditya.my.id/" />
    </url>

</urlset>