Get AI SEO for FREE.

Learn More!

Support Rank Math Free Table of Content Plus – Plugin gives me SEO problem Reply To: Table of Content Plus – Plugin gives me SEO problem

Reply To: Table of Content Plus – Plugin gives me SEO problem

Hello,

Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

You have to tell Rank Math to detect this plugin since it is not automatically detected by adding the following code snippet to your theme’s functions.php file:

/**
 * Filter to add plugins to the TOC list.
 *
 * @param array TOC plugins.
 */
add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
       $toc_plugins['table-of-contents-plus/toc.php'] = 'Table of Contents Plus';
    return $toc_plugins;
});

Looking forward to helping you. Thank you.

​​​​​​​