• Resolved Snapper65

    (@snapper65)


    Latest version – stuff added to top of all my webpages

    seo-by-rank-math.1.0.86

    How do you remove, the text below, from the top of my pages in WordPress backend?

    “SEO SCORERank Math’s SEO Score
    72
    SEARCH IMPRESSIONSThis is how many times your site showed up in the search results.
    00
    INDEX STATUSURL Inspection Status
    Undefined
    PAGESPEED
    April 2, 2022
    0 s0
    0 s0
    Advanced Stats are available in the PRO version, LEARN MORE.”

    Have deactivated Rank Math, until I receive a reply

    • This topic was modified 4 years, 3 months ago by Snapper65.
    • This topic was modified 4 years, 3 months ago by Snapper65.
    • This topic was modified 4 years, 3 months ago by Snapper65.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Snapper65

    (@snapper65)

    Hi huubl

    Your correct, there is no option to disable this.

    Hopefully the developers will change this?

    Have deactivated Rank Math for now.

    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @jakwalker & @huubl ,

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

    You can disable the stats by following this guide:
    https://rankmath.com/kb/analytics-stats-bar/#num-2-enable-stats
    Rank Math > General Settings > Analytics > Frontend Stats Bar (and disable)

    Also, please stay advised that these stats are shown only to the backend users (mostly admins) that have the access to the Analytics module.

    If the styling is skewed, please clear the cache of the server and try in an incognito/private window.

    Hope that helps. Please let us know if you need any further assistance with this. We are here to help.

    @rankmathteam I don’t have a Analytics Account connected, and not seeing that option.

    I added this to my function.php for now:

    /**
     * Remove upsell banner Rank Math
     */
    function remove_upsell_banner_rank_math() {
      wp_dequeue_style( 'rank-math-analytics-stats');
      wp_deregister_style( 'rank-math-analytics-stats');
      wp_dequeue_script( 'rank-math-analytics-stats');
      wp_deregister_script( 'rank-math-analytics-stats' );
    }
    add_action('wp_enqueue_scripts', 'remove_upsell_banner_rank_math', 99);
    • This reply was modified 4 years, 3 months ago by huubl.
    • This reply was modified 4 years, 3 months ago by huubl.
    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @huubl

    Thank you for your additional help. You can either use the option we mentioned in our previous reply or add the code you mentioned above.

    If there’s anything else we can help you with, please let us know. We are here to assist.

    Thread Starter Snapper65

    (@snapper65)

    Thanks

    So glad there is an option to disable this!

    Don’t think its a good idea to even have this feature in the first place

    Don’t make me go back to Yoast!

    • This reply was modified 4 years, 3 months ago by Snapper65.
    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @snapper65,

    Glad that helped. Sure, we will see what we can do with that.

    Thank you.

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

The topic ‘Latest version – stuff added to top of all my webpages’ is closed to new replies.