We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Mentorship matching tools with WebApplication + Service context, FAQs, and breadcrumbs.
Defines the matching tool experience and UI.
Describes the mentorship service and provider.
Answers eligibility, matching criteria, and timeline questions.
Provides navigation context for the tool 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": "WebApplication",
"@id": "https://www.example.com/mentorship/match#app",
"name": "Mentorship Matching Tool",
"description": "Find mentors and mentees based on skills, goals, and availability.",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Any",
"url": "https://www.example.com/mentorship/match"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.example.com/mentorship#service",
"name": "Career Mentorship Matching",
"serviceType": "Mentorship",
"provider": { "@type": "Organization", "name": "Northwind Mentorship" },
"areaServed": { "@type": "AdministrativeArea", "name": "United States" },
"url": "https://www.example.com/mentorship"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How are matches determined?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Matches are based on goals, availability, and requested areas of expertise."
}
},
{
"@type": "Question",
"name": "How long does matching take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most participants receive a match within two weeks of submitting their profile."
}
},
{
"@type": "Question",
"name": "Is the program free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The mentorship program is free for both mentors and mentees."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Mentorship", "item": "https://www.example.com/mentorship" },
{ "@type": "ListItem", "position": 3, "name": "Match", "item": "https://www.example.com/mentorship/match" }
]
}
]If profiles are publicly listed, include them on the page and ensure the tool matches the visible data.
Note waitlist timelines in page copy and mirror them in FAQ answers.