<?xml version="1.0" encoding="UTF-8"?>
<!--
  Video Sitemap — ArteCraft India
  Google Video Sitemap spec:
  https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps

  The /vedios module exists (intentional spelling) and there is a
  server-side VideoSchema, but no public /videos route is wired into
  App.tsx yet — so this file is a valid skeleton with one worked
  example you can clone once real videos go live.

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

  <!--
    EXAMPLE — uncomment and populate once a real video page exists.

  <url>
    <loc>https://www.artecraftindia.com/videos/handcrafted-pom-pom-process</loc>
    <video:video>
      <video:thumbnail_loc>https://www.artecraftindia.com/assets/vedios/thumbnails/pom-pom-process.jpg</video:thumbnail_loc>
      <video:title>How ArteCraft India handcrafts premium pom poms</video:title>
      <video:description>
        Step-by-step look inside our workshop — from yarn selection to
        the finishing touches on every handcrafted pom pom.
      </video:description>
      <video:content_loc>https://www.artecraftindia.com/assets/vedios/pom-pom-process.mp4</video:content_loc>
      <video:player_loc allow_embed="yes" autoplay="ap=1">https://www.artecraftindia.com/videos/handcrafted-pom-pom-process</video:player_loc>
      <video:duration>185</video:duration>
      <video:publication_date>2026-05-26T10:00:00+05:30</video:publication_date>
      <video:family_friendly>yes</video:family_friendly>
      <video:requires_subscription>no</video:requires_subscription>
      <video:live>no</video:live>
      <video:tag>pom pom</video:tag>
      <video:tag>handcrafted</video:tag>
      <video:tag>artecraft india</video:tag>
      <video:category>Manufacturing</video:category>
      <video:uploader info="https://www.artecraftindia.com/about">ArteCraft India</video:uploader>
    </video:video>
  </url>
  -->

  <!--
    ──────────────────────────────────────────────────────────────────
    TODO: Wire dynamic video entries
    ──────────────────────────────────────────────────────────────────
    1. Add a public /videos and /videos/:slug route in App.tsx using
       the existing vedios module.
    2. Build a server endpoint such as:
           GET /api/v1/sitemap/videos.xml
       that iterates the Video collection and emits one <url> block
       per published video using the structure shown above.
    3. Required fields (Google):
         video:thumbnail_loc, video:title, video:description, and
         exactly one of video:content_loc OR video:player_loc.
    ──────────────────────────────────────────────────────────────────
  -->

</urlset>
