Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
Rank Math is only able to detect Tables of content that have been registered by standalone plugins. I can suggest that you add the following code to your theme’s functions.php file to disable this test:
/**
* Rank Math snippet to disable 'titleHasNumber' & 'contentHasTOC' tests.
*
* @param array $tests Array of tests with score
* @param string $type Object type. Can be post, user or term.
*/
add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
unset($tests['content-readability']['contentHasTOC']);
$tests['basic']['keywordInMetaDescription']['score'] = 4;
return $tests;
}, 10, 2 );
Looking forward to helping you. Thank you.
Thanks for your reply. But your solution of hiding this check does not make sense.
Wouldn’t it be better to include the Thrive Architect tables together with other standalone table plugins ?
Hello,
Thank you for contacting Rank Math today.
I will pass this on as a suggestion to our dev team so that this can be considered for addition in our future development road map.
Looking forward to helping you. 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.