<?xml version="1.0" encoding="UTF-8"?>
<!--
  Blog Sitemap — ArteCraft India
  Placeholder: no /blog routes exist in App.tsx yet.

  This file exists so the reference in robots.txt does NOT 404 — an
  empty-but-valid <urlset> is treated by Google as "nothing to index
  here yet" rather than as an error.

  When the blog ships:
    1. Add the blog routes to App.tsx (e.g. /blog and /blog/:slug).
    2. Either populate this file at build time, or replace this
       static file with a server endpoint such as:
           GET /api/v1/sitemap/blog.xml
       that streams every PUBLISHED post.

  Last reviewed: 2026-05-26
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Intentionally empty: no blog content yet. -->

</urlset>
