Rich Snippet – Software Application

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

    Thank you for contacting Rank Math today.

    This option was removed on the latest version of the plugin due to the changes announced by Google. You can read up on this here: https://rankmath.com/kb/how-to-fix-review-schema-errors/

    Looking forward to helping you. Thank you.

    ​​​​​​

    hello Rank math Team According To google update we can use self rating review for software Application and also you clearly mentioned this in your above blog. But Now in updated version of your plugin you have all these option except only rating count. it’s ok you removed this option from the web publisher rich snippet but when someone analyse it in google structured data analysy tool it has the arting count parameter and by default it is 1. Here i m stuck can you plz say me the cheated way how can i increase this count numbers. If it will be a product schema it brings rating from woocommerce plugin rating features but in software applcation how can i bring these rating count field or way to input it. i m noob in English. plz read it carefully what i mean.

    And I love you till i live in earth. You guys are Awesome and i m waiting for your paid service to pay you for this Insane rank math plugin.

    Hello,

    Thank you for contacting Rank Math and for your kind words.

    Yes you are right and sorry for any confusion cause earlier. You can modify the ratingCount by adding the following code to your theme’s functions.php file:

    /**
     * Filter to modify Software Application schema
     *
     * @param array $entity Snippet Data
     * @return array
     */
    add_filter( 'rank_math/snippet/rich_snippet_software_entity', function( $entity ) {
        $entity['aggregateRating']['ratingCount'] = '20';
        return $entity;
    });

    You can replace the value 20 with your ideal ratingCount.

    Looking forward to helping you. 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 ‘Rich Snippet – Software Application’ is closed to new replies.