<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — LineaWorks POS
  https://pointofsale.lineaworks.id/sitemap.xml

  Catatan untuk SPA (Single Page Application):
  - Hanya halaman PUBLIC yang dimasukkan ke sitemap
  - Halaman yang butuh login (/, /inventory, /pos, dll.) TIDAK dimasukkan
    karena crawler tidak bisa mengakses kontennya
  - Prioritas tertinggi = halaman login (entry point publik)
-->
<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">

  <!-- ── Login Admin (entry point utama) ─────────────── -->
  <url>
    <loc>https://pointofsale.lineaworks.id/admin/login</loc>
    <lastmod>2025-03-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Login Pembeli (buyer portal) ────────────────── -->
  <url>
    <loc>https://pointofsale.lineaworks.id/login</loc>
    <lastmod>2025-03-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
