<?xml version="1.0" encoding="UTF-8"?>
<!--
  The five pages meant to be found in a search.

  Left out on purpose: /privacy and the not-found page, which both carry a
  noindex, and /admin, which carries noindex plus nofollow. A sitemap is a list
  of pages you are asking to have indexed, so a noindex page inside one is a
  contradiction — Search Console reports it back as an error rather than
  quietly ignoring it.

  Every URL is written without the .html the files still carry, because that
  is the address the site answers on and the one the canonical tags name; the
  .html form redirects onto it. Every URL is also written against
  https://inkmepwease.com, the same host those canonical tags name.
  www.inkmepwease.com and the workers.dev address serve this identical site
  (see the routes in wrangler.toml), and naming one host in both places is the
  whole mechanism that tells Google which of the three to keep and which two to
  fold into it.

  There is no <lastmod>. The galleries change whenever Aada uploads a
  photograph, which no date hand-kept in this file would ever track; Google
  ignores lastmod values it works out to be unreliable, so a stale date is
  worth less than none at all. Five pages is a small enough site to be
  recrawled on its own schedule.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://inkmepwease.com/</loc></url>
  <url><loc>https://inkmepwease.com/work</loc></url>
  <url><loc>https://inkmepwease.com/flash</loc></url>
  <url><loc>https://inkmepwease.com/info</loc></url>
  <url><loc>https://inkmepwease.com/booking</loc></url>
</urlset>
