<?xml version="1.0" encoding="UTF-8"?>
<!--
  The nine indexable pages, and only those.

  What this replaced listed services.html, blog/, privacy.html and terms.html
  — none of which exist in this repo — and named none of the four branch
  pages, the branches index or the consultation page, which are most of the
  site. Four of the seven URLs a crawler was handed were 404s.

  thanks.html is deliberately absent: it is the confirmation shown after a
  form is submitted, not a destination, and a search result should never land
  somebody on a thank-you for a form they never filled in.

  No <lastmod>, <changefreq> or <priority>. Google ignores changefreq and
  priority outright, and trusts lastmod only where it is consistently
  accurate — a date hand-edited once and then left to rot is worse than none
  at all.

  Every URL is on the www host, because that is where pages are actually
  served: hudsonsholdings.lat answers 308 Permanent Redirect to
  www.hudsonsholdings.lat. A sitemap of apex URLs would hand a crawler nine
  redirects and no destinations, and Search Console would report the lot as
  "Page with redirect" rather than as indexed pages.

  robots.txt is what points crawlers here. Keep the two in step: if the host
  ever changes, this file, robots.txt, SITE in scripts/build-schema.js and
  the two forms' _next values all move together.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://www.hudsonsholdings.lat/</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/about.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/branches.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/shipping-logistics.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/party-rentals.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/catering.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/travel.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/consultation.html</loc></url>
  <url><loc>https://www.hudsonsholdings.lat/contact.html</loc></url>
</urlset>
