Why I can not edit a product rich snippet?

#1506
  • Resolved Zeev kazakov
    Rank Math free

    Why I can not edit a product rich snippet?
    I have the message

    Rank Math automatically inserts additional Rich Snippet meta data for WooCommerce products. You can set the Rich Snippet Type to “None” to disable this feature and just use the default data added by WooCommerce.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Todd
    Rank Math free

    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.

    hi and tnx
    but I can not
    https://snag.gy/HRKtxF.jpg

    Todd
    Rank Math free

    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?

    Todd
    Rank Math free

    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.

    Stefan
    Rank Math free

    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 ago by Stefan.
    Michael Davis
    Rank Math pro

    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.

    ​​​​​​

    Stefan
    Rank Math free

    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

    Michael Davis
    Rank Math pro

    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.

    ​​​​​​

    Stefan
    Rank Math free

    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!

    Michael Davis
    Rank Math pro

    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.

Viewing 11 replies - 1 through 11 (of 11 total)

The ticket ‘Why I can not edit a product rich snippet?’ is closed to new replies.