Aida Marfuaty
Aida Marfuaty
## Context * ## Summary This PR can be summarized in the following changelog entry: * [wordpress-seo-premium] Adds an insight that can recognize the formality level of a text. ##...
## Context * ## Summary This PR can be summarized in the following changelog entry: * [yoastseo] Exposes more helpers as part of `yoastseo` module. ## Relevant technical choices: *...
## Context * ## Summary This PR can be summarized in the following changelog entry: * ## Relevant technical choices: * ## Test instructions ### Test instructions for the acceptance...
## Context * ## Summary This PR can be summarized in the following changelog entry: * ## Relevant technical choices: * ## Test instructions ### Test instructions for the acceptance...
## Context * ## Summary This PR can be summarized in the following changelog entry: * ## Relevant technical choices: * ## Test instructions ### Test instructions for the acceptance...
## Context * ## Summary This PR can be summarized in the following changelog entry: * [yoastseo] Refactors classes `ProminentWord`, `AssessmentResult`, `Mark`, and `Paper` to use `class` notation. * [yoastseo]...
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md). * [x] I've searched for any related issues and avoided creating a duplicate issue. ### Please give us a description of...
## Context * For the following assessments, we need to add an AI button next to the assessments: * Keyphrase in introduction * Keyphrase subheadings * Keyphrase density * Keyphrase...
## Context * Currently, in `yoastseo` package, we only expose the following assessors: Assessor, ContentAssessor, SeoAssessor, and TaxonomyAssessor. The other assessors such as the related keyword and the e-commerce assessors...
## Context * We want to use [class syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes) for all our our classes, instead of the somewhat archaic use of `prototype` ([reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain)). This PR deals with that. * This...