Skip to content

Commit 2d213f0

Browse files
committed
tweak page description
1 parent a6fc827 commit 2d213f0

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

classes/suggested-tasks/providers/class-set-page-about.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ protected function get_title() {
4949
*/
5050
public function print_popover_instructions() {
5151
echo '<p>';
52-
\esc_html_e( 'The About page is a page that introduces your website to visitors. It is a great way to tell your story and share your mission with your audience.', 'progress-planner' );
52+
\esc_html_e( 'Your About page tells visitors who you are, what you do, and why they should trust you. Share your story, mission, and the people behind your website to build a personal connection with your audience.', 'progress-planner' );
53+
echo '</p>';
54+
echo '<p>';
55+
\esc_html_e( 'You can set this page from the Sidebar on the Page Edit screen.', 'progress-planner' );
5356
echo '</p>';
5457
}
5558
}

classes/suggested-tasks/providers/class-set-page-contact.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ protected function get_title() {
4949
*/
5050
public function print_popover_instructions() {
5151
echo '<p>';
52-
\esc_html_e( 'The Contact page is a page that provides a way for your visitors to contact you. It is a great way to help your visitors get in touch with you and ask questions.', 'progress-planner' );
52+
\esc_html_e( 'A Contact page makes it easy for visitors, customers, and potential partners to reach you. Include a contact form, email address, or other ways people can get in touch.', 'progress-planner' );
53+
echo '</p>';
54+
echo '<p>';
55+
\esc_html_e( 'You can set this page from the Sidebar on the Page Edit screen.', 'progress-planner' );
5356
echo '</p>';
5457
}
5558
}

classes/suggested-tasks/providers/class-set-page-faq.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ protected function get_title() {
4949
*/
5050
public function print_popover_instructions() {
5151
echo '<p>';
52-
\esc_html_e( 'The FAQ page is a page that provides answers to frequently asked questions about your website. It is a great way to help your visitors find the information they need quickly and easily.', 'progress-planner' );
52+
\esc_html_e( 'An FAQ page answers common questions your visitors have, saving them time and reducing your support workload. It also helps with SEO by targeting long-tail search queries.', 'progress-planner' );
53+
echo '</p>';
54+
echo '<p>';
55+
\esc_html_e( 'You can set this page from the Sidebar on the Page Edit screen.', 'progress-planner' );
5356
echo '</p>';
5457
}
5558
}

0 commit comments

Comments
 (0)