Text-Tools
FAQ-Schema-Generator
Erzeuge FAQPage-JSON-LD-Schema aus Frage-Antwort-Paaren.
Eingabe
FAQ-Schema-Generator
FAQ Schemajson-ldstructured dataseo
Ausgabe
Generated FAQ Schema
Questions
2
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Toolsmith?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A collection of online tools."
}
},
{
"@type": "Question",
"name": "Is it free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, core tools are free."
}
}
]
}
