Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Mentorship Program Stack

      Mentorship program pages with Organization + Service context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Mentorship program landing pages
      • Program enrollment pages for mentors/mentees
      • Pages where FAQs clarify eligibility, timelines, and expectations

      What's included

      • Organization
        Open generator

        Anchors the program owner with name, URL, and logo.

      • Describes the mentorship service, provider, and audience.

      • Frequently Asked Questions
        Open generator

        Answers questions about application, timelines, and matching.

      • Breadcrumb
        Open generator

        Provides navigation context to the program page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      areaServed.name
      itemListElement[].name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      offers.url
      provider.@id
      serviceType
      url

      Recommended properties (stack union)

      audience
      contactPoint.telephone
      description
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      offers.availability
      sameAs

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@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" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Can I include separate mentor and mentee tracks?

      Yes. Add a distinct Service for each track with unique @id values and offers URLs.

      Do I need pricing?

      Only if fees are shown. Otherwise keep offers.url aligned to the application CTA.

      References