diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php
index 87191625c7..8a4f4dba1a 100644
--- a/src/wp-admin/options-permalink.php
+++ b/src/wp-admin/options-permalink.php
@@ -237,6 +237,15 @@ $structures = array(
 );
 ?>
 <h2 class="title"><?php _e( 'Common Settings' ); ?></h2>
+<p>
+<?php
+printf(
+	/* translators: %s: the %postname% tag. */
+	__( 'Select the permalink structure for your website. Including the %s tag makes links easy to understand, and can help your posts rank higher in search engines.' ),
+	'<code>%postname%</code>'
+);
+?>
+</p>
 <table class="form-table permalink-structure">
 	<tr>
 		<th scope="row"><label><input name="selection" type="radio" value="" <?php checked( '', $permalink_structure ); ?> /> <?php _e( 'Plain' ); ?></label></th>
