Hello Zeev,
That’s because we automatically pull the product data from your product listings and turn them into schema-friendly code.
If you want to change some rich snippet data, you can do that from the product page itself.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello,
You have selected the option correctly. Just run your website through the Structured Data tool and you will find that the proper schema is added:
https://search.google.com/structured-data/testing-tool/u/0/
If it shows you any warnings, please share a screenshot so we can check further.
But I want to fill out the details alone and not it will automatically
How do I change the manual?
Hi Zeev,
Please use any other Schema plugin for that.
Just make sure you disable the Rich Snippets module of Rank Math from WordPress Dashboard > Rank Math > Dashboard.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello,
This pages describes this differently and allows to manually enter values for Rich Snippet:
https://rankmath.com/kb/rich-snippets/
See the image in the link:
https://rankmath.com/wp-content/uploads/2017/12/product-all-options.png
Can i enable this?
Google tool shows a warning for not filling Brand and some others.
-
This reply was modified 5 years, 7 months ago by Stefan.
Hello,
Thank you for the response.
Yes, you can use plugin filter to change the brand value. Below is a syntax of the filter:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
$entity['brand'] = 'Rank Math'; // You can fetch attribute value and pass it here
return $entity;
});
I hope this info helps. Thank you.
To rewrite my question:
Is this interface available as this documentation article describes?
Article: https://rankmath.com/kb/rich-snippets/
Image: https://rankmath.com/wp-content/uploads/2017/12/product-all-options.png
Hello,
Thank you for the clarification.
This option is only available for posts / pages and CPTs and not for products since the rich snippet values will be inserted by Rank Math. Please note that you can disable this Rich Snippets module from WordPress Dashboard > Rank Math > Dashboard and make use of another plugin that allows editing of the snippet or to load the data from WooCommerce.
I hope this info helps. Thank you.
Hi,
Thanks for advice, i noticed the switch to disable rich snippet for a certain page/post/product or globally.
Would be nice if you remove that part from the article, or add a mark. Is deceiving. That would be a great update, to be able to edit the rich snippet from an simple interface!
Hi there,
Thanks for the feedback!
I will pass this on to our dev team so that they can add this to the plugin’s future development road map.
Feel free to reach out to us should any other issues come up.