I have created a custom template page using WordPress Template redirect. Now my problem is WP Yoast SEO Plugin is doing page analysis and placing meta tags with page not found values.
I want to disable WP Yoast SEO page analysis on my custom page. I tried to follow the API for this plugin in this link and used the following in my theme's functions.php but no luck
add_filter( 'wpseo_metakey', '__return_false' );