/home/arranoyd/.trash/otours_b/wp-content/themes/genesis/lib/views/help/cpt-archive-seo.php
<?php
/**
 * Genesis Framework.
 *
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
 * Please do all modifications in the form of a child theme.
 *
 * @package StudioPress\Genesis
 * @author  StudioPress
 * @license GPL-2.0-or-later
 * @link    https://my.studiopress.com/themes/genesis/
 */

?>
<h3><?php esc_html_e( 'SEO Settings', 'genesis' ); ?></h3>
<p>
	<?php esc_html_e( 'The Custom Document Title sets the page title as seen in browsers and search engines. ', 'genesis' ); ?>
</p>
<p>
	<?php esc_html_e( 'The Meta description and keywords fill in the meta tags for the archive page. The Meta description is the short text blurb that appears in search engine results.', 'genesis' ); ?>
</p>
<p>
	<?php esc_html_e( 'Most search engines do not use Keywords at this time or give them very little consideration; however, it\'s worth using in case keywords are given greater consideration in the future and also to help guide your content. If the content doesn’t match with your targeted key words, then you may need to consider your content more carefully.', 'genesis' ); ?>
</p>
<p>
	<?php esc_html_e( 'The Robots Meta Tags tell search engines how to handle the archive page. Noindex means not to index the page at all, and it will not appear in search results. Nofollow means do not follow any links from this page and noarchive tells them not to make an archive copy of the page.', 'genesis' ); ?>
</p>