<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static replacement for Yoast's generated sitemap index.

  A real file at the docroot wins over WordPress, whose rewrite block is guarded
  by `RewriteCond %{REQUEST_FILENAME} !-f`. Shipped 2026-08-23 because Yoast's
  version advertised 78 URLs that no longer exist as pages:

    portfolio-sitemap.xml  65 URLs, all now 301 to /projects/<slug>
    page-sitemap.xml       15 URLs — the homepage (already in sitemap.xml),
                           two trashed dev pages, and 12 redirects

  Handing a crawler a map of redirects fills Search Console with "Page with
  redirect" and spends crawl budget re-discovering moves it has already made.

  What is listed instead:
    sitemap.xml       the static site — 81 pages, generated by
                      redesign/tools/build_sitemap.py
    post-sitemap.xml  still generated by Yoast; the WordPress posts that remain
                      canonical (/process/, /testimonial/, /scale-samples-villa/)

    portfolio-sitemap.xml  DELIBERATELY STILL LISTED, and TEMPORARY.
                      Every URL in it 301s to /projects/<slug> as of 2026-08-23.
                      Keeping the old sitemap live is the standard way to speed up
                      a move: it makes Google recrawl the old URLs promptly and see
                      the redirects, which is what actually transfers the years of
                      standing those pages hold. Search Console will report "Page
                      with redirect" for all 65 in the meantime — that is the
                      expected signal of a migration in progress, not a fault.
                      *** REMOVE THIS ENTRY around 2026-11 ***, once Search Console
                      shows /projects/<slug> indexed in their place. page-sitemap.xml
                      is NOT given the same treatment: its redirects have been in
                      place since 2026-08-21 and two of its entries are now 404.

  CONSEQUENCE: Yoast no longer controls what is advertised. If a WordPress post
  type is added later it will NOT appear here on its own — add its sitemap to
  this file by hand, or delete this file to hand control back to Yoast.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://atelieramod.com/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://atelieramod.com/post-sitemap.xml</loc>
  </sitemap>
  <!-- temporary: accelerates processing of the 2026-08-23 portfolio 301s.
       Remove around 2026-11 — see the note above. -->
  <sitemap>
    <loc>https://atelieramod.com/portfolio-sitemap.xml</loc>
  </sitemap>
</sitemapindex>
