Herramientas de Texto
Generador de FAQ Schema
Genera esquema FAQPage JSON-LD a partir de pares de preguntas y respuestas.
Categoría
Herramientas de Texto
Etiquetas
faq schemaJSON-ldstructured dataseo
Entrada
Generador de FAQ Schema
faq schemaJSON-ldstructured dataseo
Salida
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."
}
}
]
}
