Add notification for unused SEO title and description features#22608
Merged
thijsoo merged 18 commits intofeature/adoption-1from Oct 3, 2025
Merged
Add notification for unused SEO title and description features#22608thijsoo merged 18 commits intofeature/adoption-1from
thijsoo merged 18 commits intofeature/adoption-1from
Conversation
Pull Request Test Coverage Report for Build 0f55b8f98ead4f18264db5c94e406b0c1609c4eeDetails
💛 - Coveralls |
thijsoo
requested changes
Oct 3, 2025
Contributor
thijsoo
left a comment
There was a problem hiding this comment.
ACC 👍 just some small suggsetions
| /** | ||
| * Creates a message to inform users that they are using only default SEO data lately. | ||
| * | ||
| * @param bool $default_seo_titles Whether there are content types with default SEO title in their most recent posts. |
Contributor
There was a problem hiding this comment.
I would like to suggest maybe a has_... or something naming since I was a bit confused that this was not the actual default seo title or description haha
….php Co-authored-by: Thijs van der Heijden <thijsoo@users.noreply.github.com>
….php Co-authored-by: Thijs van der Heijden <thijsoo@users.noreply.github.com>
…on-scheduler.php Co-authored-by: Thijs van der Heijden <thijsoo@users.noreply.github.com>
This was referenced Oct 6, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
EDIT: The copies below have changed, you can check #22624 for the final ones.
default_seo_titleordefault_seo_meta_descsettings respectively, in thewpseooptionTools->Cron eventsand trigger thewpseo_detect_default_seo_datascheduled actionor if you have Premium enabled:
or if you have Premium enabled:
Tools->Cron eventsand trigger thewpseo_detect_default_seo_datascheduled actionor if you have Premium enabled:
Other cases:
Show posts in search resultsorEnable SEO controls and assessments. So, if you have a notification active and then disable either one of those settings, we will no longer show that notification.add_filter( 'Yoast\WP\SEO\should_index_indexables', '__return_false' );to confirm that you never see the notification when you have disabled indexables.Tools->Cron eventsand confirm that there's nowpseo_detect_default_seo_dataaction there anymore.Relevant test scenarios
Test instructions for QA when the code is in the RC
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
Other environments
[shopify-seo], added test instructions for Shopify and attached theShopifylabel to this PR.Documentation
Quality assurance
Innovation
innovationlabel.Fixes #