Not Allowed to Edit Rich Snippet

#28954
  • Resolved Sean
    Rank Math free

    I created a new post and went to edit the Rich Snippet. However, I am not allowed to select text or replace it. No editing is allowed in the rich snippet editor.

    Please let me know how to correct it.

    Thanks

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

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

    Are you editing a WooCommerce product page? If so, this is expected behavior since Rank Math will load the values from the product automatically.
    If this is not the case, I can suggest that you check for conflicts by performing these steps:
    https://rankmath.com/kb/check-plugin-conflicts/

    In regards to your suggestion, I will pass this on to our dev team. As of now, I can suggest that you disable the TOC test by adding the following code to your theme’s functions.php file:

    /**
     * Rank Math snippet to disable 'titleHasNumber' & 'contentHasTOC' tests.
     *
     * @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 ) {
    	
    	unset($tests['content-readability']['contentHasTOC']);
    
    	$tests['basic']['keywordInMetaDescription']['score'] = 4;
    
        return $tests;
    }, 10, 2 );

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Sean
    Rank Math free

    Negative, this relate to another issue I was having on the page https://hangingtreeimports.com/artisan-bread/ – the plugin will not allow me to edit the rich snippet on just this page.

    Hi Sean,

    Thanks for the follow up.

    I have responded to your other ticket, please let me know how this goes on the other ticket.

    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 ‘Not Allowed to Edit Rich Snippet’ is closed to new replies.