Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created March 21, 2024 18:17
Show Gist options
  • Select an option

  • Save patrickcoombe/7f76106f311860073c38643688e6dd2c to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/7f76106f311860073c38643688e6dd2c to your computer and use it in GitHub Desktop.
Frequently Asked Questions FAQ JSON-LD Snippet
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How to find an apprenticeship?",
"acceptedAnswer": {
"@type": "Answer",
"text": "<p>We provide an official service to search through available apprenticeships. To get started, create an account here, specify the desired region, and your preferences. You will be able to search through all officially registered open apprenticeships.</p>"
}
}, {
"@type": "Question",
"name": "Whom to contact?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can contact the apprenticeship office through our official phone hotline above, or with the web-form below. We generally respond to written requests within 7-10 days."
}
}]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment