We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Mentorship program pages with Organization + Service context, FAQs, and breadcrumb navigation.
Anchors the program owner with name, URL, and logo.
Describes the mentorship service, provider, and audience.
Answers questions about application, timelines, and matching.
Provides navigation context to the program page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com/mentorship#org",
"name": "Northwind Career Network",
"url": "https://www.example.com/mentorship",
"logo": "https://www.example.com/assets/logo.svg",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-415-555-0185",
"contactType": "Program Support"
}
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.example.com/mentorship#service",
"name": "Career Mentorship Program",
"serviceType": "Mentorship",
"description": "12-week mentorship pairing early-career professionals with industry mentors.",
"provider": { "@id": "https://www.example.com/mentorship#org" },
"areaServed": { "@type": "AdministrativeArea", "name": "United States" },
"audience": {
"@type": "Audience",
"audienceType": "Early Career Professionals"
},
"offers": {
"@type": "Offer",
"url": "https://www.example.com/mentorship#apply",
"availability": "https://schema.org/InStock"
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who can apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applicants with 0–5 years of experience are eligible. We welcome career changers."
}
},
{
"@type": "Question",
"name": "How does matching work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We match based on goals, industry, and availability. You’ll meet your mentor after onboarding."
}
},
{
"@type": "Question",
"name": "What is the time commitment?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Expect 1 hour per week for mentor sessions plus optional workshops."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Programs", "item": "https://www.example.com/programs" },
{ "@type": "ListItem", "position": 3, "name": "Mentorship", "item": "https://www.example.com/mentorship" }
]
}
]Yes. Add a distinct Service for each track with unique @id values and offers URLs.
Only if fees are shown. Otherwise keep offers.url aligned to the application CTA.