<?xml version="1.0" encoding="UTF-8"?>
<!--
  Google News sitemap (https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap)

  This is a stub. It becomes populated when /blog/ launches. Until then
  the file is intentionally an empty <urlset> — that's a valid state
  per the spec (better than a 404, which Search Console flags).

  Google News requires:
    - Articles less than 2 days old (Google drops older entries
      automatically)
    - One <url> per article, with <news:news> child containing
      <news:publication> { <news:name>, <news:language> },
      <news:publication_date> (W3C datetime, with timezone),
      <news:title>.
    - Maximum 1,000 URLs per sitemap; split into multiple sitemaps
      if we ever exceed that.

  Template entry (uncomment and copy when adding a post):

    <url>
      <loc>https://www.snaptare.app/blog/the-real-cost-of-a-slow-till</loc>
      <news:news>
        <news:publication>
          <news:name>Snaptare blog</news:name>
          <news:language>en</news:language>
        </news:publication>
        <news:publication_date>2026-05-15T09:00:00+00:00</news:publication_date>
        <news:title>The real cost of a slow till in a bulk shop</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">
</urlset>
