Currently I want to delete the Focus Keyword section. Hope admin will support

#812792
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I understand that you want to delete the Focus Keyword section. If you are referring to removing the Focus Keyword feature from Rank Math, unfortunately, this feature is an integral part of the SEO optimization process within Rank Math. However, if you have any specific concerns or issues related to the Focus Keyword section, please provide more details so we can assist you accordingly.

    If you need further assistance or have any other questions, feel free to let us know.

    Thank you for reaching out.

    Sources:
    Why Can’t I Enter More Than 1 Focus Keyword in Post and Product Categories? » Rank Math
    General Tab in Meta Box of Rank Math SEO Plugin

    Hello,

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

    Could you please confirm if you want to remove the Focus keyword section from the Rank Math SEO Meta box? If so, you can use the following filter on your website:

    function hide_focus_keyword_section(){
    	echo '<style>
    	.rank-math-focus-keyword{
    	   display: none !important;
            }
    	</style>';
    }
    add_action('admin_head', 'hide_focus_keyword_section');
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    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 2 replies - 1 through 2 (of 2 total)

The ticket ‘Currently I want to delete the Focus Keyword section. Hope admin will support’ is closed to new replies.