<?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 a
  contradiction rather than a second opinion, 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 the planned set), 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 by 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/learn</loc></url>
  <url><loc>https://pixelpung.com/play-with-friends</loc></url>
  <url><loc>https://pixelpung.com/4-player-mahjong</loc></url>
  <url><loc>https://pixelpung.com/no-download-mahjong</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>
