PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / 28.5
Yoast SEO – Advanced SEO with real-time guidance and built-in AI v28.5
28.5 28.4 28.3 28.2 28.1 28.0 27.9 27.8 27.7 27.6 27.5 trunk 18.0 18.1 18.2 18.3 18.4 18.4.1 18.5 18.5.1 18.6 18.7 18.8 18.9 19.0 All 129 releases
← All changes | src/models/indexable.php +8 -0 18.628.5 View file →
@@ -38,8 +38,13 @@
38 38 * @property int $primary_focus_keyword_score
39 39 *
40 40 * @property int $readability_score
41 41 *
42 + * @property int $inclusive_language_score
43 + *
44 + * @property int $seo_title_score
45 + * @property int $meta_description_score
46 + *
42 47 * @property int $link_count
43 48 * @property int $incoming_link_count
44 49 * @property int $number_of_pages
45 50 *
@@ -126,8 +131,11 @@
126 131 'author_id',
127 132 'post_parent',
128 133 'primary_focus_keyword_score',
129 134 'readability_score',
135 + 'inclusive_language_score',
136 + 'seo_title_score',
137 + 'meta_description_score',
130 138 'link_count',
131 139 'incoming_link_count',
132 140 'number_of_pages',
133 141 'prominent_words_version',