| @@ -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 | ); |