<?xml version="1.0" encoding="UTF-8"?>
<!--
  Replace every "SITE_URL" below with this platform's actual deployed URL
  (e.g. https://your-project.pages.dev or a custom domain) and keep it in
  sync with config/platform.config.json's seo.siteUrl value. This can't be
  filled in automatically from that config file: sitemap.xml is read
  directly by search engines as a static file, before any JavaScript on the
  page would have a chance to run.

  If a page is added under /pages/, add a matching <url> entry here too.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>SITE_URL/index.html</loc>
  </url>
  <url>
    <loc>SITE_URL/pages/about.html</loc>
  </url>
  <url>
    <loc>SITE_URL/pages/contact.html</loc>
  </url>
  <url>
    <loc>SITE_URL/pages/privacy.html</loc>
  </url>
  <url>
    <loc>SITE_URL/pages/terms.html</loc>
  </url>
</urlset>
