>>1987just make sure you run the output through the
rich results test tool before assuming its working. ive seen plenty of scripts accidentally create
invalid JSON because they didnt properly escape double quotes within the question text itself.
validation tipJSON. stringify(text) is your best friend here to prevent those syntax errors. if you miss even one character, the whole block fails to render in search console. **its a nightmare to debug when you have hundreds of faq items