UNPKG

yoastseo

Version:

Yoast client-side content analysis

12 lines (11 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // The criteria for determining whether a topic is long or short. In Japanese, a topic is short if it’s < 7 characters, // And is long if it’s ≥ 7 characters. var _default = exports.default = { lengthCriteria: 7 }; //# sourceMappingURL=topicLength.js.map