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

      School Enrollment Stack

      School enrollment pages with EducationalOrganization + Offer context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • K-12 admissions or enrollment landing pages
      • Private school application pages with tuition details
      • Enrollment pages explaining deadlines and requirements

      What's included

      • Educational Organization
        Open generator

        Anchors the school or district offering enrollment.

      • Represents enrollment or application offer and CTA.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, deadlines, and documents questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the enrollment 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)

      description
      eligibleCustomerType
      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": "EducationalOrganization",
          "@id": "https://www.example.com/schools/northwind-academy#org",
          "name": "Northwind Academy",
          "url": "https://www.example.com/schools/northwind-academy",
          "logo": "https://www.example.com/images/northwind-academy-logo.svg",
          "description": "Independent K-12 school focused on project-based learning."
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/schools/northwind-academy/enroll#offer",
          "name": "2025 Enrollment Application",
          "description": "Application fee includes transcript review and admissions interview.",
          "price": "75.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/schools/northwind-academy/enroll"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What is the application deadline?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Applications are due by February 15 for fall enrollment."
              }
            },
            {
              "@type": "Question",
              "name": "What documents are required?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Submit transcripts, a birth certificate, and two recommendation letters."
              }
            },
            {
              "@type": "Question",
              "name": "Is financial aid available?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Financial aid applications are reviewed on a rolling basis."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Schools", "item": "https://www.example.com/schools" },
            { "@type": "ListItem", "position": 3, "name": "Northwind Academy", "item": "https://www.example.com/schools/northwind-academy" },
            { "@type": "ListItem", "position": 4, "name": "Enroll", "item": "https://www.example.com/schools/northwind-academy/enroll" }
          ]
        }
      ]

      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 multiple grade levels?

      If separate enrollment pages exist by grade band, create distinct Offer entries or pages for each.

      How do I show tuition ranges?

      Use page copy to describe ranges and keep the Offer price aligned to the visible fee.

      References