Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
You can achieve it by adding the following code at the end of the functions.php file in your current theme:
/**
* Disable Gutenberg Sidebar Integration
*/
add_filter( 'rank_math/gutenberg/enabled', '__return_false' );
Looking forward to helping you. Thank you.
Thank you Alberto.
Please add this feature to Rank Math for next update.
Best regards.
Hello,
It is added as you want when you use the classical editor in WordPress, but if you use the new editor (the Gutenberg editor) since it uses a new system, we display it in the sidebar, as the Gutenberg guidelines recommend.
But some users don’t like it, that is why we added the filter I shared with you.
Looking forward to help you.