Hello,
Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.
You can use this filter to deactivate the ToC test.
/**
* Filter to disable Table of Content test
*/
add_filter('rank_math/researches/tests', function ($tests, $type) {
unset($tests['contentHasTOC']);
return $tests;
}, 10, 2 );
Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps. Let us know if you need any other assistance.
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.