Integrate with Stamped.io

#504618
  • Resolved Cosmic Nootropic
    Rank Math free

    Hello there!

    We need to integrate Rank Math with Stamped.io, but we face many issues with that. This is their support team’s latest reply:
    “We’ve tried to modify the code in the Rank Math plugin but were unable to since the code from Rank Math is uneditable.”

    It seems like they tried everything from their side and so did we, could you please advise?

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.

    Can you please share the specific issue you are facing to integrate Rank Math with Stamped.io?

    We would love to assist you further with this one.

    Looking forward to helping you.

    Thank you.

    ​​​​​​​

    In particular, Google can’t show stars based on Stamped reviews for our products. What can be done?

    Nigel
    Rank Math business

    Hello,

    You can customize the following filter to modify the Rank Math review schema with reviews from the stamped.io plugin:

    
    /**
     * Filter to change the schema data.
     * Replace $schema_type with schema name like article, review, etc.
     * @param array $entity Snippet Data
     * @return array
     */
    add_filter( "rank_math/snippet/rich_snippet_{$schema}_entity", function( $entity ) {
     return $entity;
    });
    

    You can follow this guide for how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Please note that even after your review schema is correctly setup, it does not guarantee that Google will pick it up for star ratings.

    Hope that helps. Please let us know if you have questions.

    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 ‘Integrate with Stamped.io’ is closed to new replies.