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

      Donation Receipt / Tax Letter Stack

      Donation receipt pages with CreativeWork + Organization context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Donation receipt or tax letter pages
      • Annual giving summaries for donors
      • Pages where FAQs clarify tax documentation and access

      What's included

      • Creative Work
        Open generator

        Represents the donation receipt or acknowledgment letter.

      • Organization
        Open generator

        Anchors the nonprofit or charity issuing the receipt.

      • Frequently Asked Questions
        Open generator

        Answers questions about tax deductibility and access.

      • Breadcrumb
        Open generator

        Provides navigation context for the receipt 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
      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": "Organization",
          "@id": "https://www.example.com/give#org",
          "name": "Northwind Giving",
          "url": "https://www.example.com/give",
          "logo": "https://www.example.com/assets/logo.svg",
          "sameAs": [
            "https://www.linkedin.com/company/northwind-giving"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "CreativeWork",
          "@id": "https://www.example.com/give/receipts/2025#receipt",
          "name": "2025 Donation Receipt",
          "description": "Tax acknowledgment letter confirming your 2025 donation.",
          "url": "https://www.example.com/give/receipts/2025",
          "datePublished": "2026-01-12",
          "author": {
            "@type": "Organization",
            "name": "Northwind Giving"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Is this receipt tax deductible?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Please consult your tax advisor for guidance on deductibility."
              }
            },
            {
              "@type": "Question",
              "name": "How do I download my receipt?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Log in to your donor dashboard and select the year you need."
              }
            },
            {
              "@type": "Question",
              "name": "Can I get a corrected receipt?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Contact donor support to request corrections or updates."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Give", "item": "https://www.example.com/give" },
            { "@type": "ListItem", "position": 3, "name": "Donation Receipt", "item": "https://www.example.com/give/receipts/2025" }
          ]
        }
      ]

      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 create one receipt per donor?

      Yes. Each donor should have a unique receipt page with its own URL and CreativeWork entry.

      Do I need to include donation amounts?

      Only include donation amounts if they are visible on the page and safe to share.

      References