Feature request

#121290
  • Resolved Stephen Vaughan
    Rank Math free

    Is there a way when viewing pages on the front end when logged in to show the page score for keywords in the top admin bar? It would add a little bit more functionality to the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for the delay.

    You can enable the option to show the SEO score on the frontend by heading over to Rank Math > General Settings > Others > Show SEO Score.
    Screenshot

    I hope that helps. Thank you, and please don’t hesitate to contact us if you need further assistance.

    Hi Reinelle,

    Yes, but that displays the score to all site visitors. I was suggesting something a little more discrete in the top admin bar when the administrator is logged in.

    Hello,

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

    Unfortunately, we don’t have that feature.

    The users can use the role manager feature to limit access to certain parts of RM but it will hide the entire SEO Meta box – not just the score. (So this won’t solve your issue)

    I can only suggest to display the SEO score badge on the frontend only to admin users using this custom filter:

    
    add_filter( 'rank_math/show_score', function($html){
        if( current_user_can('administrator') ) {
            return $html;
        }else{
            return false;
        }
    });
    

    With that said, I forwarded your suggestion to our development team for consideration.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Feature request’ is closed to new replies.