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

      Scholarship Stack

      Scholarship program pages with Scholarship details, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Scholarship program landing pages
      • Award detail pages with eligibility and deadlines
      • Education funding program pages with application info

      What's included

      • Defines the scholarship landing page.

      • Scholarship
        Open generator

        Describes the scholarship program and award details.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, deadline, and application questions.

      • Breadcrumb
        Open generator

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

      description
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      amount
      dateModified
      eligibility
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      provider.name
      url

      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": "WebPage",
          "@id": "https://www.example.com/scholarships/innovation#page",
          "name": "Innovation Scholarship",
          "description": "Scholarship supporting students pursuing innovation and technology.",
          "url": "https://www.example.com/scholarships/innovation",
          "inLanguage": "en",
          "dateModified": "2025-05-28"
        },
        {
          "@context": "https://schema.org",
          "@type": "Scholarship",
          "@id": "https://www.example.com/scholarships/innovation#scholarship",
          "name": "Innovation Scholarship",
          "description": "Awarded to undergraduate students pursuing STEM fields.",
          "provider": { "@type": "Organization", "name": "Northwind Foundation" },
          "amount": "5000",
          "eligibility": "Undergraduate students in accredited STEM programs.",
          "url": "https://www.example.com/scholarships/innovation"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Who is eligible to apply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Applicants must be enrolled full-time in an accredited undergraduate STEM program."
              }
            },
            {
              "@type": "Question",
              "name": "When is the application deadline?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Applications close on August 15, 2025."
              }
            },
            {
              "@type": "Question",
              "name": "What documents are required?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Submit transcripts, a resume, and a short personal statement."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Scholarships", "item": "https://www.example.com/scholarships" },
            { "@type": "ListItem", "position": 3, "name": "Innovation Scholarship", "item": "https://www.example.com/scholarships/innovation" }
          ]
        }
      ]

      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 include multiple awards?

      If multiple award tiers are listed, mention them in the Scholarship description or FAQs.

      How do I show deadlines?

      Include deadlines in the page copy and mirror them in FAQ answers.

      References