<?xml version="1.0" encoding="UTF-8"?>
<!--
  GOOGLE NEWS SITEMAP
  Google News shows articles from the LAST 2 DAYS and needs ONE <url> per individual
  article page. The News page (news.html) is a card index that mostly links out to the
  press, so it is listed here for discovery, with a template entry below to copy for each
  future on-site article (e.g. /news/2026-07-my-statement.html). Once you publish owned
  articles as their own pages and are approved in Google Publisher Center, add a <url>
  block per article and Google News will pick them up automatically.
-->
<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.davidhaigh.co.uk/news.html</loc>
    <news:news>
      <news:publication>
        <news:name>David Haigh</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-06-05</news:publication_date>
      <news:title>News, statements and case updates — David Haigh</news:title>
    </news:news>
  </url>

  <!-- TEMPLATE — copy per on-site article, keep only items published in the last 48h:
  <url>
    <loc>https://www.davidhaigh.co.uk/news/2026-07-example-statement.html</loc>
    <news:news>
      <news:publication>
        <news:name>David Haigh</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-07-11</news:publication_date>
      <news:title>Headline of the article</news:title>
    </news:news>
  </url>
  -->
</urlset>
