<?xml version="1.0" encoding="UTF-8"?>
<!--
  The homepage, and only the homepage.

  /terms and /privacy were listed here at priority 0.3, which Google ignores —
  priority has not been a ranking input for years. What listing them actually
  did was submit three URLs for indexing, and with all three carrying the same
  title and description Google treated them as one duplicated page and picked
  the privacy policy to represent it. Searching the product's own name returned
  its legal boilerplate.

  They now carry `X-Robots-Tag: noindex, follow` (see vercel.json) and have no
  business in a sitemap, which is a list of pages worth putting in front of
  someone. Nobody searches for a ten-day-old product's privacy policy.

  Note `follow`, and note that robots.txt still *allows* both paths. A page
  blocked in robots.txt can still be indexed from its URL alone, because the
  crawler is not permitted to fetch it and therefore never sees the noindex.
  Blocking them would have been the intuitive fix and the wrong one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://abodevent.com/</loc></url>
</urlset>
