diff --git a/source/docs/nlr-domain-transition.html.md b/source/docs/nlr-domain-transition.html.md
index c7e8dcb7..18c71de5 100644
--- a/source/docs/nlr-domain-transition.html.md
+++ b/source/docs/nlr-domain-transition.html.md
@@ -1,6 +1,7 @@
---
title: NLR.gov Domain Transition
hidden_child: true
+hide_domain_transition_link: true
---
# NLR.gov Domain Transition
diff --git a/source/docs/widget-embed-code.html.md b/source/docs/widget-embed-code.html.md
new file mode 100644
index 00000000..3038ca65
--- /dev/null
+++ b/source/docs/widget-embed-code.html.md
@@ -0,0 +1,20 @@
+---
+title: Updating Embed Code for NLR.gov Widgets
+hidden_child: true
+hide_domain_transition_alert: true
+---
+
+
+
+
+ Website Owners: Update any nrel.gov references in your widget embed code to nlr.gov by May 29, 2026, to avoid service interruptions.
+
+
+
+# Updating Embed Code for NLR.gov Widgets
+
+The National Laboratory of the Rockies (NLR) is retiring the `nrel.gov` domain near the end of May and transitioning to the new `nlr.gov` domain.
+
+**To avoid an interruption in service, you need to update your widget embed code to use the new `nlr.gov` URLs by May 29, 2026.** In your widget embed code, change `nrel.gov` to `nlr.gov` instead. All other aspects of the embed code remain the same.
+
+To find new embed code, use the [widgets page](https://afdc.energy.gov/widgets). We will display a message at the top of widgets about this change for website owners who haven't updated their embed code starting on April 13, 2026.
diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb
index fa84b6c1..4844c251 100644
--- a/source/layouts/layout.erb
+++ b/source/layouts/layout.erb
@@ -34,12 +34,17 @@
<%= partial("layouts/breadcrumbs") %>
-
-
-
- Existing API users: Update any developer.nrel.gov references in your code to developer.nlr.gov by April 30, 2026, to avoid service interruptions. Learn more about the <%= link_to("domain transition", "/docs/nlr-domain-transition.html") %>.
+ <% unless current_page.data.hide_domain_transition_alert %>
+
+
+
+ Existing API Users: Update any developer.nrel.gov references in your code to developer.nlr.gov by April 30, 2026, to avoid service interruptions.
+ <% unless current_page.data.hide_domain_transition_link %>
+ Learn more about the <%= link_to("domain transition", "/docs/nlr-domain-transition.html") %>.
+ <% end %>
+
-
+ <% end %>
<%= yield %>