<?xml version="1.0" encoding="UTF-8"?>
<!--
  Launderworks's OWN sitemap, and the file whose absence was the defect. The
  robots.txt served on this host has carried a Sitemap: line since the site went
  live and /sitemap.xml answered 404 the whole time, because the only sitemap in
  this repository is the storefront's and it lists a rental business's pages.

  Every loc is built from site.origin, which is the origin the request arrived
  on, so one file is correct on every hostname in PLATFORM_HOSTS. That matters
  more here than it does for a storefront: this bundle answers on more than one
  name, and a hardcoded canonical host would name the wrong one from whichever
  of them a crawler asked.

  THREE PAGES, AND THE ABSENCES ARE THE INTERESTING PART.

  - /contact/received and /not-found are the two entries in PLATFORM_PAGES that
    nothing links, by design: one is reached by redirect after the lead form and
    the other is what a mistyped address gets, at 404. Listing either would ask
    a crawler to index a page reached by an accident.
  - /console and /signup are 302s, and marketing/robots.txt disallows both. A
    page listed here and refused there is a contradiction a crawler reports as
    an error, which is the same reason the storefront's sitemap omits its own
    noindexed pages.
  - /marketing.css, /sign-in.js and the webfonts are assets, not pages.

  No lastmod, no changefreq and no priority, for the reasons given at length in
  the storefront's sitemap at the top of this repository. Extensionless locs for
  the reason given there too: Cloudflare Pages answers the .html form with a 308,
  so listing it would make every line a redirect to the URL a crawler should
  have been handed in the first place. Here the .html form is worse than a
  redirect, because isPrivateAsset denies /marketing/home.html outright.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://launderworks.com/</loc></url>
  <url><loc>https://launderworks.com/sign-in</loc></url>
  <url><loc>https://launderworks.com/privacy</loc></url>
</urlset>
