Skip to content

Commit acdbc27

Browse files
committed
tweak the popover instructions
1 parent 2a797f7 commit acdbc27

13 files changed

Lines changed: 13 additions & 13 deletions

classes/suggested-tasks/providers/class-fewer-tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function print_popover_instructions() {
173173
echo '<p>';
174174
\printf(
175175
// translators: %1$s is the number of tags, %2$s is the number of published posts.
176-
\esc_html__( 'We detected that you have %1$s tags and %2$s published posts. Consider installing the "Fewer Tags" plugin.', 'progress-planner' ),
176+
\esc_html__( 'Your site has %1$s tags across %2$s published posts. Having too many tags can dilute your content organization and hurt SEO. The "Fewer Tags" plugin helps you consolidate similar tags.', 'progress-planner' ),
177177
(int) $this->post_tag_count_data_collector->collect(),
178178
(int) $this->published_post_count_data_collector->collect(),
179179
);

classes/suggested-tasks/providers/class-permalink-structure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function should_add_task() {
119119
*/
120120
public function print_popover_instructions() {
121121
echo '<p>';
122-
\esc_html_e( 'On install, WordPress sets the permalink structure to a format that is not SEO-friendly. We recommend changing it.', 'progress-planner' );
122+
\esc_html_e( 'By default, WordPress uses date-based URLs (e.g., /2025/01/21/post-name/) which can make your content seem outdated. SEO-friendly URLs help search engines and visitors better understand your content.', 'progress-planner' );
123123
echo '</p>';
124124
}
125125

classes/suggested-tasks/providers/class-remove-terms-without-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public function add_task_actions( $data = [], $actions = [] ) {
366366
*/
367367
public function print_popover_instructions() {
368368
echo '<p>';
369-
\esc_html_e( 'Deleting this empty term will help keep your site organized. This action cannot be undone.', 'progress-planner' );
369+
\esc_html_e( 'This term has no posts assigned to it. Removing unused terms keeps your site organized, improves navigation, and prevents empty archive pages. Note: This action cannot be undone.', 'progress-planner' );
370370
echo '</p>';
371371
}
372372

classes/suggested-tasks/providers/class-rename-uncategorized-category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function update_uncategorized_category_cache() {
108108
*/
109109
public function print_popover_instructions() {
110110
echo '<p>';
111-
\esc_html_e( 'The Uncategorized category is used for posts that don\'t have a category. We recommend renaming it to something that fits your site better.', 'progress-planner' );
111+
\esc_html_e( 'WordPress assigns posts to "Uncategorized" by default if no category is selected. Renaming this to something meaningful (like "General" or your main topic) creates a better user experience and looks more professional.', 'progress-planner' );
112112
echo '</p>';
113113
}
114114

classes/suggested-tasks/providers/class-search-engine-visibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function should_add_task() {
102102
*/
103103
public function print_popover_instructions() {
104104
echo '<p>';
105-
\esc_html_e( 'Your site is not currently visible to search engines. Consider allowing search engines to index your site.', 'progress-planner' );
105+
\esc_html_e( 'Your site is currently hidden from search engines like Google and Bing. This setting is useful during development, but prevents people from finding your content through search. If your site is ready to go live, you should enable search engine visibility.', 'progress-planner' );
106106
echo '</p>';
107107
}
108108

classes/suggested-tasks/providers/class-update-term-description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function add_task_actions( $data = [], $actions = [] ) {
358358
*/
359359
public function print_popover_instructions() {
360360
echo '<p>';
361-
\esc_html_e( 'Adding a description to your term helps search engines and visitors understand what content to expect.', 'progress-planner' );
361+
\esc_html_e( 'Term descriptions appear on category and tag archive pages, helping visitors understand what to expect. They also provide important context for search engines, which can improve your SEO.', 'progress-planner' );
362362
echo '</p>';
363363
}
364364

classes/suggested-tasks/providers/integrations/yoast/class-archive-author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function is_task_relevant() {
115115
*/
116116
public function print_popover_instructions() {
117117
echo '<p>';
118-
\esc_html_e( 'Yoast SEO can disable the author archive when you have only one author, as it is the same as the homepage.', 'progress-planner' );
118+
\esc_html_e( 'When your site has only one author, the author archive is redundant and creates duplicate content issues. Disabling it prevents search engines from indexing the same content multiple times.', 'progress-planner' );
119119
echo '</p>';
120120
}
121121

classes/suggested-tasks/providers/integrations/yoast/class-archive-date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function is_task_relevant() {
102102
*/
103103
public function print_popover_instructions() {
104104
echo '<p>';
105-
\esc_html_e( 'Yoast SEO can disable the date archive, which is really only useful for news sites and blogs.', 'progress-planner' );
105+
\esc_html_e( 'Date archives are primarily useful for news sites and time-sensitive content. For most websites, they add unnecessary URLs that can dilute your SEO. Disable them unless your content is date-specific.', 'progress-planner' );
106106
echo '</p>';
107107
}
108108

classes/suggested-tasks/providers/integrations/yoast/class-archive-format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function is_task_relevant() {
115115
*/
116116
public function print_popover_instructions() {
117117
echo '<p>';
118-
\esc_html_e( 'WordPress creates an archive for each post format. This is not useful and can be disabled in the Yoast SEO settings.', 'progress-planner' );
118+
\esc_html_e( 'WordPress creates separate archives for each post format (standard, aside, gallery, etc.). Most sites don\'t use post formats, making these archives unnecessary. Disabling them reduces crawl waste and potential duplicate content.', 'progress-planner' );
119119
echo '</p>';
120120
}
121121

classes/suggested-tasks/providers/integrations/yoast/class-crawl-settings-emoji-scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function should_add_task() {
9494
*/
9595
public function print_popover_instructions() {
9696
echo '<p>';
97-
\esc_html_e( 'Remove JavaScript used for converting emoji characters in older browsers.', 'progress-planner' );
97+
\esc_html_e( 'WordPress loads extra JavaScript to support emojis in older browsers. Modern browsers (and most of your visitors) don\'t need this, so removing it improves your site\'s loading speed.', 'progress-planner' );
9898
echo '</p>';
9999
}
100100

0 commit comments

Comments
 (0)