The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Aggregate Rating Sc...
 
Share:
Notifications
Clear all

Issue Aggregate Rating Schema for LocalBusiness

3 Posts
2 Users
0 Reactions
103 Views
Posts: 2
Topic starter
(@manoloparer)
New Member
Joined: 3 weeks ago

Hi,

As detailed in this post: https://wpdiscuz.com/community/f-a-q/post-rating-using-aggregate-rating-schema/ , you can enable the Aggregate Rating Schema for LocalBusiness adding this code (attached below) to the functions.php + turning on the "Aggregate Rating Schema" option in Dashboard > wpDiscuz > Settings > Article and Comment Rating Tab.

add_filter('wpdiscuz_rating_schema', function ( $rating_schema, $key, $postid ){
    $my_rating_schema = 'LocalBusiness';
    $rating_schema = str_replace(__('Article Rating', 'wpdiscuz'), $my_rating_schema . ' Rating', $rating_schema);
    return preg_replace( '|schema\.org\/Product|i', 'schema.org/' . sanitize_text_field($my_rating_schema) , $rating_schema);
},11, 3);

 

However, I have followed this and the schema is not visible in the posts. Do you know what is the issue?

Thanks,

M

 

2 Replies
Asti
Posts: 8015
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi,

You should add the remaining data for the schema. You can use this website to test it — it will help you verify if everything is set up correctly.

Please note that the schema data will not be visible in the posts. It's intended for Google search engine.

Reply
Posts: 2
Topic starter
(@manoloparer)
New Member
Joined: 3 weeks ago

Hi,
The data schema was already in place, with the LocalBusiness schema added, but no signs of the schema of the Aggregate Rating Schema as you mention in the post I attached.

image
Reply
Share: