Hello,
Thank you for contacting the support and we regret the inconvenience caused.
I checked the page’s source and the EAN number is not present on the page. Also, to get the EAN number recognized in the rich results test, the EAN should be present in the schema section, which currently is not the case and that is why you’re seeing the warning.
The option to add the GTIN/MPN etc. to the schema is present in the PRO version of Rank Math.
However, you can to edit the following filter to fetch the EAN value from the database for each product and update the schema accordingly:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
return $entity;
});
You can get in touch with the support of the EAN plugin you’re using and they would be able to assist you with this.
Hope this helps.
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.