<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================
  Google News Sitemap — The Nursing Directory
  ============================================================

  Format: https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap

  RULES
  - Only articles published within the LAST 48 HOURS belong here.
    Google News ignores anything older.
  - The publish helper script (publish-news-article.js) prunes
    entries older than 48h every time it runs.
  - Articles also get added to the main sitemap.xml where they
    stay permanently.
  - Headline must be ≤110 characters (Google News requirement).
  - Language is en (US).
  - Publication name must exactly match the brand.

  This file is referenced from robots.txt alongside sitemap.xml.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

  <!-- NEWS_ENTRIES_START -->
  <url>
    <loc>https://thenursingdirectory.com/news/states-nurse-staffing-ratio-bills-2026</loc>
    <news:news>
      <news:publication>
        <news:name>The Nursing Directory</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-04-15T09:00:00-07:00</news:publication_date>
      <news:title>States Push New Nurse-Staffing Ratio Bills in 2026 — What Every RN Should Know</news:title>
      <news:keywords>nurse staffing ratios, safe staffing bill, California AB394, ANA safe staffing, RN legislation</news:keywords>
    </news:news>
  </url>

  <!-- NEWS_ENTRIES_END -->

</urlset>
