-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4475 fix related keyphrase status #21941
base: trunk
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 715b067bb4b8d73ce9cab66dd533378afdeee6ebWarning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, but please do take the opportunity to refactor and reduce this code further now that we are touching it 👍
... otherwise we would need to do it anyway as part of resolving technical debt later on 😅
In terms of solving the bug, this PR solves the case for related keyphrase analysis, but specifically for the SEO analysis in collections in Shopify, we decided we would use the same aggregation strategy. So, we can add a custom score aggregator for those assessors (packages/yoastseo/src/scoring/assessors/collectionPages/seoAssessor.js
and packages/yoastseo/src/scoring/assessors/collectionPages/cornerstone/seoAssessor.js
) as well 👍
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
ReadabilityScoreAggregator
. Also score aggregator is introduced as a field for Accessor classes By default is SEOScoreAggregator and redefined for accessor were valid only results should counted.Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Relevant test scenarios
Test instructions for QA when the code is in the RC
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes #4475