diff --git a/src/content/docs/argo-smart-routing/get-started.mdx b/src/content/docs/argo-smart-routing/get-started.mdx
index 0eff14fe68e6a6..120a55fad83168 100644
--- a/src/content/docs/argo-smart-routing/get-started.mdx
+++ b/src/content/docs/argo-smart-routing/get-started.mdx
@@ -9,6 +9,8 @@ description: Learn how to enable Argo Smart Routing in the Cloudflare dashboard.
import { Render, TabItem, Tabs } from "~/components";
+
+
Argo Smart Routing is a one-click solution to speed up your global traffic.
diff --git a/src/content/docs/argo-smart-routing/index.mdx b/src/content/docs/argo-smart-routing/index.mdx
index 1de059c591af43..f6845c36e13b17 100644
--- a/src/content/docs/argo-smart-routing/index.mdx
+++ b/src/content/docs/argo-smart-routing/index.mdx
@@ -18,6 +18,8 @@ Speed up your global traffic with a single click
+
+
+

diff --git a/src/content/docs/cache/how-to/tiered-cache.mdx b/src/content/docs/cache/how-to/tiered-cache.mdx
index 4777db6adf882b..5bba44050fa83d 100644
--- a/src/content/docs/cache/how-to/tiered-cache.mdx
+++ b/src/content/docs/cache/how-to/tiered-cache.mdx
@@ -20,6 +20,8 @@ Cloudflare allows you to select your cache topology so that you have control ove
### Smart Tiered Cache
+
+
### Generic Global Tiered Cache
@@ -28,6 +30,8 @@ Generic Global topology allows for all of Cloudflare’s global data centers to
### Regional Tiered Cache
+
+
This can help improve performance for **Smart** and **Custom Tiered Cache** topologies with upper-tiers in one or two regions. Regional Tiered Cache is not beneficial for customers with many upper tiers in many regions like Generic Global Tiered Cache.
diff --git a/src/content/docs/health-checks/get-started.mdx b/src/content/docs/health-checks/get-started.mdx
index 9a288c4630743c..57624f2de17cde 100644
--- a/src/content/docs/health-checks/get-started.mdx
+++ b/src/content/docs/health-checks/get-started.mdx
@@ -8,6 +8,8 @@ sidebar:
import { Render } from "~/components";
+
+
This guide will get you started with creating and managing configured Health Checks.
## Create a Health Check
diff --git a/src/content/docs/health-checks/health-checks-analytics.mdx b/src/content/docs/health-checks/health-checks-analytics.mdx
index 1fbc7fcafd480c..9c8bc06b69a305 100644
--- a/src/content/docs/health-checks/health-checks-analytics.mdx
+++ b/src/content/docs/health-checks/health-checks-analytics.mdx
@@ -8,6 +8,8 @@ sidebar:
import { AvailableNotifications, Render } from "~/components"
+
+
Once you have set up a standalone Health Check including notification emails, use Health Check Analytics to debug possible origin issues.
To access health check analytics:
diff --git a/src/content/docs/health-checks/index.mdx b/src/content/docs/health-checks/index.mdx
index 444d33030d6387..492d682dc19974 100644
--- a/src/content/docs/health-checks/index.mdx
+++ b/src/content/docs/health-checks/index.mdx
@@ -8,6 +8,8 @@ sidebar:
import { Feature, FeatureTable, GlossaryTooltip, RelatedProduct, Render } from "~/components"
+
+
Standalone Health Checks monitors an IP address or hostname for origin servers or applications and notifies you in near real-time if there happens to be a problem.
diff --git a/src/content/docs/smart-shield/concepts/connection-reuse.mdx b/src/content/docs/smart-shield/concepts/connection-reuse.mdx
index b77fa3ad3986c3..2bff50276a15eb 100644
--- a/src/content/docs/smart-shield/concepts/connection-reuse.mdx
+++ b/src/content/docs/smart-shield/concepts/connection-reuse.mdx
@@ -7,7 +7,7 @@ sidebar:
import { Render } from "~/components";
-Smart Shield leverages Cloudflare's optimized infrastructure to package multiple requests from an [upper-tier](/smart-shield/configuration/smart-tiered-cache/) into a single connection to your origin. This means overall connections to your origin are lowered by 30% on average.
+Smart Shield leverages Cloudflare's optimized infrastructure to package multiple requests from an [upper-tier](/smart-shield/configuration/smart-tiered-cache/) into a single connection to your origin. This means overall connections to your origin are lowered by 30% on average. Refer to the [blog post](https://blog.cloudflare.com/introducing-observatory-and-smart-shield/#protecting-and-accelerating-origins-with-smart-connection-reuse) for details.
## About connection reuse
diff --git a/src/content/docs/smart-shield/get-started.mdx b/src/content/docs/smart-shield/get-started.mdx
index 766a70c50b57a4..4f643b571fc6c9 100644
--- a/src/content/docs/smart-shield/get-started.mdx
+++ b/src/content/docs/smart-shield/get-started.mdx
@@ -11,7 +11,7 @@ Smart Shield is available to all customers as an opt-in configuration.
## Before you begin
-- You should have a Cloudflare account and have [onboarded your domain](/fundamentals/manage-domains/add-site/).
+- You should have a Cloudflare account and [onboard your domain](/fundamentals/manage-domains/add-site/).
- Also make sure the relevant DNS records are set to proxied.
## Steps
@@ -21,7 +21,7 @@ Smart Shield is available to all customers as an opt-in configuration.
3. (Optional) Explore the different [available packages](#packages-and-availability).
4. Select **Get started for free** or choose a different package and select **Continue** to proceed to the guided onboarding flow.
-Access analytics and get insights through the [Internet Observatory](/speed/observatory/) dashboard.
+Access analytics and get insights through the [Observatory](/speed/observatory/) dashboard.
## Packages and availability
diff --git a/src/content/partials/smart-shield/smart-shield-callout.mdx b/src/content/partials/smart-shield/smart-shield-callout.mdx
new file mode 100644
index 00000000000000..15c3e70be832e5
--- /dev/null
+++ b/src/content/partials/smart-shield/smart-shield-callout.mdx
@@ -0,0 +1,7 @@
+---
+{}
+---
+
+:::note[Smart Shield]
+This functionality is now offered as part of Cloudflare's origin server safeguard, Smart Shield. [Learn more](/smart-shield/).
+:::
\ No newline at end of file