schema=”true” not adding schema to page header
-
We are adding review functions to the page with the following shortcodes, the documentation for the sites_reviews shows that adding schema=”true” should add the header schema code to the page, but it doesn’t seem to be working, here is an example page:
https://chopped.wpengine.com/recipe/blueberry-chia-seed-protein-bars/
<?php echo do_shortcode('[site_reviews_summary assigned_posts="post_id"]'); ?> <?php echo do_shortcode('[site_reviews assigned_posts="post_id" schema="true"]'); ?> <?php echo do_shortcode('[site_reviews_form assigned_posts="post_id"] '); ?>
Here’s one where I placed the Latest Review section as a block and it works:?https://chopped.wpengine.com/recipe/creamy-chickpea-kale-stew/
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘schema=”true” not adding schema to page header’ is closed to new replies.