My food blog that has been loosing visualizations and clicks during the last year or so. Something I have realized is that when searching on Google, none of the featured images is shown (when they were in the past), which has reduced dramatically the CTR.
When checking the structured data all seems to be okey, so the rich snipped should be working fine. I am not understanding if the loose of images is due to a technical error or some sort of penalization.
Example: Searching this recipe?https://thecookinglab.es/receta-brownie-con-frambuesas/?, there’s no image in the rich result, though I have an image in the Yoast SEO structured data output –?https://pasteboard.co/4SNrHdQfby9q.png?and Schema MarkUp Testing Tool.
Thank you in advance.
Jokin
It was as “Article (default)” until now, but I wonder if now “nothing” has to be selected for WPRM “Recipe” organization to be the main one. When checking the Rich Results, both Article and Recipe appear when I have “Article” selected, and I wonder if this is generating errors in Google.
All this comes due to the fact that all the images have been deleted when searching from a phone in the rich results, and I cannot understand the reason.
]]>The problem I have is that the products schema (rich snippets) are not shown.
If I install the Astra theme, they are displayed, but if I leave the TT4 default theme, they dissappear.
Please help!
Thanks
]]>Thanks
]]>The rich snippets are not generated by the plugin. What could be the problem?
Regards.
]]>The rich results testing tool https://search.google.com/test/rich-results flags an issue with the type assigned to the author field in the structured data generated by your plugin. Actually, this issue is flagged even twice, both in the product and review structured data snippets.
The issue is that the type “Thing” assigned to the author field is not valid, since it only features two possible types, namely “Person” and “Organization”.
When I manually edited the type “Thing” and put “Organization” instead in the line 1318 of the file wp-postratings.php, the problem was solved. Hereby you can find the schema.org I am talking of.
$ratings_meta .= '<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"url": "' . get_permalink() . '",
"name": "' . $productName . '",
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"bestRating": "'. $ratings_max .'",
"ratingValue": "' . str_replace( ',', '.', $post_ratings_average ) . '",
"worstRating": "1"
},
"author": {
"@type": "Thing",
"name": '.json_encode(get_bloginfo('name')).'
}
}
}
</script>';
Could you please release a new version of the plugin where the type “Organization” is assigned to the author field instead of “Thing”? Or maybe you could let the user chooose wheter they prefer the “Organization” or “Person” value in the plugin options?
If the above is not possible for some reasons could you provide us with at least some code-snippet to be added to the functions.php of the child theme which overwrites “Thing” with “Organization”?
Looking forward for your reply,
Roman
]]>Thank you,
]]>UPD: I’m very excited by the customer support and service. I faced an issue and ask guys to help me. They made some updates and added extra functionality to the plugin and cover all my requirements. I’m so happy with this.
Thank you indeed.
]]>