<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public pages, and only those. /account and /device are per-user and
  behind a session; listing them would advertise pages that answer nothing
  useful to a crawler.

  The absolute URLs are the format's requirement rather than a choice: a
  sitemap may not use relative paths. So the domain is written here, which
  means this file and KE_SITE_DOMAIN in deploy/.env have to agree. The
  og:url and og:image tags in index.html are the third and last place, and
  for the same reason: an unfurl scraper will not resolve a relative one.

  (No double hyphens in this comment. XML forbids them inside one, and the
  file silently stops parsing.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://krakenemulsion.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://krakenemulsion.com/signin</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
