help for richsnippets.json
Posted: Tue Aug 06, 2019 9:44 am
hi
what i write in richsnippets.json to wb understand this schema code?
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}
]
}
</script>
what i write in richsnippets.json to wb understand this schema code?
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}
]
}
</script>