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

      Grant Program Stack

      Grant program pages with CreativeWork details, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Grant program landing pages
      • Funding opportunity pages with timelines
      • Application portals for nonprofit or research grants

      What's included

      • Defines the grant program landing page.

      • Creative Work
        Open generator

        Describes the grant program or funding opportunity.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, deadlines, and submission questions.

      • Breadcrumb
        Open generator

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

      creator.name
      dateModified
      datePublished
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name

      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/grants/innovation#page",
          "name": "Innovation Grant Program",
          "description": "Funding opportunities for early-stage innovation projects.",
          "url": "https://www.example.com/grants/innovation",
          "inLanguage": "en",
          "dateModified": "2025-05-29"
        },
        {
          "@context": "https://schema.org",
          "@type": "CreativeWork",
          "@id": "https://www.example.com/grants/innovation#program",
          "name": "Innovation Grant Program",
          "description": "Grants up to $25,000 for projects focused on sustainable technology.",
          "url": "https://www.example.com/grants/innovation",
          "creator": { "@type": "Organization", "name": "Northwind Foundation" },
          "datePublished": "2025-04-01"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Who can apply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Nonprofits and early-stage startups in sustainable technology are eligible."
              }
            },
            {
              "@type": "Question",
              "name": "When is the application deadline?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Applications are due by September 1, 2025."
              }
            },
            {
              "@type": "Question",
              "name": "What is required to apply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Submit a project proposal, budget, and timeline using the online portal."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Grants", "item": "https://www.example.com/grants" },
            { "@type": "ListItem", "position": 3, "name": "Innovation Grant", "item": "https://www.example.com/grants/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 funding amounts?

      Yes. Include award ranges in the CreativeWork description and FAQ answers.

      How do I show application timelines?

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

      References