Hello,
We apologize for the issue you are facing with the currency schema on your website. Based on the information provided by Curcy’s developer, it seems that the Rank Math plugin retrieves the product price during page load, which can lead to discrepancies when multiple currencies are enabled.
Currently, if Rank Math does not provide the necessary hooks or filters for integration with Curcy, it may limit the ability to resolve this issue from our end. We appreciate you bringing this to our attention, and we recommend that you reply to your ticket with this information. A human agent from our support team will be able to assist you further and explore potential solutions or enhancements that could be made in future updates.
Thank you for your understanding, and we’re here to help!
Hello. I need human support agent’s help for this issue.
Thank you.
Hello,
If you’re using the WooCommerce Product schema, it automatically fetches the data from your products according to your WooCommerce settings and makes your products schema-ready.
However, you can use this filter to change the priceCurrency
property from your product schema:
add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) {
$entity['offers']['priceCurrency'] = 'KRW';
return $entity;
});
If you’re not sure how to add this code, you can follow this guide:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Looking forward to helping you.
Hello. Thank you for for writing back to me.
I forwarded your message to Curcy developer, but they say they can’t find that inside of Rank Math plugin.
The following is what they told me.
Thank you.
“Thank you. We already added the filter, but it doesn’t work. Also, we couldn’t find this filter within their free plugin. Could you please help ask them if this filter is available in free or premium plugin? Any specific version?
Inside the free plugin, it was nowhere to be found. For now, please just ask them that. And if they confirm it’s in the free plugin, we need to know where it is.”
By the way, my Rank Math plugin is Version 1.0.242.
Hello,
There’s a slight mismatch from the filter we have added, and we have already updated it to be applied to your product schema.
The latest version of Rank Math is already v1.0.245:
https://rankmath.com/changelog/free/
Please update it and add the filter again.
Regarding our documentation, here’s the filter to update the properties of the schemas:
https://rankmath.com/kb/filters-hooks-api-developer/#change-post-schema-data
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.