Page 1 of 1

help for richsnippets.json

Posted: Tue Aug 06, 2019 9:44 am
by wb_user
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>

Re: help for richsnippets.json

Posted: Tue Aug 06, 2019 10:00 am
by Pablo
I'm sorry, I cannot help you with writing JSON code.
But you can study the existing code in richsnippets.json to learn how to use it.