BenLinders
Forum Replies Created
-
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] error “Missing field ‘name’”@magazine3 I’m still having this problem, are you still investigating it? Please let me know!
Ben Linders
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] error “Missing field ‘name’”@magazine3 did you have a chance to look at this?
I’m still getting an error “Missing field ‘name'”.
This is the metadata that Google search console shows:
[{“@context”:”https:\/\/schema.org”,”@type”:”Review”,”@id”:”https:\/\/www.benlinders.com\/shop\/psychologische-veiligheid-kaarten\/#Review”,”itemReviewed”:{“@type”:”Product”},”author”:{“@type”:”Person”,”name”:”Ben Linders”},”review”:[],
The error message is on “{“@type”:”Product”}”
Does this help?
Same here, now getting lot’s of other errors like “Either ‘offers’, ‘review’ or ‘aggregateRating’ should be specified” and “Multiple reviews without aggregateRating object”
Can you please recheck and fix the output of this plugin?
Your solution seems to work for product reviews on my website.
I checked this product with reviews that seems to be ok now:
https://www.benlinders.com/shop/agile-retrospectives-bingo/However, on that same page I’m still getting another error in search console:
Missing reviewed item name
Do you know what causes that error?
Ben Linders
Same here, it looks like the author data needs to include a type filed:
https://developers.google.com/search/docs/advanced/structured-data/product
“author”: {
“@type”: “Person”,
“name”: “Fred Benson”
}Is there a workaround?
Yes, the problem has been solved through the other issue. Thanks Jaime!
Forum: Plugins
In reply to: [HUSKY - Products Filter for WooCommerce Professional] jQuery issueThey seem to be gone indeed. Probably one of the recent updates has solved.
Done!
The errors seem to have stopped now.
Thank you!
Thanks. This partly solved the issue, there’s still one error that keeps popping up:
Feb 14, 10:07:41
Notice: Undefined property: stdClass::$go in /home/public/sites/www.benlinders.com/wp-content/plugins/wp-fastest-cache/inc/preload.php on line 440
I’ve saved the fastest cache settings but the errors remain coming, unfortunately.
Forum: Plugins
In reply to: [HUSKY - Products Filter for WooCommerce Professional] jQuery issueForum: Plugins
In reply to: [HUSKY - Products Filter for WooCommerce Professional] jQuery issueSame here, also getting jQuery errors. I’m also experiencing problems with the mobile friendly test by Google which mentions jQuery errors on my product pages.
This latest version seems to work, I’m not getting the messages in debug.log anymore.
Thanks!