• Resolved relogioshop

    (@relogioshop)


    Hi,

    Thanks a lot for this awesome plugin.

    I’m finding some difficulties regarding “products” errors at search console.

    Most of then I solved following: https://ww.wp.xz.cn/support/topic/products-snippets-on-archive-pages/

    Currently:

    1. Error: specify “offers”, “reviews” or “aggregate ratings”

    2. Warnings: When I run https:// search.google. com/structured-data/testing-tool/ find that errors and warnings are related to “isRelatedTo” – similar products / “may be interested in” . Can I disable this option ? Specificly: brand; description, image, sku.

    I can simply remove this. Don’t think it’s even relevant.

    3. Appears “priceValidUntil” Warning – however, appears on google search results.

    Thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rank Math SEO

    (@rankmath)

    Hello @relogioshop

    Thank you for contacting the support.

    Here are the answers to your queries:
    1. The Rank Math plugin reads the value from the reviews and ratings which users give using the comment form on the product pages. If a user has added any reviews then it will show in the Schema Markup.

    2. Yes, Google Structured data testing tool throws warning but it’s a false positive. In isRelatedTo field only product name and URL are required. You can check this in the new Google Rich Snippet testing tool: https://search.google.com/test/rich-results

    Still, if you want to remove the isRelatedTo then please add the following code in your theme’s functions.php file:

    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
    	if ( isset( $entity['isRelatedTo'] ) ) {
    		unset( $entity['isRelatedTo'] );
    	}
    	return $entity;
    });

    3. The priceValidUntil is an optional field and it applies to the offer price. You can add it in the Sale Price dates field in the Product: https://i.rankmath.com/m5JB1q

    Hope that helps. If there’s anything else you need our assistance with, please let us know and we will be more than happy to help.

    Thread Starter relogioshop

    (@relogioshop)

    Thanks a lot !!!

    Looking forward for the premium version

    Plugin Author Rank Math SEO

    (@rankmath)

    Hello @relogioshop

    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://ww.wp.xz.cn/support/plugin/seo-by-rank-math/reviews/?rate=5#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)

The topic ‘Snippets Products SC Validation’ is closed to new replies.