rank math doesnt recognize table of content

#410735
  • Resolved Irene RF
    Rank Math free

    Hi
    I don’t use a plugin for a table of content only a list with links, and the advanced tab.
    Rank math doesn’t recognize table of content, I wonder if Google does.
    Is there something else that I should do?
    Thanks
    Irene

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math, and sorry for any inconvenience caused.

    Google will recognize the table of contents. Rank Math only detects the Table of Content if it is added with the compatible plugins. If you’re adding Table of Contents by any other method that does not involve the usage of a plugin, then you can completely disable the test for Table of Contents.

    To disable the test of Table of Contents, add the following piece of code to your theme’s functions.php file:

    /**
     * Filter to disable the table of contents test
     */
    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
        unset(
            $tests['contentHasTOC'],
        );
        return $tests;
    }, 10, 2 );

    I hope this helps. Looking forward to helping you.

    Thanks!!!

    Anas
    Rank Math business

    Hello,

    If you have any questions in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘rank math doesnt recognize table of content’ is closed to new replies.