';
printf(
/* translators: %1$s / %2$s: links to an article about duplicate content on yoast.com */
esc_html__( 'If you\'re running a one author blog, the author archive will be exactly the same as your homepage. This is what\'s called a %1$sduplicate content problem%2$s.', 'wordpress-seo' ),
'',
''
);
echo ' ';
printf(
/* translators: %s expands to noindex, follow
*/
esc_html__( 'If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn\'t show up in the search results.', 'wordpress-seo' ),
'noindex,follow
'
);
echo ' ';
echo esc_html__( 'Note that links to archives might be still output by your theme and you would need to remove them separately.', 'wordpress-seo' );
echo ' ';
esc_html_e( 'Date-based archives could in some cases also be seen as duplicate content.', 'wordpress-seo' );
echo '
';
printf(
/* translators: %s expands to noindex, follow
*/
esc_html__( 'These pages will be %s by default, so they will never show up in search results.', 'wordpress-seo' ),
'noindex, follow
'
);
echo '
' . esc_html__( 'Search pages', 'wordpress-seo' ) . '
';
$yform->textinput( 'title-search-wpseo', __( 'Title template', 'wordpress-seo' ), 'template search-template' );
echo '
' . esc_html__( '404 pages', 'wordpress-seo' ) . '
';
$yform->textinput( 'title-404-wpseo', __( 'Title template', 'wordpress-seo' ), 'template error404-template' );
echo '