Created
March 21, 2024 18:17
-
-
Save patrickcoombe/7f76106f311860073c38643688e6dd2c to your computer and use it in GitHub Desktop.
Frequently Asked Questions FAQ JSON-LD Snippet
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
| <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