Hello, we apologize for the inconvenience you’re experiencing. If you’re looking to disable the Table of Contents (TOC) feature in Rank Math, you can do so by adding a code snippet to your theme’s functions.php file or the rank-math.php file. Here’s the code snippet you can use:
/**
* Filter to disable the table of contents test
*/
add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
unset(
$tests['contentHasTOC'],
);
return $tests;
}, 10, 2 );
Once you’ve added this code snippet, Rank Math will completely ignore the test for Table of Contents while analyzing your content.
If you need further assistance or encounter any issues, please feel free to open a support ticket directly from here, and we’re always here to help. Thank you for reaching out!
Sources:
Why Isn’t Rank Math Detecting the Table of Contents? » Rank Math
How to Disable All Rank Math Generated SEO Tags » Rank Math
Score 100/100 With Rank Math Post Tests » Rank Math
I tried this and it doesn’t work
Hello,
If you have already applied the TOC block to your posts, then there is no way to disable it in bulk. You will have to remove it from each post manually.
Hope that helps, and please do not hesitate to let us know if you need our assistance with anything else.
Oops, disappointed. anyway thank you for the reply
Hello,
Unfortunately, the TOC blocks should be removed per posts as my colleague mentioned above.
However, if you have any other concerns, please don’t hesitate to contact us anytime to assist you further.
Looking forward to helping you.
Thank you.