We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Nonprofit annual meeting pages with Event + Organization, FAQs, and breadcrumb navigation.
Describes the annual meeting event details.
Identifies the nonprofit hosting the meeting.
Answers RSVP, voting, and agenda questions.
Provides navigation context for the meeting page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@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" }
]
}
]If you offer virtual attendance, set eventAttendanceMode to MixedEventAttendanceMode and add a VirtualLocation.
Yes. Organization provides richer nonprofit identity signals and can include social profiles and contact points.