The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Issue Aggregate Rating Schema for LocalBusiness
Summarize Topic
✦
✦
✦
AI is analyzing the discussion...
How-to and Troubleshooting
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Jun 02, 2025 2:39 am
(@manoloparer)
New Member
Joined: 1 year 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
Support
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Jun 04, 2025 3:51 pm
(@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.
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Jun 06, 2025 8:41 pm
(@manoloparer)
New Member
Joined: 1 year 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.
Super Globals
Options and Features