Inhaltsverzeichnis

#33396
  • Resolved Thomas Flaemig
    Rank Math free

    In the area – Readability of content- the note appears:
    Use the table of contents to break down your text.

    Question:
    Where can I find the table of contents and how do I integrate it?
    Is there an extra plugin for this from Rank Math?

    I am currently using the Easy Table of Contents plugin, but that is not recognized by Rank Math?

    Thank you very much

Viewing 1 replies (of 1 total)
  • Hello,

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

    You are following all the right steps but you will need to add the following code snippet to help Rank Math detect your ToC plugin:

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

    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.

Viewing 1 replies (of 1 total)

The ticket ‘Inhaltsverzeichnis’ is closed to new replies.