<?xml version="1.0" encoding="UTF-8"?>
<!--
  §13.9.10, 2026-08-11. Shipped from public/sitemap.xml — Vite copies public/
  verbatim and scripts/deploy.mjs names it in ALLOW_FILES.

  THE INDEXABLE ROUTES, WHICH IS NOT THE SAME AS THE ROUTES. The entry map
  (vite.config.js) has twelve; two of them — /design/ and /dev/ — serve
  <meta name="robots" content="noindex, nofollow">, and a sitemap is a list of
  URLs asking to be indexed. Listing a noindex URL is a contradiction the
  crawler reports back as an error, so those two are out and the other ten
  are in. §13.9.10 records the reasoning for /design/ specifically.

  IT CANNOT SILENTLY DRIFT FROM THE ENTRY MAP. scripts/site-routing.test.mjs
  derives the expected <loc> set from vite.config.js's input map minus every
  page that serves a robots meta, and fails npm test on any disagreement in
  either direction — a route added without a line here, or a line here for a
  route that does not exist. Add a route, run the suite, and it tells you the
  exact URL to add.

  THE IMAGE ENTRIES (2026-08-20). Every <url> carries one <image:image> per
  PHOTOGRAPH that page actually shows, absolute, under the Google image
  namespace declared on <urlset>. Google Images will not reliably discover a
  photo that only appears in markup, and two of the front page's — the
  asymmetric and unpainted-peaks heroes — are swapped in by src/site/hero.js
  at runtime and appear in no served HTML at all, so for those the sitemap is
  the ONLY guaranteed path to them.

  FOUR RULES THE LIST FOLLOWS, all enforced by site-routing.test.mjs:
    · a photo used TWICE on one page gets ONE entry (the calculator pages each
      repeat their hero inside the captioned gallery below it)
    · a photo on two different pages gets an entry under EACH — the entry is
      per-page, not per-file, which is why 36 entries cover 31 files
    · only crawlable pages: nothing under /design/ or /dev/, and none of the
      30 files in public/ that no indexable page references (the baked sample
      plans, the measure images, ref/)
    · NOT og-image.jpg. It is a share card declared in <head>, not a
      photograph the page shows, and og:image is how it is already found.
  The four policy pages carry no images and so carry no image children.

  NO lastmod, NO changefreq, NO priority. Hand-kept dates go stale the first
  time somebody edits a page without touching this file, and a stale lastmod
  is worse than none — it is a claim rather than an omission. The other two
  are ignored by every major crawler. This holds for the image entries too:
  <image:caption> and <image:title> are available and are deliberately not
  used, for the same reason — a caption here would be a second copy of the
  alt text, free to drift from the one the page actually renders.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://instantwallapp.com/</loc>
    <image:image><image:loc>https://instantwallapp.com/gallery/pinwheel-foyer-gold-hero.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/shaker-bedroom-gray.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-beige.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-living-room-white.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/picture-frame-wainscoting-dining-room-blue.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/slat-bedroom-green.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/peaks-ladders-dining-room-white.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/chevron-dining-room-white.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/cascade-living-room-green.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/diamond-dining-room-blue.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-black.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-bedroom-white.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/shaker-dining-room-teal.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/rain-living-room-charcoal.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/mirror-chevron-living-room-navy.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/pinwheel-foyer-gold.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/asymmetric-dining-room-blue-hero.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/peaks-ladders-dining-room-unpainted-hero.jpg</image:loc></image:image>
  </url>
  <url><loc>https://instantwallapp.com/terms/</loc></url>
  <url><loc>https://instantwallapp.com/privacy/</loc></url>
  <url><loc>https://instantwallapp.com/refunds/</loc></url>
  <url><loc>https://instantwallapp.com/contact/</loc></url>
  <url>
    <loc>https://instantwallapp.com/calculators/board-and-batten/</loc>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-wainscot-gray-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-beige-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-inset-bedroom-beige-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-black-narrow.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-black.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-unfinished-page.jpg</image:loc></image:image>
  </url>
  <url>
    <loc>https://instantwallapp.com/calculators/panel-moulding/</loc>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-bedroom-white-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-living-room-white-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-hallway-gray-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-2-row-gray-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/panel-moulding-dining-room-unfinished-page.jpg</image:loc></image:image>
  </url>
  <url>
    <loc>https://instantwallapp.com/calculators/shaker-wall-panel/</loc>
    <image:image><image:loc>https://instantwallapp.com/gallery/shaker-bedroom-gray.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/shaker-dining-room-teal.jpg</image:loc></image:image>
  </url>
  <url>
    <loc>https://instantwallapp.com/calculators/wainscoting/</loc>
    <image:image><image:loc>https://instantwallapp.com/gallery/picture-frame-wainscoting-dining-room-blue-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/picture-frame-wainscoting-dining-room-gray-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/picture-frame-wainscoting-family-room-gray-page.jpg</image:loc></image:image>
  </url>
  <url>
    <loc>https://instantwallapp.com/calculators/shaker-wainscoting/</loc>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-wainscot-gray-page.jpg</image:loc></image:image>
    <image:image><image:loc>https://instantwallapp.com/gallery/board-batten-bedroom-unfinished-page.jpg</image:loc></image:image>
  </url>
</urlset>
