yoastseo
Version:
Yoast client-side content analysis
23 lines (22 loc) • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SCORES = void 0;
/**
* Scores for inclusive language.
* @enum
*/
const SCORES = exports.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
};
//# sourceMappingURL=scores.js.map