<?xml version="1.0" encoding="UTF-8"?>
<!--
=============================================================
  MAHATTAART.COM — SITEMAP INDEX
  File: public/sitemap_index.xml
  Served at: https://www.mahattaart.com/sitemap_index.xml
  Generated: 2026-05-14

  ✅ SUBMIT THIS URL to Google Search Console:
     https://www.mahattaart.com/sitemap_index.xml

  HOW IT WORKS:
  This master index tells Google about all 6 sub-sitemaps.
  Each sub-sitemap covers a different section of the site.

  SUB-SITEMAP FILES TO CREATE:
  ┌─────────────────────────────────────────────────────────┐
  │ sitemap-static.xml    → All static pages               │
  │ sitemap-wallpapers.xml→ Wallpaper product pages (dyn.) │
  │ sitemap-products.xml  → All art/frame products (dyn.)  │
  │ sitemap-collections.xml → Artist/museum pages (dyn.)   │
  │ sitemap-blog.xml      → Blog/editorial posts (dyn.)    │
  │ sitemap-images.xml    → Product images (Google Lens)   │
  └─────────────────────────────────────────────────────────┘

  DEVELOPER NOTES:
  - Place this file at: /public/sitemap_index.xml
  - sitemap-static.xml = plain XML, no code needed
  - All others = dynamic Next.js routes (pages/*.xml.js)
  - Update <lastmod> automatically in your CI/CD pipeline
=============================================================
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- SUB-SITEMAP 0: MAIN STATIC SITEMAP
       All confirmed static URLs including /wallpaper-home landing page
       Served at: /sitemap.xml -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

  <!-- SUB-SITEMAP 1: STATIC PAGES
       Home, wallpaper hub, shop-by-space, shop-by-category,
       art categories, collage-set, collections, on-sale,
       featured-art, about, contact, partner, policies, blog
       Count: ~72 confirmed static URLs -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap-static.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

  <!-- SUB-SITEMAP 2: WALLPAPER PRODUCT PAGES
       Individual wallpaper design product pages
       Pattern: /wallpaper/{design-slug}
       Count: 500–2000 URLs (dynamically generated)
       File: pages/sitemap-wallpapers.xml.js -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap-wallpapers.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

  <!-- SUB-SITEMAP 3: ART & FRAME PRODUCT PAGES
       All /product-detail/{slug} pages — 5.5L artworks
       NOTE: If products exceed 50,000 split into:
       sitemap-products-1.xml, sitemap-products-2.xml etc.
       and list each one here separately.
       File: pages/sitemap-products.xml.js -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap-products.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

  <!-- SUB-SITEMAP 4: ARTIST & MUSEUM COLLECTION PAGES
       /collections/{slug} — bridgeman, van-gogh, monet,
       cezanne, flowerphotos, danita, everett + others
       Count: ~50–200 collection pages
       File: pages/sitemap-collections.xml.js -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap-collections.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

  <!-- SUB-SITEMAP 5: BLOG / EDITORIAL CONTENT
       /blog/{post-slug} — grows as posts are published
       High-value for Google AI Mode citation
       File: pages/sitemap-blog.xml.js -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap-blog.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

  <!-- SUB-SITEMAP 6: PRODUCT IMAGES (Google Lens)
       image:image tags for all product photos
       Critical for Google Lens visual discovery
       Uses xmlns:image extension in urlset
       File: pages/sitemap-images.xml.js -->
  <sitemap>
    <loc>https://www.mahattaart.com/sitemap-images.xml</loc>
    <lastmod>2026-05-14</lastmod>
  </sitemap>

</sitemapindex>
