I am using Toolset to display FAQs on my website through repeatable fields. However, there is an issue with how Google reads the structured data. Instead of recognizing the actual values for questions and answers, it only sees shortcodes in the structured data output.
Here’s how I’ve set up the FAQs:
I use a Toolset View to display the FAQs.
Within the View, I use an Accordion block from Stackable to format the FAQ section.
I’ve tried various methods to pass the FAQ values into the Accordion block (shortcodes, inline fields, and dynamic sources in the block settings).
Despite these efforts, when I test the structured data in Google's Rich Results Test, the following issues occur:
Only one FAQ item is detected, even though multiple items are defined in the repeatable fields.
The values for the question and answer are not the actual text entered in the repeatable fields but are instead Toolset shortcodes (see attached screenshot for reference).
My goal is to display FAQs using Toolset repeatable fields in a way that Google can correctly interpret as structured data. How can I resolve this?