<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written rather than produced by @astrojs/sitemap.

  The integration always emits its index as `sitemap-index.xml` alongside a
  `sitemap-0.xml` chunk; there is no option that lands a file on /sitemap.xml.
  That is the URL robots.txt points at and the one a person types, and on Pages
  an unclaimed path answers with the 404 page — so taking the dependency would
  have left the obvious URL 404ing while the real sitemap sat somewhere else.
  The usual argument for the integration is that a hand-written list falls
  behind; scripts/check-sitemap.mjs removes that risk by failing the build
  instead, and it has already caught five pages on the commit that added them.

  Only indexable pages belong here. /privacy/, /terms/ and /cookies/ are built
  with <meta name="robots" content="noindex, follow">, and listing a page you
  have asked not to be indexed is a contradiction crawlers report as an error.
  /admin and /api/audit are Pages Functions, not pages.

  The URLs must match the <link rel="canonical"> each page emits, trailing
  slash included — Astro builds to directories, so the canonical is /audit/,
  not /audit. scripts/check-sitemap.mjs fails the build if this file and the
  built pages ever disagree, so a new page cannot be quietly left out.

  No <lastmod>: it would have to be updated by hand on every content change,
  and a date that silently goes stale is worse than no date. No <changefreq> or
  <priority> either — Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://refinemedia.co/</loc>
  </url>
  <url>
    <loc>https://refinemedia.co/audit/</loc>
  </url>
  <url>
    <loc>https://refinemedia.co/services/</loc>
  </url>
  <url>
    <loc>https://refinemedia.co/services/websites/</loc>
  </url>
  <url>
    <loc>https://refinemedia.co/work/</loc>
  </url>
  <url>
    <loc>https://refinemedia.co/work/lakeview-dental/</loc>
  </url>
  <url>
    <loc>https://refinemedia.co/work/summit-peak-roofing/</loc>
  </url>
</urlset>
