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