Thank you for quick reply :), Sorry if I am wrong but seems like the newly added conditions are opposite in code –
In aioseo.php you have used !== in this line –
if ( ‘on’ !== get_option( ‘relevanssi_seo_noindex’ ) ) {….
and this looks correct.
However in other compatibility files you have used ===, and that looks opposite.
In my understanding the filters should run if checkbox is checked.
Thanks.