<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs: two pages, each in three languages.

  Each <url> repeats the whole alternate set including itself — that is what the
  spec asks for, and a set where one member fails to list the others is dropped
  rather than half-honoured. It says the same thing as the <link rel="alternate">
  tags in the pages; both exist because a crawler may reach a page without
  fetching the sitemap, or the sitemap without having fetched every page.

  The two families are separate sets. /en and /about/en are different pages, not
  translations of each other, so nothing here points across the gap; what joins
  them is the ordinary link in the map's header.

  `lastmod` is the only date field Google reads — `changefreq` and `priority` it
  ignores outright, so they are gone. The map's own date moves whenever the
  build does, which is not what lastmod means: it is when the *page* last
  meaningfully changed, and a fresh nowcast is not a change to the document.
  Update these by hand when the text or the features change.

  Kept by hand: it is six URLs, and it changes when the language set does.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://pipehk.com/</loc>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://pipehk.com/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://pipehk.com/zh-hans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pipehk.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pipehk.com/"/>
    <lastmod>2026-08-20</lastmod>
  </url>
  <url>
    <loc>https://pipehk.com/zh-hans</loc>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://pipehk.com/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://pipehk.com/zh-hans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pipehk.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pipehk.com/"/>
    <lastmod>2026-08-20</lastmod>
  </url>
  <url>
    <loc>https://pipehk.com/en</loc>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://pipehk.com/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://pipehk.com/zh-hans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pipehk.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pipehk.com/"/>
    <lastmod>2026-08-20</lastmod>
  </url>
  <url>
    <loc>https://pipehk.com/about</loc>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://pipehk.com/about"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://pipehk.com/about/zh-hans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pipehk.com/about/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pipehk.com/about"/>
    <lastmod>2026-08-20</lastmod>
  </url>
  <url>
    <loc>https://pipehk.com/about/zh-hans</loc>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://pipehk.com/about"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://pipehk.com/about/zh-hans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pipehk.com/about/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pipehk.com/about"/>
    <lastmod>2026-08-20</lastmod>
  </url>
  <url>
    <loc>https://pipehk.com/about/en</loc>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://pipehk.com/about"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://pipehk.com/about/zh-hans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pipehk.com/about/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pipehk.com/about"/>
    <lastmod>2026-08-20</lastmod>
  </url>
</urlset>
