<?xml version="1.0" encoding="UTF-8"?>
<!--
  The app's own pages. Creator worlds are listed separately and dynamically;
  see sitemap.xml.

  Only pages worth landing on are here. The rest of the app — the editor,
  billing, the sign-in and password flows — is either behind a session or is a
  step in one, and is disallowed in robots.txt rather than listed here.

  There is deliberately no <lastmod>. It was a hard-coded date that went stale
  the moment the pages next changed, and a lastmod that cannot be trusted is
  worse than none: crawlers learn to discount it. The worlds sitemap carries a
  real one, taken from the world's own last edit.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
>
  <url>
    <loc>https://linkarcade.me/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <!-- The page is client-rendered, so the image is listed here too rather
         than leaving Googlebot to find it only after running the bundle. -->
    <image:image>
      <image:loc>https://linkarcade.me/og-image.jpg</image:loc>
      <image:title>LinkWorld</image:title>
      <image:caption>LinkWorld — your links, but make it a game.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://linkarcade.me/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
