Product Schema is not shown in google

#143701
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thank you for contacting the support, and sorry for any inconvenience that might have been caused due to that.

    Upon checking your website’s URL, it seems that everything is in order except for 1 field that isn’t populated yet. Please see the screenshot I inserted in the Sensitive Data section.

    Fill priceRange since Google does grab this information sometimes for the SERP. You may refer to this page for more reference: https://schema.org/priceRange

    After doing so, let Google recrawl your website and see if the changes affected your website’s SERP.

    Do note that if everything’s fine and Google still decides to show a different snippet format for your search keyword, there is nothing you can do as Google sometimes ignores the custom snippet info altogether and show something from the page’s content that matches the search intent better.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello Jeremy,
    Frankly speaking I don’t think it is the reason but I will give a try.
    I searched a lot to add pricerange but couldn’t find how to add.

    Any idea?

    Danial
    Rank Math business

    Hello,

    This can be edited from Advanced Editor. Unfortunately, Advanced Editor is only available for PRO and Business users.

    Free version users can only use the default setting for the schema.

    As long as your Offers > Price is set, it should be showing in your SERP once it is recrawled.

    I hope this resolves your issue.

    Hello both,

    Pricerange can be edited in Local SEO page.
    I just did and this warning vanished.
    https://prnt.sc/yb7gpe

    But still no solution to be shown as picture.
    Stock status and price.

    Febby
    Rank Math free

    Hello,

    For the stock status & price, you would need to input it accordingly like my colleague mentioned above.

    As a reference, you can follow the schema data from mythemeshop review product page based on google test tool result:
    https://search.google.com/test/rich-results?id=E6WxREI70tXPT_yiicEcUA

    Once you have all of them filled out, you would need to wait until google notice these changes and it will be entirely up to google to show this kind of result to your user.

    I hope that helps. Let us know if you have any other questions.

    Thank you.

    Burak Sahin
    Rank Math free

    Hello Febby,

    I have price and stock set in all products.
    I send these informations with XML feeds.

    https://prnt.sc/yct99f

    Do you have another advise ?

    Hello,

    Thanks for getting back to us.

    It seems that you didn’t add the sale price date on your products. To fix this issue you have two options:

    1. You go into each product page and add that option by hand yourself.

    2. You can use a custom filter to set the date on the product. Here’s an example of such filter:

    
    /**
     * Filter to modify Rank Math product schema data
     * Replace $schema_type with schema name like article, review, etc.
     * @param array $entity Snippet Data
     * @return array
     */
    add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) {
    	$entity['offers']['priceValidUntil'] = '2050-01-01';
    	
    	return $entity;
    });
    

    Hope this helps solve your issue.

    Don’t hesitate to get in touch if you require any further assistance.

    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.

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

The ticket ‘Product Schema is not shown in google’ is closed to new replies.