Use Table of Content to break-down your text

#67327
Viewing 4 replies - 1 through 4 (of 4 total)
  • Alberto
    Rank Math business

    Hello,

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

    About your question, if it is in the h1 or in the SEO title, it is in the SEO Title.

    About the table of contents, you can fix it by installing a Table Of Contents plugin, like this one: https://wordpress.org/plugins/easy-table-of-contents/

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

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

    Unfortunately not all Table of Content Plugins are supported. You will need to add this support by adding the following code snippet on 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['plugin-directory/plugin-filename.php'] = 'Plugin Name';
        return $toc_plugins;
    });

    Replace :
    plugin-directory with the name of the plugin folder
    plugin-filename.php with the name of the main plugin file in the folder
    Plugin Name with the name of the plugin

    Looking forward to helping you. Thank you.

    Working fine. Thanks.

    Hello,

    We are super happy that this resolved your issue.

    If you do have another question 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 4 replies - 1 through 4 (of 4 total)

The ticket ‘Use Table of Content to break-down your text’ is closed to new replies.