<?php
/**
 * Image SEO
 *
 * @package Sections
 */

defined( 'ABSPATH' ) || exit( 'Please don&rsquo;t call the plugin directly. Thanks :)' );

/**
 * Print section info image seo
 */
function seopress_print_section_info_advanced_image() {
	?>
	<div class="sp-section-header">
		<h2>
			<?php esc_attr_e( 'Image SEO', 'wp-seopress' ); ?>
		</h2>
	</div>
	<p><?php esc_attr_e( 'Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.', 'wp-seopress' ); ?>
	</p>

	<?php
}
