<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static entry points only.

  Individual poll pages are NOT listed. Enumerating them needs a Cloud Function
  (functions/sitemapPolls.js, written and tested) which cannot deploy on the
  Spark plan. The backing API endpoint IS live — GET /api/v1/polls/sitemap-feed
  — so the moment the project moves to Blaze this becomes a one-line change.

  Do not paste poll URLs here by hand: there are 74 and counting, and a
  hand-maintained list goes stale the day it is written.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://votesapp.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Discover requires sign-in, so it is deliberately NOT listed: a crawler
       would only ever reach the sign-in state. Poll pages are public but
       client-rendered, and are not listed here — see the comment above. -->

</urlset>
