Rankmath Compatibility with a Review Plugin

#763913
  • Resolved TCA Social
    Rank Math free

    Hello, I just started using rankmath recently and im loving it so far. I was hoping to get help finding a wordpress review plugin where customers can leave a review about our company on our website and I can add keywords and seo title and meta description. I have tried WP Reviews and Site Reviews however both plugins are not working with rankmath seo. I was looking to get the pro version of rankmath but might have to consider another seo option if I can not find a compatible review plugin. Any insight would be greatly appreciated so I can get a review schema started after finding a compatible plugin. Thank!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, we appreciate you reaching out to us regarding the compatibility of Rank Math with a review plugin for your WordPress website.

    I’m sorry to hear that you are facing issues with WP Reviews and Site Reviews not working with Rank Math SEO. While Rank Math is compatible with various plugins, some conflicts may arise due to the complexity of different plugins.

    To ensure a seamless integration of a review plugin with Rank Math SEO, I recommend considering the following steps:

    1. Check for Plugin Updates: Ensure that both Rank Math SEO and the review plugin you choose are updated to their latest versions. Sometimes, compatibility issues are resolved in newer updates.

    2. Reach Out to Plugin Support: Contact the support team of the review plugin you are interested in using. They might have insights or solutions to make their plugin work smoothly alongside Rank Math.

    3. Explore Alternative Review Plugins: Consider exploring other review plugins that are known to work well with Rank Math SEO. One popular option is “WP Product Review” which has been reported to work seamlessly with Rank Math.

    4. Custom Schema Implementation: If you are unable to find a compatible review plugin, you can also consider implementing custom schema markup for reviews on your website. This way, you can add review schema manually while ensuring it aligns with your SEO strategy.

    By following these steps, you should be able to find a suitable review plugin that integrates well with Rank Math SEO, allowing you to add keywords, SEO titles, and meta descriptions effectively.

    Thank you for considering Rank Math for your SEO needs. If you have any further questions or need assistance, please feel free to ask.

    Sources:
    Content AI – Your Personal AI Assistant by Rank Math
    Content AI – Your Personal AI Assistant by Rank Math
    The #1 WordPress SEO Plugin in 2023 – Rank Math
    Is the Rank Math WordPress SEO Plugin Safe to Use? » Rank Math
    Does Installing Rank Math Guarantee Rankings? » Rank Math

    This plugin was removed and can no longer be downloaded any other wordpress review plugins that work with rankmath?

    Hello,

    Thank you for your patience.

    Aside from WooCommerce’s visitor reviews for products, you can use the Rate My Post plugin to fetch user ratings.

    Once done, you should use the following filter to add the reviews of the Rate My Post to the Product Schema of our plugin:

    add_filter('rank_math/snippet/rich_snippet_product_entity',	function ($entity) {
    	$entity['aggregateRating'] = [
    		'@type'       => 'aggregateRating',
    		'ratingValue' => get_post_meta(get_queried_object_id(), 'rmp_avg_rating', true),
    		'ratingCount' => get_post_meta(get_queried_object_id(), 'rmp_vote_count', true)
    	];
    	return $entity;
    });

    Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps.

    Thank you for getting back with me. Both of these plugins wont work for my use case. I was hoping for a review plugin that was more like a short form with a star rating where users can go to my review page to review our company as a whole. We provide merchant services so products reviews don’t really apply to us. Im currently trying to browse youtube for some sort of custom schema setup for my needs any insight would be appreciated.

    Hello,

    In this case, you can use WP Customer Reviews to gather ratings and testimonials for your whole site.

    This also allows you to set up a specific page to receive reviews and let your visitors write something about your business/services.

    Looking forward to helping 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 5 replies - 1 through 5 (of 5 total)

The ticket ‘Rankmath Compatibility with a Review Plugin’ is closed to new replies.