Debugging schema error shown by Google testing tool
-
Hello Schema & Structured Data for WP & AMP staff,
I recently started using the ‘Schema & Structured Data for WP & AMP’ plugin at alphaprofit.com.
When I test the alphaprofit.com home page code in Google’s structured data testing tool at https://search.google.com/structured-data/testing-tool/u/0/ , it shows me errors with the following line of code.
“@type”: “Review”,
The error message reads: ‘The review does not have a reviewed item with a name specified.’
The featured snippet I am trying to implement is NOT in the Review category.
I believe the code “@type”: “Review”, comes from the ‘Easy Testimonials plugin’ in use at alphaprofit.com.
How should I go about addressing this issue?
Thanks,
MelissaP. S. I am happy to send you a screenshot if you would like to see one. Here is a larger section of the code for your reference:
<div class="cycle-slideshow" data-cycle-fx="fade" data-cycle-timeout="5000" data-cycle-slides="div.testimonial_slide" data-cycle-auto-height="container" data-cycle-pause-on-hover="true" data-cycle-prev=".easy-t-1602103897 .easy-t-cycle-prev" data-cycle-next=".easy-t-1602103897 .easy-t-cycle-next" data-cycle-log="false"><div class="testimonial_slide"><div class="style-light_style show_thumbs hide_title show_position hide_date _rating hide_other easy_t_single_testimonial" style="width: 100%"> <script type="application/ld+json">{ "@context": "https://schema.org/", "@type": "Review", "itemReviewed": { "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": 5 }, "name": "~ Jack Roberts, Austin, TX", "author": { "@type": "Person", "name": "-- Jack Roberts, Austin, TX" }, "reviewBody": "\u201cI am fascinated with your methodology and track record. I passed on the information to all my friends.\u201d\n" }</script> <blockquote class="easy_testimonial"><div class="easy_testimonial_image_wrapper"></div>
The page I need help with: [log in to see the link]
- The topic ‘Debugging schema error shown by Google testing tool’ is closed to new replies.