<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================
     Blueprint Depot — News Sitemap
     sitemap-news.xml
     Updated: 2026-03-23

     Google News sitemap requirements:
     • Only include articles published within the LAST 2 DAYS
       for News eligibility (Google removes older entries).
     • news:publication_date must be in W3C date format.
     • news:name must match the site's News publisher name
       exactly as registered in Google Publisher Center.
     • Maximum 1,000 URLs per sitemap.
     • Regenerate this file on every new article publish.

     ACTION REQUIRED:
     • Register at: https://publishercenter.google.com/
     • Set publisher name to: "Blueprint Depot"
     • Submit sitemap-news.xml in Publisher Center + GSC.
============================================================ -->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- ── IMPORTANT: Only articles from the last 48 hours qualify ─
       The entries below are template examples.
       In production, generate this file dynamically via a
       Cloud Function, build script, or CMS webhook on publish.
  ─────────────────────────────────────────────────────────────── -->

  <url>
    <loc>https://www.blueprint-depot.com/blog/adu-laws-by-state-2026</loc>
    <news:news>
      <news:publication>
        <news:name>Blueprint Depot</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-03-23T09:00:00+00:00</news:publication_date>
      <news:title>ADU Laws by State 2026 — Complete US Guide to Accessory Dwelling Unit Regulations</news:title>
      <news:keywords>ADU laws 2026, accessory dwelling unit regulations, ADU rules by state, California ADU, Texas ADU, granny flat laws</news:keywords>
      <news:genres>Blog</news:genres>
    </news:news>
    <image:image>
      <image:loc>https://www.blueprint-depot.com/images/blog/adu-laws-by-state-2026-hero.jpg</image:loc>
      <image:title>ADU Laws by State 2026 — US Map of ADU Regulations</image:title>
      <image:caption>State-by-state map of ADU regulations in the United States for 2026.</image:caption>
    </image:image>
  </url>

  <url>
    <loc>https://www.blueprint-depot.com/blog/adu-cost-guide-2026</loc>
    <news:news>
      <news:publication>
        <news:name>Blueprint Depot</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2026-03-22T12:00:00+00:00</news:publication_date>
      <news:title>ADU Cost Guide 2026 — How Much Does an Accessory Dwelling Unit Cost to Build?</news:title>
      <news:keywords>ADU cost 2026, how much does an ADU cost, ADU construction cost, granny flat cost, backyard cottage cost</news:keywords>
      <news:genres>Blog</news:genres>
    </news:news>
    <image:image>
      <image:loc>https://www.blueprint-depot.com/images/blog/adu-cost-guide-2026-hero.jpg</image:loc>
      <image:title>ADU Cost Guide 2026 — How Much Does an ADU Cost?</image:title>
      <image:caption>Complete breakdown of ADU construction costs in 2026 by type and region.</image:caption>
    </image:image>
  </url>

  <!-- ── TEMPLATE for future news entries (copy/paste per article):

  <url>
    <loc>https://www.blueprint-depot.com/blog/YOUR-SLUG-HERE</loc>
    <news:news>
      <news:publication>
        <news:name>Blueprint Depot</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>YYYY-MM-DDTHH:MM:SS+00:00</news:publication_date>
      <news:title>Your Article Headline Here</news:title>
      <news:keywords>keyword1, keyword2, keyword3</news:keywords>
      <news:genres>Blog</news:genres>
    </news:news>
    <image:image>
      <image:loc>https://www.blueprint-depot.com/images/blog/YOUR-IMAGE.jpg</image:loc>
      <image:title>Image title here</image:title>
      <image:caption>Image caption here.</image:caption>
    </image:image>
  </url>

  ── END TEMPLATE ─────────────────────────────────────────────── -->

</urlset>
