yoastseo-dep
Version:
Yoast clientside page analysis
17 lines (16 loc) • 339 B
JavaScript
/**
* Scores for inclusive language.
* @enum
*/
export const SCORES = {
/**
* Score given to a phrase that is generally considered non-inclusive.
* Returns a red bullet.
*/
NON_INCLUSIVE: 3,
/**
* Score given to a phrase that is potentially non-inclusive.
* Returns an orange bullet.
*/
POTENTIALLY_NON_INCLUSIVE: 6,
};