أدوات النص
مولد FAQ Schema
أنشئ مخطط FAQPage بصيغة JSON-LD من أزواج الأسئلة والأجوبة.
الإدخال
مولد FAQ Schema
faq schemaJSON-ldstructured dataseo
الإخراج
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."
}
}
]
}
