<?xml version="1.0" encoding="UTF-8"?>
<!--
  UpKip — sitemap

  The public site is a SPA (Vite + React) with view state encoded in the
  query string (?view=…). The four entries below are the indexable
  "landing views". Deck-specific URLs (?deck=mox:…) are intentionally
  excluded: they are private decklists shared by users, not canonical
  content we want indexed.

  See docs/SEO.md for the strategy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://upkip.io/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://upkip.io/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://upkip.io/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://upkip.io/" />
  </url>

  <url>
    <loc>https://upkip.io/?view=commanders</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://upkip.io/?view=topnew</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://upkip.io/?view=legal</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

</urlset>
