<?xml version="1.0" encoding="UTF-8"?>
<!--
  <loc> must be a full absolute URL: the previous version used "/" and
  "/whats-new.html", which makes the whole sitemap invalid and silently ignored.
  The xhtml:link alternates declare the ?lang= variants, which is how a
  single-page bilingual site tells a crawler both languages exist.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://hktax-calculator.pages.dev/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://hktax-calculator.pages.dev/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant-HK" href="https://hktax-calculator.pages.dev/?lang=zh-HK"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://hktax-calculator.pages.dev/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hktax-calculator.pages.dev/whats-new</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://hktax-calculator.pages.dev/whats-new"/>
    <xhtml:link rel="alternate" hreflang="zh-Hant-HK" href="https://hktax-calculator.pages.dev/whats-new?lang=zh-HK"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
