// ----------------------------------------------------
// HOOKS TO DISABLE YOAST SEO META TAGS ON WORKSHOPS PAGE
// ----------------------------------------------------
add_action( 'wp', function() {
	if ( is_page( 883 ) ) {
		// Disable Yoast SEO meta tags output
		if ( isset( $GLOBALS['wpseo_front'] ) ) {
			remove_action( 'wp_head', array( $GLOBALS['wpseo_front'], 'head' ), 1 );
		}
		add_filter( 'wpseo_canonical', '__return_false' );
		add_filter( 'wpseo_title', '__return_false' );
		add_filter( 'wpseo_metadesc', '__return_false' );
		add_filter( 'wpseo_robots', '__return_false' );
		add_filter( 'wpseo_opengraph_title', '__return_false' );
		add_filter( 'wpseo_opengraph_description', '__return_false' );
		add_filter( 'wpseo_opengraph_image', '__return_false' );
		add_filter( 'wpseo_twitter_title', '__return_false' );
		add_filter( 'wpseo_twitter_description', '__return_false' );
		add_filter( 'wpseo_twitter_image', '__return_false' );
	}
}, 1 );

<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xml' href='//myfinancialheritage.com/?wds_sitemap_styling=1&#038;template=sitemapIndexBody'?><!-- SMARTCRAWL SITEMAP -->
<sitemapindex
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd"
	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
			<sitemap><loc>https://myfinancialheritage.com/post-sitemap1.xml</loc></sitemap>			<sitemap><loc>https://myfinancialheritage.com/page-sitemap1.xml</loc></sitemap>			<sitemap><loc>https://myfinancialheritage.com/wpautoterms_page-sitemap1.xml</loc></sitemap>	</sitemapindex>