Meta Box for Yoast SEO
Meta Box for Yoast SEO helps you to add content of custom fields to Yoast SEO Content Analysis to have better SEO score.
Settings
To let Yoast SEO get a field's content to analyze, add 'add_to_wpseo_analysis' => true
to the field:
[
'name' => 'My custom editor',
'id' => 'custom_content',
'type' => 'wysiwyg',
'add_to_wpseo_analysis' => true,
],
The plugin supports all types of fields, such as text, textarea and wysiwyg.