<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the conference public portal. Lists only the stable
  marketing pages — conference detail pages have slugs that change
  per-event, so they should be appended dynamically by a backend cron
  or via Nuxt server route. For now we list the three evergreen pages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://conference.uin-suska.ac.id/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="id" href="https://conference.uin-suska.ac.id/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://conference.uin-suska.ac.id/"/>
  </url>
  <url>
    <loc>https://conference.uin-suska.ac.id/conferences</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://conference.uin-suska.ac.id/external-login</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
