<?xml version="1.0" encoding="UTF-8"?>
<!-- The five pages this site has. Written in the extensionless form, which is
     the form every page's own <link rel="canonical"> uses: a sitemap that
     named /about.html would be pointing a crawler at a second URL for a page
     that has already said which one of the two it wants indexed. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://calculingo.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://calculingo.app/about</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://calculingo.app/releases</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://calculingo.app/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <!-- The figure the sun answers link out to. Yearly, because the drawing is
       geometry and geometry does not get a release; ranked above the prose
       pages, because it is the one page here somebody might arrive at from a
       search rather than from the calculator. -->
  <url>
    <loc>https://calculingo.app/sun</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
