Hello,
We apologize for the issue you are facing. To make product reviews from the Stellar plugin appear in Google search results, you will need to ensure that the proper Schema markup is implemented on your product pages. Since you are using Easy Digital Downloads (EDD), you can utilize Rank Math’s built-in Schema module to add Review Schema to your products.
Here’s a general approach to achieve this:
-
Enable Rank Math’s Schema Module: Make sure that the Schema module is enabled in your Rank Math settings. You can do this by navigating to Rank Math SEO → Dashboard → Modules in your WordPress admin area.
-
Add Review Schema: When editing your product in EDD, go to the Schema settings and select the appropriate Review Schema type. This will help Google understand that your product has reviews associated with it.
-
Configure the Stellar Plugin: Ensure that the Stellar plugin is properly configured to output the review data in a way that can be recognized by search engines. This may involve checking the plugin settings or documentation for any specific options related to Schema markup.
-
Test Your Schema: After setting everything up, use Google’s Rich Results Testing Tool to check if your review schema is correctly implemented and recognized by Google.
If you have any technical issues or need further assistance, please reply to this ticket with your site URL, and a human agent from our support team will assist you further.
Hello,
Thank you so much for getting in touch.
At the moment, Rank Math doesn’t support this plugin so you need to contact them and ask to complete the following code:
add_filter('rank_math/snippet/rich_snippet_product_entity', function ($entity) {
$entity['aggregateRating'] = [
'@type' => 'AggregateRating',
'ratingValue' => YOUR_RATING_VALUE_HERE,
'bestRating' => '5',
'worstRating' => '1',
'ratingCount' => YOUR_RATING_COUNT_HERE,
];
return $entity;
});
If you’re using product schema, that code allows review data from the Stellar plugin to be integrated into the schema structure. You just need to figure out how the Stellar plugin retrieves their review data, which is why we ask you to contact them.
Hope that helps.
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.