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

  Eleven URLs, matching the eleven <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 eleven 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 are not here. They are rendered from the docs branch and served at
  docs.appealy.app, which has its own generated sitemap — a sitemap lists URLs
  on its own host, and appealy.app/docs/* now only redirects.

  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, and the legal pages last.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://appealy.app/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://appealy.app/pricing</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.app/appy-alternative</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://appealy.app/appeal-gg-alternative</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://appealy.app/discord-ban-appeal-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.app/discord-ticket-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.app/discord-verification-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.app/discord-anti-raid-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.app/discord-giveaway-bot</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://appealy.app/privacy</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://appealy.app/terms</loc>
    <priority>0.5</priority>
  </url>
</urlset>
