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

      Nonprofit Annual Meeting Stack

      Nonprofit annual meeting pages with Event + Organization, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Annual member meeting pages with agendas and logistics
      • Nonprofit board meeting or town hall event pages
      • Pages where FAQs clarify RSVP, voting, and accessibility details

      What's included

      • Describes the annual meeting event details.

      • Organization
        Open generator

        Identifies the nonprofit hosting the meeting.

      • Frequently Asked Questions
        Open generator

        Answers RSVP, voting, and agenda questions.

      • Breadcrumb
        Open generator

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

      eventAttendanceMode
      itemListElement[].name
      location.name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      startDate
      url

      Recommended properties (stack union)

      contactPoint.contactType
      contactPoint.telephone
      description
      endDate
      eventStatus
      itemListElement[].item
      location.address
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      organizer.name
      sameAs[]
      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": "Event",
          "@id": "https://www.example.org/annual-meeting#event",
          "name": "Community Foundation Annual Meeting",
          "description": "Annual meeting covering impact updates, board elections, and member questions.",
          "startDate": "2026-05-12T18:00:00-05:00",
          "endDate": "2026-05-12T20:00:00-05:00",
          "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
          "eventStatus": "https://schema.org/EventScheduled",
          "location": {
            "@type": "Place",
            "name": "Civic Center Hall",
            "address": {
              "@type": "PostalAddress",
              "streetAddress": "100 Center Plaza",
              "addressLocality": "Madison",
              "addressRegion": "WI",
              "postalCode": "53703",
              "addressCountry": "US"
            }
          },
          "organizer": { "@type": "Organization", "name": "Community Foundation" },
          "url": "https://www.example.org/annual-meeting"
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "@id": "https://www.example.org/#org",
          "name": "Community Foundation",
          "url": "https://www.example.org",
          "logo": "https://www.example.org/assets/logo.png",
          "sameAs": [
            "https://www.facebook.com/communityfoundation",
            "https://www.linkedin.com/company/communityfoundation"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Do I need to RSVP?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Please RSVP by May 5 to reserve seating and receive voting materials."
              }
            },
            {
              "@type": "Question",
              "name": "Can members vote online?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Members may vote in person or via the secure portal linked in the RSVP confirmation."
              }
            },
            {
              "@type": "Question",
              "name": "Is the venue accessible?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. The venue has ramps, accessible restrooms, and reserved seating."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.org" },
            { "@type": "ListItem", "position": 2, "name": "Events", "item": "https://www.example.org/events" },
            { "@type": "ListItem", "position": 3, "name": "Annual Meeting", "item": "https://www.example.org/annual-meeting" }
          ]
        }
      ]

      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 hybrid attendance?

      If you offer virtual attendance, set eventAttendanceMode to MixedEventAttendanceMode and add a VirtualLocation.

      Do I need Organization if the Event has organizer?

      Yes. Organization provides richer nonprofit identity signals and can include social profiles and contact points.

      References