<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "FAQPage", | |
"mainEntity": [{ | |
"@type": "Question", | |
"name": "INSERT QUESTION TEXT HERE", | |
"acceptedAnswer": { | |
"@type": "Answer", | |
"text": "INSERT ANSWER TEXT HERE" | |
} | |
}, { | |
"@type": "Question", | |
"name": "INSERT QUESTION TEXT HERE", | |
"acceptedAnswer": { | |
"@type": "Answer", | |
"text": "INSERT ANSWER TEXT HERE"} | |
}] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment