Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jorgejaramillo/0408c70782486a72f668e7a488f4c853 to your computer and use it in GitHub Desktop.

Select an option

Save jorgejaramillo/0408c70782486a72f668e7a488f4c853 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Preguntas frecuentes</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "Pregunta 1",
"acceptedAnswer": {
"@type": "Answer",
"text": "Respuesta 1"
}
},{
"@type": "Question",
"name": "Pregunta 2",
"acceptedAnswer": {
"@type": "Answer",
"text": "Respuesta 2"
}
},{
"@type": "Question",
"name": "Pregunta 3",
"acceptedAnswer": {
"@type": "Answer",
"text": "Respuesta 3"
}
},{
"@type": "Question",
"name": "Pregunta 4",
"acceptedAnswer": {
"@type": "Answer",
"text": "Respuesta 3"
}
},{
"@type": "Question",
"name": "Pregunta 5",
"acceptedAnswer": {
"@type": "Answer",
"text": "Respuesta 5"
}
}]
}
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment