Love the plugin, questions
-
I used the plugin in other my website and it work great.
I instal it and add [ratings] to the pages tat i want to have the ratings option.
but i don’t see the ratings in the google search page.
http://benigroup.co.il/פרסום-בחינם/
and how can i translate this text ? “1 votes, average: 5.00 out of 5)”
please help
-
1. If you are using it for ratings, you might want to use the dev https://github.com/lesterchan/wp-postratings, I have fixed some bugs with regards to Google Rich Text Snippet. Then u can test it in https://search.google.com/structured-data/testing-tool/u/0/?hl=EN
2. Translation is done in WP-Admin -> Ratings -> Rating Templates.Yes I am using it for ratings, I wrote that I added the code ” [ratings] ” to each page that i want to display rating in google search.
I have it displayed In the page but google doesn’t show it.
I tried the testing but it doesn’t show anything …
Under WP-Admin -> Ratings -> Ratings Options, ensure that “Enable Google Rich Snippets?” is Yes.
If it still doesn’t work, try on the default theme without any other plugins activated.
now i see 6 errors:
cancelauthor
A value for the author field is required.
cancelimage
A value for the image field is required.
cancelname
A value for the name field is required.
cancelpublisher
A value for the publisher field is required.
canceldateModified
The dateModified field is recommended. Please provide a value if available.
cancelmainEntityOfPage
The mainEntityOfPage field is recommended. Please provide a value if available.will it work right now? or i must to fix the errors?
Thanks.
It still seem you are using the old code. The dev code is in #2. Here is the direct link https://github.com/lesterchan/wp-postratings/archive/master.zip
Extract the zip and replace the content in the zip to wp-content/plugins/wp-postratings/
I uses 1.83.2.
I added the files.
url
A value for the url field is required.image
A value for the image field is required.will google rate it?
thank You so much !
Image: Set a featured image for that post
For URL put this in your functions.php
add_filter( 'wp_postratings_site_logo', 'wp_postratings_site_logo' ); function wp_postratings_site_logo( $url ) { return 'http://placehold.it/350/150.png'; }I did it, now i have error text in every page
“add_filter( ‘wp_postratings_site_logo’, ‘wp_postratings_site_logo’ ); function wp_postratings_site_logo( $url ) { return ‘http://placehold.it/350/150.png’; }”
and nothing changed…
now i have error in my pages.
Warning: Cannot modify header information – headers already sent by (output started at /home4/benigroup/public_html/wp-content/themes/CherryFramework/functions.php:1703) in /home4/benigroup/public_html/wp-includes/pluggable.php on line 1167
Ensure that the code is after the
<?phpand before?>if any.Hello, still there are no rating and stars in google =( please can You help?
I check your page, it is ok. Now it is up to Google, there is nothing I can do.
Ok, Thanks =) I will wait…
When i am searching the web with site: i see stars ,but regular search doesn’t display them. please help
site:kidum.benigroup.co.il
please help
I use remote picture URL , for example most of my topic include URL like this:
https://3.bp.blogspot.com/-cR_7KLccvBM/WJ7h-yanzRI/AAAAAAAA6ps/hIk6C6Ha0eQzwIUaFpgYEkA6sY1bheTnwCLcB/s1600/ss.jpg
I used your code in “functions.php” but your code fixed ony my own hosted picture URLs
how can I modify this code to fix the “A value for the image field is required.” error on Google rich snippet tool.
Thank you for the nice Plugin
The topic ‘Love the plugin, questions’ is closed to new replies.