<?xml version="1.0" encoding="UTF-8"?>
<!--
  ════════════════════════════════════════════════════════════════════════════
  GOOGLE NEWS SITEMAP
  ════════════════════════════════════════════════════════════════════════════
  IMPORTANT — how Google News sitemaps work (read before editing):

  1. List ONLY articles published in the LAST 48 HOURS. Google News ignores (and
     Search Console flags) entries older than ~2 days. Remove entries once they
     age out.
  2. List ONLY pages that are indexable: the article's <meta name="robots"> must
     be "index, follow" (NOT the "noindex" scaffold default).
  3. <news:publication_date> must be the full ISO-8601 date with timezone and
     match the article's datePublished.
  4. After adding a live entry below, also register this file in robots.txt:
     Sitemap: https://www.drvikramsingh.ai/sitemap_news.xml

  The entry below is for an article published 2026-05-30 (within the 48-hour
  window). The 4 older /articles/* essays do NOT qualify — they are noindex
  scaffolds and predate the window.
  REMEMBER: remove the entry below once it is older than ~2 days, and add new
  entries only for freshly published, indexable articles.

  <url>
    <loc>https://www.drvikramsingh.ai/articles/YOUR-NEW-ARTICLE-SLUG</loc>
    <news:news>
      <news:publication>
        <news:name>Dr. Vikram Singh</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-05-30T09:00:00+05:30</news:publication_date>
      <news:title>Your New Article Headline</news:title>
    </news:news>
  </url>
  ════════════════════════════════════════════════════════════════════════════
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  <url>
    <loc>https://www.drvikramsingh.ai/articles/four-forces-reshaping-enterprise-ai</loc>
    <news:news>
      <news:publication>
        <news:name>Dr. Vikram Singh</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-05-30T09:00:00+05:30</news:publication_date>
      <news:title>The Four Forces Reshaping Enterprise AI: Cheap Models, Real Agents, Hard Rules, Scarce Power</news:title>
    </news:news>
  </url>
</urlset>
