Rank SEO Analysis

#77819
  • Resolved shruchitblog
    Rank Math free

    I have a post and Rank math score is 92. There is one error in Content Readability ie table which i have already used.

    kindly guide me the steps to follow to minimize this error to score-100-in-tests 🙂

    Thanks in Advance

    • This topic was modified 4 years, 1 month ago by shruchitblog.
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.

    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.

Viewing 1 replies (of 1 total)

The ticket ‘Rank SEO Analysis’ is closed to new replies.