Allow Yoast to Index on Non-Production Enviroments

<?php
/**
 * Allow yoast to index on non-production environments.
 */
add_filter( 'Yoast\WP\SEO\should_index_indexables', '__return_true' );