<?xml version="1.0" encoding="UTF-8"?>
<!--
  Kept deliberately small and honest. /, /reader, the /read/:code language
  landing pages (LandingPage.java) and the /edition/:abbr per-edition info
  pages (EditionInfo.java) are the only routes that currently have distinct,
  real content and their own <title>/description (see LandingSeoListener).
  ?lang= variants of "/" are NOT listed — same route/content behind a query
  parameter; Google canonicalizes those automatically, and listing near-
  duplicate URLs here would read as noise rather than coverage.

  Adding a new /read/:code page? Add its row here too — see LandingPage.PAGES.
  Adding a new /edition/:abbr page? Same — see EditionInfo.PAGES.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://common-root.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://common-root.org/reader</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://common-root.org/read/hi</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://common-root.org/read/he</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://common-root.org/read/quran</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://common-root.org/read/zh</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://common-root.org/edition/WLC</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://common-root.org/edition/TR</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
