UNPKG
yoastseo-dep
Version:
latest (1.91.2-A)
1.91.2
1.91.2-A
Yoast clientside page analysis
github.com/Yoast/
Yoast/wordpress-seo
yoastseo-dep
/
src
/
languageProcessing
/
languages
/
ja
/
config
/
topicLength.js
6 lines
(5 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
// 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.
export
default
{ lengthCriteria:
7
, };