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

  Left out on purpose: privacy.html and 404.html, which both carry a noindex,
  and admin.html, 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 against https://inkmepwease.com, the same host the
  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.html</loc></url>
  <url><loc>https://inkmepwease.com/flash.html</loc></url>
  <url><loc>https://inkmepwease.com/info.html</loc></url>
  <url><loc>https://inkmepwease.com/booking.html</loc></url>
</urlset>
