<?xml version="1.0" encoding="UTF-8"?>
<!--
  GOOGLE NEWS SITEMAP. Maintenance notes:
  Google News only honors url entries whose news:publication_date is within the
  last 48 hours. Older entries are ignored (harmless) and should be pruned.

  When you publish a new press release:
    1. Create the article page under /media/ with NewsArticle JSON-LD
       (headline, datePublished, dateModified, author, publisher).
    2. Add a url block below with that article loc, title, and
       news:publication_date set to today (W3C date, e.g. 2026-09-14 or full
       ISO with timezone). Remove entries older than about 2 days.
    3. Push, then in Google Search Console resubmit this sitemap and/or run
       URL Inspection then Request indexing on the new article.

  The entry below is the launch release, kept as a working example. Because it
  is older than 48 hours it is ignored by Google News until replaced by a fresh
  release. That is expected.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  <url>
    <loc>https://masnavc.com/media/masna-fund-i-launch</loc>
    <news:news>
      <news:publication>
        <news:name>MASNA Ventures</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-02-06</news:publication_date>
      <news:title>MASNA Ventures Launches First Ever Saudi-Focused Defense Venture Capital Fund</news:title>
    </news:news>
  </url>
</urlset>
