Index: trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
===================================================================
--- trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php	(revision 9286)
+++ trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php	(working copy)
@@ -107,7 +107,7 @@
 
 			return new \WP_Error( 'reserved_name', $error . ' ' . sprintf(
 				/* translators: 1: plugin slug, 2: 'Plugin Name:' */
-				__( 'Your chosen plugin name - %1$s - has been reserved and cannot be used. Please change the %2$s line in your main plugin file and readme, then you may upload it again.', 'wporg-plugins' ),
+				__( 'Your chosen plugin name - %1$s - has been reserved or otherwise restricted from use entirely. Please change the %2$s line in your main plugin file and readme, then you may upload it again.', 'wporg-plugins' ),
 				'<code>' . $this->plugin_slug . '</code>',
 				'<code>Plugin Name:</code>'
 			) );
@@ -348,9 +348,11 @@
 			'developer',
 			'featured',
 			'filter',
+			'site-kit-by-google',
 			'jquery',
 			'new',
 			'page',
+			'plugins',
 			'popular',
 			'post',
 			'search',
@@ -359,6 +361,7 @@
 			'upload',
 			'wordpress',
 			'wp-admin',
+			'yoast-seo',
 		);
 
 		return in_array( $this->plugin_slug, $reserved_slugs );
@@ -374,6 +377,7 @@
 			'adobe-',
 			'advanced-custom-fields-',
 			'amazon-',
+			'contact-form-7-',
 			'divi-',
 			'easy-digital-downloads-',
 			'elementor-',
