Skip to content

Instantly share code, notes, and snippets.

@Techprofet
Created December 26, 2019 21:47
Show Gist options
  • Save Techprofet/f8c478885a15cea063549a4731b156dc to your computer and use it in GitHub Desktop.
Save Techprofet/f8c478885a15cea063549a4731b156dc to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "ENTER YOUR FIRST QUESTION HERE",
"acceptedAnswer": {
"@type": "Answer",
"text": "ENTER YOUR FIRST ANSWER HERE"
}
}, {
"@type": "Question",
"name": "ENTER YOUR SECOND QUESTION HERE",
"acceptedAnswer": {
"@type": "Answer",
"text": "ENTER YOUR SECOND ANSWER HERE"
}
}, {
"@type": "Question",
"name": "ENTER YOUR THIRD QUESTION HERE",
"acceptedAnswer": {
"@type": "Answer",
"text": "ENTER YOUR THIRD QUESTION HERE"
}
}, {
"@type": "Question",
"name": "ENTER YOUR FOURTH QUESTION HERE",
"acceptedAnswer": {
"@type": "Answer",
"text": "ENTER YOUR FOURTH QUESTION HERE"
}
}, {
"@type": "Question",
"name": "ENTER YOUR FIFTH QUESTION HERE",
"acceptedAnswer": {
"@type": "Answer",
"text":"ENTER YOUR FIFTH QUESTION HERE"}
}]
}
</script>
<body>
</body>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment