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/builders/indexable-post-builder.php +4 -0 27.828.5 View file →
@@ -139,8 +139,12 @@
139 139 $indexable->readability_score = (int) $this->meta->get_value( 'content_score', $post_id );
140 140
141 141 $indexable->inclusive_language_score = (int) $this->meta->get_value( 'inclusive_language_score', $post_id );
142 142
143 + $indexable->seo_title_score = (int) $this->meta->get_value( 'seo_title_score', $post_id );
144 +
145 + $indexable->meta_description_score = (int) $this->meta->get_value( 'meta_description_score', $post_id );
146 +
143 147 $indexable->is_cornerstone = ( $this->meta->get_value( 'is_cornerstone', $post_id ) === '1' );
144 148 $indexable->is_robots_noindex = $this->get_robots_noindex(
145 149 (int) $this->meta->get_value( 'meta-robots-noindex', $post_id ),
146 150 );