Schema.org problems

Hi,

I’ve an issue with the google search console for products. I get info with the problem of aggregate Review and the name of product. I look for solutions but I can’t find nothing. It show me, that in “name” is delivered “5”. But in Snippet is the real name of the product listed.

Another point is, I find in template /wp-content/plugins/snippet/functions/includes/schema-metaboxes-product.php some different points for schema.org products. How I can use this fields in Snippet?

Thanks in advanced

Patrick

Hey Patrick,

Thanks for writing in!

Please check this documentation first:

If the article still does not help, kindly provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Best Regards.

Hey Ruenel,

thank you for your response. I know the documentation of the snipped. But I’ve an other problem.

I want to use the schema AggregateReview. I get follow code

<script type="application/ld+json">{"@context":"http:\/\/schema.org\/","@type":"Review","author":"Rosemeyers","reviewBody":"","itemReviewed":{"@type":"Product","name":"5.00","image":"","telephone":"+49 (0)30 475 947 00","address":{"@type":"PostalAddress","name":"Rheingoldstra\u00dfe 21\n\n10318 Berlin\nGermany"}},"reviewRating":{"@type":"Rating","ratingValue":"5","worstRating":"0","bestRating":"5","reviewAspect":"General Review"}}</script>
</span> 

on page here.
I found in /wp-content/plugins/snippet/functions/includes/schema-metaboxes-product.php the possibilities to expand the information of schema in woocommerce. How can I use the additional types?

Best regards

Patrick

Hello Patrick,

Please edit your product and find the Snippet meta box. You can select “Product” and fill in the necessary fields.

If some of the fields are missing or you want to add more fields, you can go to Plugins > Plugin Editor > Snippet and edit the file functions/includes/schema-metaboxes-product.php. You must uncomment a specific array or the number of lines so that the field will display in the Snippet meta box.

Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.