__( 'Yes', 'wordpress-seo' ), 'off' => __( 'No', 'wordpress-seo' ), ); $yform->toggle_switch( 'disable-attachment', $yoast_free_disable_attachments_texts, __( 'Redirect attachment URLs to the attachment itself?', 'wordpress-seo' ) ); ?>


name; if ( WPSEO_Options::get( 'is-media-purge-relevant' ) && WPSEO_Options::get( $noindex_option_name ) === false ) { $description = esc_html__( 'By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.', 'wordpress-seo' ) . ' ' . sprintf( /* translators: %1$s expands to the link to the article, %2$s closes the link to the article */ esc_html__( 'Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.', 'wordpress-seo' ), '', '' ); echo '
' . $description . '
'; } require dirname( __FILE__ ) . '/post_type/post-type.php'; ?>