$this->get_field_config(
__( 'Snippet editor', 'wordpress-seo' ),
sprintf( __( 'This is a rendering of what this post might look like in Google\'s search results. %sLearn more about the Snippet Preview%s.', 'wordpress-seo' ), '', '' ),
'div',
array(
'help-button' => __( 'Snippet Editor Help', 'wordpress-seo' ),
)
),
'focuskw' => $this->get_field_config(
__( 'Focus keyword', 'wordpress-seo' ),
sprintf( __( 'Pick the main keyword or keyphrase that this post/page is about. %sLearn more about the Focus Keyword%s.', 'wordpress-seo' ), '', '' ),
'text',
array(
'help-button' => __( 'Focus Keyword Help', 'wordpress-seo' ),
)
),
'analysis' => $this->get_field_config(
__( 'Analysis', 'wordpress-seo' ),
sprintf( __( 'This is the content analysis, a collection of content checks that analyze the content of your page. %sLearn more about the Content Analysis Tool%s.', 'wordpress-seo' ), '', '' ),
'div',
array(
'help-button' => __( 'Content Analysis Help', 'wordpress-seo' ),
)
),
'title' => $this->get_field_config(
'',
'',
'hidden',
''
),
'desc' => $this->get_field_config(
'',
'',
'hidden',
''
),
'linkdex' => $this->get_field_config(
'',
'',
'hidden',
''
),
'content_score' => $this->get_field_config(
'',
'',
'hidden',
''
),
);
return $this->filter_hidden_fields( $fields );
}
}