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

      Internship Program Stack

      Internship recruitment pages with Organization + Offer, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Internship program landing pages with role highlights
      • Campus recruiting pages with eligibility and timelines
      • Pages where FAQs clarify application and interview steps

      What's included

      • Organization
        Open generator

        Anchors the employer running the internship program.

      • Expresses the internship opportunity and application link.

      • Frequently Asked Questions
        Open generator

        Answers questions about eligibility, dates, and compensation.

      • Breadcrumb
        Open generator

        Provides navigation context for the internship 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`).

      availability
      itemListElement[].name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      price
      priceCurrency
      url

      Recommended properties (stack union)

      contactPoint.contactType
      description
      eligibleRegion
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      priceValidUntil
      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/careers#org",
          "name": "Northwind Labs",
          "url": "https://www.example.com",
          "logo": "https://www.example.com/assets/logo.svg",
          "sameAs": [
            "https://www.linkedin.com/company/northwind-labs"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/careers/internships#offer",
          "name": "Summer Product Internship",
          "description": "Paid 10-week internship with mentorship and a capstone project.",
          "price": "0.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/careers/internships/apply",
          "eligibleRegion": "US"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Who can apply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Current undergraduate and graduate students eligible to work in the US can apply."
              }
            },
            {
              "@type": "Question",
              "name": "Is the internship paid?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Interns receive a competitive hourly rate and housing stipend where applicable."
              }
            },
            {
              "@type": "Question",
              "name": "When does the program start?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "The program runs from June through August with exact dates listed on the application page."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Careers", "item": "https://www.example.com/careers" },
            { "@type": "ListItem", "position": 3, "name": "Internships", "item": "https://www.example.com/careers/internships" }
          ]
        }
      ]

      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

      Should I list each internship role separately?

      If the page lists distinct roles, consider separate Offer entries or link to role pages with JobPosting schema.

      Can I include remote eligibility?

      Yes. Add eligibleRegion or mention remote eligibility in the Offer description if applicable.

      References