FAQ Schema Generator
My Schema tool will generate compliant Json-LD structured data based on your required field. Each field will generate an item property
Generated JSON-LD:
Structured data sample for 'FAQ' Schema
{
"@context": "http://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"
}
}
]
}

