<?xml version="1.0" encoding="UTF-8"?>
<!--
  The canonical, crawlable surface of glyp.world. The world itself is a canvas
  behind a live API, so there is nothing here for a crawler to index beyond
  these entry points — listing them explicitly is what gets the feature and
  changelog pages found, since nothing links to them from outside the app.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://glyp.world/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://glyp.world/features.html</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://glyp.world/changelog.html</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://glyp.world/AGENT_API.md</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
