Where in Rank Math settings do I switch off the SEO suggestions that appear in t

#247597
Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention.

    From your screenshot, it seems that you wanted to disable Rank Math’s On-page optimizations on your pages upon editing.

    You can use this filter to disable all the Rank Math’s test:

    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
    	unset(
    		$tests['contentHasShortParagraphs'],
    		$tests['titleHasNumber'],
    		$tests['contentHasAssets'],
    		$tests['keywordInTitle'],
    		$tests['keywordInMetaDescription'],
    		$tests['keywordInPermalink'],
    		$tests['keywordIn10Percent'],
    		$tests['keywordInContent'],
    		$tests['keywordInSubheadings'],
    		$tests['keywordInImageAlt'],
    		$tests['keywordDensity'],
    		$tests['lengthContent'],
    		$tests['keywordNotUsed'],	
    		$tests['lengthPermalink'],
    		$tests['linksHasInternal'],
    		$tests['linksHasExternals'],
    		$tests['linksNotAllExternals'],
    		$tests['titleStartWithKeyword'],
    		$tests['titleHasNumber'],
    		$tests['contentHasTOC'],
    		$tests['titleSentiment'],
    		$tests['titleHasPowerWords']
    	);
        return $tests;
    }, 10, 2 );

    And here’s how to apply a filter on your site:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    I hope that helps.

    Thank you, and please don’t hesitate to contact us anytime if you need further assistance with anything else.

    Joel W
    Rank Math free

    Okay, thanks for that.

    Did you ever consider having an option in settings to toggle the on-page optimization either on or off?

    Hello,

    You can use the Role Manager module of Rank Math to hide the on-page analysis options. Please navigate to WP Dashboard > Rank Math > Dashboard and enable the Role Manager Module. Then navigate to WP Dashboard > Rank Math > Role Manager and disable the On-Page Analysis for the user roles you want to hide it on:

    This will hide the on-page SEO analysis tests in the meta box.

    Hope this helps. Let us know if you need any further assistance.

    Joel W
    Rank Math free

    Hey Jaideep,

    Yeah, that could work.

    However, I just went into the role manager, checked the boxes how I would like it, then went to save, but got a page saying I wasn’t allowed to make those changes. Now I don’t even have access to the role manager. My WP account is an admin account.

    Edit. I don’t know if this is connected to the role manager settings, but some pages don’t have the option to add a meta description. URL examples are below. I added the login details in the sensitive data section so you can check.

    https://www.roamd.com/wp-admin/post.php?post=2653&action=edit
    https://www.roamd.com/wp-admin/post.php?post=2656&action=edit
    https://www.roamd.com/wp-admin/post.php?post=2655&action=edit

    Hello,

    I’ve checked your site, and the user access for Rank Math is very limited. It seems that you have locked out the admin access of the Role Manager.

    In this case, you may need to restore a backup of your site/database that was made before making changes to the Role Manager options to gain access back. Once the backup is restored the issue should be resolved.

    I hope that helps.

    Thank you.

    Joel W
    Rank Math free

    Okay, Jaideep’s message gave me the impression that limiting the roles would remove all the unwanted SEO optimization features from the post page CMS. But I guess it just locked me out of everything, huh…

    Hello,

    Can you please confirm what permissions you have excluded your user role from the Role Manager? If you have excluded yourself from accessing the Role Manager along with other permissions then the only way to revert the changes is to restore a backup of your site/database that was taken before you made those changes.

    We really look forward to helping you.

    Joel W
    Rank Math free

    I just uninstalled the plugin, reinstalled it, and it works… I don’t have access to restore the site.

    So why am I unable to add meta descriptions to these pages?

    https://www.roamd.com/wp-admin/post.php?post=2653&action=edit
    https://www.roamd.com/wp-admin/post.php?post=2656&action=edit
    https://www.roamd.com/wp-admin/post.php?post=2655&action=edit

    Hello,

    I am glad that your issue with Role Manager is resolved.

    I was able to check that Add SEO Controls option was disabled in WP Dashboard > Rank Math > Titles & Meta > Posts and that’s why you were not able to see Rank Math controls.

    I have enabled the option and now you can access the SEO controls to add SEO details.

    Hope this helps. Let us know if you need any other assistance.

    Joel W
    Rank Math free

    Awesome. Glad that’s over with. Thanks.

    Tammy
    Rank Math business

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

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

You must be logged in to reply to this ticket.