Created
May 12, 2020 20:26
-
-
Save jorgejaramillo/0408c70782486a72f668e7a488f4c853 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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