',
''
);
$archives_help_02 = sprintf(
/* 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'
);
$archives_help_03 = esc_html__( 'Note that links to archives might be still output by your theme and you would need to remove them separately.', 'wordpress-seo' );
$archives_help_04 = esc_html__( 'Date-based archives could in some cases also be seen as duplicate content.', 'wordpress-seo' );
$archives_help = new WPSEO_Admin_Help_Panel(
'search-appearance-archives',
__( 'Learn more about the archives setting', 'wordpress-seo' ),
$archives_help_01 . ' ' . $archives_help_02 . ' ' . $archives_help_03 . ' ' . $archives_help_04,
'has-wrapper'
);
echo '
'; echo $archives_help->get_panel_html(); echo '
noindex, follow. */
__( 'These pages will be %s by default, so they will never show up in search results.', 'wordpress-seo' ),
'noindex, follow'
),
'has-wrapper'
);
echo '