Review Location option after update

#20784
  • Resolved Rafael Lorenzoni
    Rank Math free

    Hi there, i’m just having a small problem after the update.

    The default option for the Review Location in the SoftwareApllication was (Custom use shortcode)

    Now is Below Content…

    I do not need to use that box because i’m using an modified way for this. The plugin rate my post take the votes and put in to the rating options of the plugin automaticly, even when a new vote is added. It is using an AggregateRating TYPE.

    add_filter( 'rank_math/snippet/rich_snippet_software_entity', function( $entity ) {
        $entity['aggregateRating'] = [
    	'@type'       => 'AggregateRating',
    	'ratingValue' => rmp_get_avg_rating(),
    	'bestRating'  => '5',
    	'worstRating' => '1',
    	'ratingCount' => rmp_get_vote_count(),
        ];
        return $entity;
    });

    So this is one more thing that i need to do everytime i update an post, switch from the Below Content to (Custom use shortcode).

    This happened after the last update, so is there a way to override this, so it can be (Custom use shortcode) as default? I did not finded this in the plugin pannel and i searched everywhere…

    Thank’s!

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.

    I have raised this issue with our dev team and we will be getting back to you in a short while.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    An option to the pannel to switch this according to preferences in the future will be nice in an new update of the plugin.

    Thank’s!

    Todd
    Rank Math free

    Hello Rafael,

    I appreciate the feedback.

    We will see what we can do about that.

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

The ticket ‘Review Location option after update’ is closed to new replies.