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 +5 -0 27.528.5 View file →
@@ -40,8 +40,11 @@
40 40 * @property int $readability_score
41 41 *
42 42 * @property int $inclusive_language_score
43 43 *
44 + * @property int $seo_title_score
45 + * @property int $meta_description_score
46 + *
44 47 * @property int $link_count
45 48 * @property int $incoming_link_count
46 49 * @property int $number_of_pages
47 50 *
@@ -129,8 +132,10 @@
129 132 'post_parent',
130 133 'primary_focus_keyword_score',
131 134 'readability_score',
132 135 'inclusive_language_score',
136 + 'seo_title_score',
137 + 'meta_description_score',
133 138 'link_count',
134 139 'incoming_link_count',
135 140 'number_of_pages',
136 141 'prominent_words_version',