You didn’t set a feature image, and you need a logo.
Paste this in your functions.php for the logo URL.
<?php
add_filter( 'wp_postratings_site_logo', 'wp_postratings_site_logo' );
function wp_postratings_site_logo( $url ) {
return 'http://placehold.it/350/150.png';
}
?>
Hi @lester Chan,
Thank you for your fast answer.
More Rich Snippets “image” is still with the error only use the code in functions.php provided by you.
An alternative for zero errors is to define a “featured image” in the post.
However, I see some problems in these approaches:
1. Using the featured image schema takes the smaller image (150×150). It would be interesting to set a larger image?
2. The code in functions leave the field “url” in question (in eschema) standard for all other pages that have rich snippets. This is the best practice?
1. 150 x 150 Image Seems fine, Google is not complaining
2. It doesn’t matter because your site URL logo is suppose to be the same regardless which page you are on.
Okay @lester Chan,
Thank you for your explanations.
I will follow the instructions. 🙂
Hi @lester Chan,
You suggested here to download an unofficial update (version 1.84) and I downloaded and ran formal without presenting the mistakes I mentioned here in this topic.
But now I was no longer doing the evaluations.
I had to go back to version 1.83.2 and consequently returned the same mistakes previously mentioned here.
Any alternatives?
It is not an unofficial update, it is the next version. You are just previewing it.
I have no other alternative except to ask you to use 1.84.
I got it, grateful for your response.
I wonder only because versão 1.84 is not allowing to new reviews in posts?
Also exclude from the server the previous version 1.83.2 which is disabled, is giving 404 error in the plugin management page: mysite.com/wp-admin/admin.php?page=wp-postratings/postratings-manager.php
One more question: You can send the new version link again? Why not launch this new version in the repository WP yet?
Thanks for the support and excuse me for questions! 🙂
1. Sorry I don’t get your question.
2. because it is a major rehaul so I want to have more testers before releasing it. https://github.com/lesterchan/wp-postratings/archive/master.zip
Sorry, it’s all right now.
There was renaming the “wp-postratings-master” folder to “wp-postratings”.
So I was having problems. Now everything is working, thank you.