<?xml version="1.0" encoding="UTF-8"?>
<!--
  The five pages this site actually has, 14 Aug 2026.

  ⚠️ THE URLS MUST MATCH THE `<link rel="canonical">` IN EACH PAGE, EXACTLY.
  A sitemap listing /privacy.html while the page canonicals to /privacy is not
  a second opinion — it is a contradiction, and Search Console reports it as
  "Alternate page with proper canonical URL" and drops the entry. So: the three
  legal pages are listed WITHOUT `.html` (they have bare aliases in `PAGES` in
  server.js) and tiles.html is listed WITH it (it has no alias).

  ⚠️ NO `<lastmod>` ON ANY ENTRY, DELIBERATELY. The dates would be written by
  hand, they would go stale the first time a page changed without one being
  touched, and Google ignores a lastmod it finds unreliable — which is what a
  hand-maintained one becomes. An absent lastmod is honest; a wrong one is a
  reason to distrust the whole file. Add them only if something GENERATES them
  from file mtimes.

  ⚠️ NO `<priority>` OR `<changefreq>` EITHER. Google has said publicly it
  ignores both. They are three lines of noise per entry that imply a precision
  nobody here has.

  WHEN THE REMAINING CONTENT PAGES LAND (/learn, /tools/scoring-calculator and
  the rest of §5 of Marketing/research/2026-08-10-seo-and-growth.md), add them
  here in the same edit that creates them. A sitemap that lags the site is the
  ordinary way a new page waits three weeks to be crawled.

  ⚠️ THE /rules PAGES ARE GENERATED — tools/genrules.mjs. They are listed here
  by their BARE url because that is what they canonical to.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://pixelpung.com/</loc></url>
  <url><loc>https://pixelpung.com/rules/hong-kong-mahjong</loc></url>
  <url><loc>https://pixelpung.com/rules/faan</loc></url>
  <url><loc>https://pixelpung.com/tools/scoring-calculator</loc></url>
  <url><loc>https://pixelpung.com/faq</loc></url>
  <url><loc>https://pixelpung.com/tiles.html</loc></url>
  <url><loc>https://pixelpung.com/privacy</loc></url>
  <url><loc>https://pixelpung.com/conduct</loc></url>
  <url><loc>https://pixelpung.com/delete-account</loc></url>
</urlset>
