Hello Reinelle,
I disabled this option, tried to create seo on attachement level but still not working. After I pres save it changes back to NOINDEX ROBOTS META IS ENABLED and removes seo words I entered.
Thank you
Matej
Hello,
Sorry for the delay.
Allow us to check this with our development team, as it seems we can replicate this from our end.
We will get back to you once we have an update from our developers.
We appreciate your time and patience in the meantime.
Hello,
We have added below filter code, updated RankMath titles settings, then disabled it. You can as well disable the previous filter now and it will work as expected.
add_filter( 'pre_update_option_rank-math-options-titles', function ( $new_value, $old_value, $option ) {
$new_value['pt_attachment_add_meta_box'] = 'on';
return $new_value;
}, 10, 3 );
We apologize for any inconveniences that might have been caused as a result of this issue.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.