<?xml version="1.0" encoding="UTF-8"?>
<!--
  site/sitemap.xml

  Ten URLs, matching the ten <link rel="canonical"> values exactly. That match
  is the whole job: /pricing and /pricing.html both return 200, so a sitemap
  listing the .html form would ask Google to index one URL while every page's
  canonical points at another.

  The docs section is five of the ten. /docs is a directory with an index, so
  its canonical and its entry here are both the bare /docs — no trailing slash,
  no /index.html, matching how nginx's try_files resolves it.

  NO <lastmod>. It would have to be updated by hand on every edit, nothing
  checks it, and a sitemap that claims a page changed today when it did not is
  worse than one that makes no claim — Google treats an inaccurate lastmod as
  a reason to trust the whole file less. Omitting it is valid and honest.

  /tebex is deliberately ABSENT. That page carries
  <meta name="robots" content="noindex"> — it exists for a Tebex reviewer
  following a link, not for search. Listing a noindex page in a sitemap asks
  Google to index something the page itself refuses, and a sitemap that
  contradicts its own pages is treated as less trustworthy as a whole.

  Priorities are relative to each other and to nothing else. The docs sit below
  the landing and comparison pages because someone searching for a Discord
  appeal bot should land on what the product is, not on the middle of its
  configuration guide — but above the legal pages, because unlike those they
  answer questions people actually type.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/pricing</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/appy-alternative</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/docs</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/docs/getting-started</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/docs/ban-appeals</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/docs/outcomes</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/docs/self-hosting</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/privacy</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/terms</loc>
    <priority>0.5</priority>
  </url>
</urlset>
