Meta Boxes

#26325
Viewing 8 replies - 1 through 8 (of 8 total)
  • but, where is the link ?

    Hello,

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

    I have checked the link on the sensitive data section but unfortunately it does not work. It is returning an “Internal Server Error”.

    Please provide a new link so that we can check this issue for you.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    Thank you for contacting Rank Math today.

    We added better integration with Gutenberg on the latest version and the Rank Math options are now available from the sidebar.

    Since this is affecting your workflow, please add the following code snippet to your theme’s functions.php file to move the metabox under the content editor as it was before:

    /**
     * Disable Gutenberg Sidebar Integration
     */
    add_filter( 'rank_math/gutenberg/enabled', '__return_false' );

    Looking forward to helping you. Thank you.

    ​​​​​​

    Thanks for the code
    It would be better to enable this as an option in the future so everyone can enable/disable it easily as he likes. Just a suggestion 🙂

    After adding that code it is working fine but it is reading less than 600 words. The integrated version was reading overs1700 words. The integrated version has more factors than the classic version. Integrated is reading keyword density right while classic is reading it 0 all the time.

    if there is a way to fix these I’ll be glad. if not I think I’ll stick with the newer version.

    Another question, please. Abut Advanced Robots Meta and its options (Global SEO Titles & Meta), I searched for some explanation to these options and didn’t find anything in the knowledge base

    Can I enable/disable some of score factors for some pages? like power words. My content is Arabic and Arabic power words won’t be read correctly by your plugin.
    Also table of content. I’m building my website pages and I don’t it for pages. It would be good for articles bur for services pages is not suitable.

    I know that these factors don’t affect my SEO if they got me a lower SEO score. But it keeps me suspicious about the work I’ve done. And I’ll keep checking for what have I missed

    Hi @ramialshami

    Thanks for getting back to us.

    After adding that code it is working fine but it is reading less than 600 words. The integrated version was reading overs1700 words. The integrated version has more factors than the classic version. Integrated is reading keyword density right while classic is reading it 0 all the time.

    This problem has been resolved in the latest version v1.0.37.1, we are sorry if this caused any issues on your end.

    Another question, please. Abut Advanced Robots Meta and its options (Global SEO Titles & Meta),

    These options give you more control on how the search results are displayed on the SERP. Please take a look at this article for more info on this:
    https://searchengineland.com/google-adds-new-snippet-controls-to-enable-control-over-how-your-search-listings-are-displayed-322456

    Can I enable/disable some of score factors for some pages? like power words. My content is Arabic and Arabic power words won’t be read correctly by your plugin.

    Yes this is possible, you can use the following filter to remove a certain test and then add the missing score to another test to ensure the total is 100.

    /**
     * Allow developers to modify the test or score.
     *
     * @param array  $tests Array of tests with score
     * @param string $type  Object type. Can be post, user or term.
     */
    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
     return $tests;
    }, 10, 2 );

    I hope this info helps. 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 8 replies - 1 through 8 (of 8 total)

The ticket ‘Meta Boxes’ is closed to new replies.