Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
To resolve the issue with Table of Content, please install a table of contents plugin on your site which Rank math can recognize such as this one: https://wordpress.org/plugins/table-of-contents-plus/
You can also add your table of content to be recognized by Rank math using the following filter:
/**
* Filter to add plugins to the TOC list.
*
* @param array TOC plugins.
*/
add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
$toc_plugins['plugin-directory/plugin-filename.php'] = 'Plugin Name';
return $toc_plugins;
});
Replace plugin-folder and plugin-filename.php with your table of content plugin details the add the filter to your them functions.php.
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.