diff --git a/_includes/content/v2notice.html b/_includes/content/v2notice.html
new file mode 100644
index 000000000..dddfd64f2
--- /dev/null
+++ b/_includes/content/v2notice.html
@@ -0,0 +1 @@
+
diff --git a/_includes/content/v3notice.html b/_includes/content/v3notice.html
index dddfd64f2..0c01652f4 100644
--- a/_includes/content/v3notice.html
+++ b/_includes/content/v3notice.html
@@ -1 +1,7 @@
-
+
+LoopBack 3 has entered Maintenance long-term support (LTS), only critical bugs
+and critical security fixes will be provided. We urge all LoopBack 3 users
+to migrate their applications to LoopBack 4 as soon as possible. Learn more in
+
+our blog post.
+
diff --git a/_layouts/page.html b/_layouts/page.html
index ec231ae8a..f0c57b94c 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,6 +2,8 @@
layout: default
---
{% if page.sidebar == 'lb2_sidebar' and page.v2only != true %}
+ {% include content/v2notice.html %}
+{% elsif page.sidebar == 'lb3_sidebar' %}
{% include content/v3notice.html %}
{% elsif page.sidebar == 'lb4_sidebar' %}
{% include content/v4notice.html %}
diff --git a/pages/en/lb3/index.md b/pages/en/lb3/index.md
index 6050c09db..c8d40238f 100644
--- a/pages/en/lb3/index.md
+++ b/pages/en/lb3/index.md
@@ -6,7 +6,6 @@ keywords: LoopBack 3.0
tags: [getting_started]
sidebar: lb3_sidebar
permalink: /doc/en/lb3/index.html
-summary: LoopBack 3.0 is the active long-term support (LTS) release.
---
{% include important.html content="If you're new to LoopBack, use the current release,