FAQ Schema Import
-
Do you know if FAQ JSON schema can be escaped to work on import? The format has many “{“, and I have been unsuccessful in attempts to escape the curly braces.
Example FAQ Code:
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "questiontexthere", "acceptedAnswer": { "@type": "Answer", "text": "answertexthere" } }, { "@type": "Question", "name": "questiontexthere", "acceptedAnswer": { "@type": "Answer", "text": "answertexthere" } }, { "@type": "Question", "name": "questiontexthere", "acceptedAnswer": { "@type": "Answer", "text": "answertexthere" } }, { "@type": "Question", "name": "questiontexthere", "acceptedAnswer": { "@type": "Answer", "text": "answertexthere" } }, { "@type": "Question", "name": "questiontexthere", "acceptedAnswer": { "@type": "Answer", "text":"answertexthere"} }] } </script>
Awesome plugin by the way! The Pro Version is totally worth it for anyone wondering!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FAQ Schema Import’ is closed to new replies.