Multiple Aggregate Rating scheme data into page.
-
Hi,
First of all great thanks for this great plugin.
I am facing a problem here, I have added rating below the title for single post, related post based on tag under single post, sidebar widget and comment.
I have applied
// Google Rich Snippet
$ratings_options[‘richsnippet’] = isset( $ratings_options[‘richsnippet’] ) ? $ratings_options[‘richsnippet’] : 1;
if( $ratings_options[‘richsnippet’] && is_single() && $is_main_loop ) {so that aggregate rating scheme data don’t generate without single post but comment and related post still generating aggregate rating.
Can you please help me to get rid of this issue ?
Thanks
- The topic ‘Multiple Aggregate Rating scheme data into page.’ is closed to new replies.