Hi @alexander
I’ll leave this here rather than on the main forum.
So Accordions are very often used for FAQs. I figured, why not having a checkbox that could generate the FAQ Schema taken from the Accordion content?
I am not sure about the technicalities, but this:
Should generate this:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "Question 1",
"acceptedAnswer": {
"@type": "Answer",
"text": "Answer 1"
}
},{
"@type": "Question",
"name": "Question 2",
"acceptedAnswer": {
"@type": "Answer",
"text": "Answer 2"
}
}]
}
</script>
Having this would strengthen the position of Pro as one of the SEO friendliest themes out there. Which it already is.