Rank Math+Rich snippets

#151220
  • Resolved Steve Wei
    Rank Math free

    Hello,
    My google search console shows my listed product-page:

    1 项错误 2 条警告
    应指定“offers”、“review”或“aggregate rating”
    未填写字段“brand”(非严重)
    未提供全局标识符(例如 gtin、mpn、isbn)(非严重)

    How can I solve this problem?
    Shall I remove the rich snippets function in Rank math?
    If I remove the rich snippets function, how to remove this rich snippets function?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for the delay and for any inconvenience this issue may have caused you.

    Rank Math takes the schema data from your product pages automatically and turns it into Schema-ready content. Likewise, the aggregateRating and review fields are taken from your actual product reviews that your buyers/customers leave on your products. Please visit this link for more information:
    https://rankmath.com/kb/either-offers-review-or-aggregaterating-should-be-specified/

    To fix the brand warning, head over to WordPress Dashboard > Rank Math > General Settings > WooCommerce and choose from any of the available fields to use as your product’s brands.

    Brand Value

    If you want to use a custom value for your Brands, you can do that by using the following code in your theme’s functions.php file:

    // Add Brand for Products.
    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
    $entity['brand'] = 'Rank Math';
    return $entity;
    });

    Replace the “Rank Math” text with your actual brand name then run your website through the Structured Data Testing tool once again.

    If the issue persists, could you please also provide the affected URL to check further?

    I hope that helps. Thank you, and looking forward to your update.

    Thanks

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

You must be logged in to reply to this ticket.