<?xml version="1.0" encoding="UTF-8"?>
<!--
  Skein is a client-rendered SPA behind one public URL — hash routes (#/boards, #/board/<id>)
  never reach the server, and everything behind auth is JSON, not HTML. This sitemap is
  intentionally a single entry; see docs/seo-plan.md for why, and revisit only if the app
  grows genuinely separate public pages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://skeinboard.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
