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

      Philanthropy / Giving Program Stack

      Corporate giving/CSR program pages with Organization + Offer, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Corporate philanthropy program overview pages
      • CSR grant or matching gift program pages
      • Pages where FAQs clarify eligibility and application timelines

      What's included

      • Organization
        Open generator

        Anchors the company or foundation offering the program.

      • Expresses the giving program offer details and application link.

      • Frequently Asked Questions
        Open generator

        Answers questions about eligibility, funding cycles, and reporting.

      • Breadcrumb
        Open generator

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

      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/impact#org",
          "name": "Northwind Foundation",
          "url": "https://www.example.com/impact",
          "logo": "https://www.example.com/assets/logo.svg",
          "sameAs": [
            "https://www.linkedin.com/company/northwind-foundation"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/impact/giving#offer",
          "name": "Community Impact Grant Program",
          "description": "Annual grants for nonprofits focused on housing, education, and workforce development.",
          "price": "0.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/impact/giving/apply",
          "eligibleRegion": "US"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Who is eligible to apply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Registered nonprofits in the US with programs aligned to our focus areas are eligible."
              }
            },
            {
              "@type": "Question",
              "name": "When is the application window?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Applications open each January and close on March 31."
              }
            },
            {
              "@type": "Question",
              "name": "What reporting is required?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Grantees submit a mid-year update and a final impact report within 60 days of completion."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Impact", "item": "https://www.example.com/impact" },
            { "@type": "ListItem", "position": 3, "name": "Giving Program", "item": "https://www.example.com/impact/giving" }
          ]
        }
      ]

      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 grant tracks?

      Yes. If the page lists multiple grant tracks, add separate Offer entries for each.

      Can I include matching gifts?

      If matching gifts are part of the program, mention them in the Offer description or add a separate Offer.

      References