diff --git a/plugins/embed-optimizer/load.php b/plugins/embed-optimizer/load.php
index 2124b666e5..7dc81d13d7 100644
--- a/plugins/embed-optimizer/load.php
+++ b/plugins/embed-optimizer/load.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: Embed Optimizer
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/embed-optimizer
- * Description: Optimizes the performance of embeds by lazy-loading iframes and scripts.
+ * Description: Optimizes the performance of embeds through lazy-loading, preconnecting, and reserving space to reduce layout shifts.
* Requires at least: 6.5
* Requires PHP: 7.2
* Version: 0.3.0
diff --git a/plugins/embed-optimizer/readme.txt b/plugins/embed-optimizer/readme.txt
index 4f1dc14145..b02756cfbb 100644
--- a/plugins/embed-optimizer/readme.txt
+++ b/plugins/embed-optimizer/readme.txt
@@ -7,7 +7,7 @@ License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, embeds
-Optimizes the performance of embeds by lazy-loading iframes and scripts.
+Optimizes the performance of embeds through lazy-loading, preconnecting, and reserving space to reduce layout shifts.
== Description ==
diff --git a/plugins/image-prioritizer/load.php b/plugins/image-prioritizer/load.php
index 9e1fa43696..8e4ca92334 100644
--- a/plugins/image-prioritizer/load.php
+++ b/plugins/image-prioritizer/load.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: Image Prioritizer
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/image-prioritizer
- * Description: Optimizes LCP image loading with fetchpriority=high
and applies image lazy-loading by leveraging client-side detection with real user metrics.
+ * Description: Prioritizes the loading of images and videos based on how visible they are to actual visitors; adds fetchpriority
and applies lazy-loading.
* Requires at least: 6.5
* Requires PHP: 7.2
* Requires Plugins: optimization-detective
diff --git a/plugins/image-prioritizer/readme.txt b/plugins/image-prioritizer/readme.txt
index 8097fb3d80..a7925be3ab 100644
--- a/plugins/image-prioritizer/readme.txt
+++ b/plugins/image-prioritizer/readme.txt
@@ -7,7 +7,7 @@ License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, optimization, image, lcp, lazy-load
-Optimizes LCP image loading with `fetchpriority=high` and applies image lazy-loading by leveraging client-side detection with real user metrics.
+Prioritizes the loading of images and videos based on how visible they are to actual visitors; adds fetchpriority and applies lazy-loading.
== Description ==