yoastseo
Version:
Yoast client-side content analysis
21 lines (20 loc) • 961 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _scores = require("./scores");
var _generalFeedbackStrings = require("./feedbackStrings/generalFeedbackStrings");
const sexualOrientationAssessments = [{
identifier: "homosexuals",
nonInclusivePhrases: ["homosexuals"],
inclusiveAlternatives: "<i>gay people, queer people, lesbians, gay men, people in same-gender relationships</i>",
score: _scores.SCORES.POTENTIALLY_NON_INCLUSIVE,
feedbackFormat: [_generalFeedbackStrings.orangeUnlessSomeoneWants, "Be as specific possible and use people's preferred labels if they are known."].join(" ")
}];
sexualOrientationAssessments.forEach(assessment => {
assessment.category = "sexualOrientation";
assessment.learnMoreUrl = "https://yoa.st/inclusive-language-orientation";
});
var _default = exports.default = sexualOrientationAssessments;
//# sourceMappingURL=sexualOrientationAssessments.js.map