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 Winner Announcement Stack

      Scholarship winner announcement pages with CreativeWork + Organization context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Scholarship winner announcement pages
      • Award announcement posts with recipient details
      • Foundation updates listing scholarship outcomes

      What's included

      • Creative Work
        Open generator

        Represents the announcement content and publication details.

      • Organization
        Open generator

        Anchors the organization issuing the scholarship.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, selection, and notification questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the announcement 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
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      author.name
      datePublished
      description
      headline
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      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": "CreativeWork",
          "@id": "https://www.example.com/scholarships/2025-winners#announcement",
          "name": "2025 Scholarship Winners Announced",
          "headline": "Northwind Foundation Announces 2025 Scholarship Recipients",
          "description": "Congratulations to the 2025 scholarship recipients for academic excellence.",
          "url": "https://www.example.com/scholarships/2025-winners",
          "datePublished": "2025-05-01",
          "author": { "@type": "Organization", "name": "Northwind Foundation" }
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "@id": "https://www.example.com#org",
          "name": "Northwind Foundation",
          "url": "https://www.example.com",
          "logo": "https://www.example.com/images/northwind-foundation-logo.svg",
          "description": "Supporting education and opportunity through scholarships."
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "How were recipients selected?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Recipients were selected based on academic achievement, leadership, and community impact."
              }
            },
            {
              "@type": "Question",
              "name": "When are winners notified?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Winners receive email notifications two weeks prior to the announcement."
              }
            },
            {
              "@type": "Question",
              "name": "Can non-winners reapply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Eligible applicants are encouraged to apply again next year."
              }
            }
          ]
        },
        {
          "@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": "2025 Winners", "item": "https://www.example.com/scholarships/2025-winners" }
          ]
        }
      ]

      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 recipient names?

      Only include recipient names if they are publicly listed on the page and consented.

      How do I handle multiple awards?

      If multiple scholarships are announced, list them in page copy and keep the announcement summary aligned.

      References