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

  Sixteen URLs, matching the sixteen <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.

  Six of the sixteen are the query-targeted pages. They exist because the site
  was discoverable for two things while the product does nine — someone
  searching for a Discord ticket bot or a verification bot had no door in.

  The docs section is five of the sixteen. /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 comparison
  pages rank highest after the home page because "<product> alternative" is the
  highest-intent query anyone types about software they are already using. The
  feature pages sit just under them, the docs below that — someone searching for
  a Discord appeal bot should land on what the product is, not in the middle of
  its configuration guide — and the legal pages last.
-->
<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/appeal-gg-alternative</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/discord-ban-appeal-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/discord-ticket-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/discord-verification-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/discord-anti-raid-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.creeperdiamonds.xyz/discord-giveaway-bot</loc>
    <priority>0.8</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>
