| @@ -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', |