We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Alumni network pages with Organization + Event context, FAQs, and breadcrumb navigation.
Anchors the alumni association identity and contact info.
Represents alumni meetups or networking events.
Answers questions about eligibility, dues, and participation.
Provides navigation context to the alumni network 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": "Organization",
"@id": "https://www.example.com/alumni#org",
"name": "Northwind University Alumni Association",
"url": "https://www.example.com/alumni",
"logo": "https://www.example.com/assets/logo.svg",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-312-555-0198",
"contactType": "Alumni Services"
}
},
{
"@context": "https://schema.org",
"@type": "Event",
"@id": "https://www.example.com/alumni/summit#event",
"name": "Annual Alumni Networking Summit",
"startDate": "2025-10-03T18:00:00-05:00",
"endDate": "2025-10-03T21:00:00-05:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"url": "https://www.example.com/alumni/summit",
"location": {
"@type": "Place",
"name": "Northwind Alumni Center",
"address": {
"@type": "PostalAddress",
"streetAddress": "800 College Ave",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode": "60601",
"addressCountry": "US"
}
},
"organizer": { "@id": "https://www.example.com/alumni#org" },
"offers": {
"@type": "Offer",
"url": "https://www.example.com/alumni/summit#register"
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who can join the alumni network?",
"acceptedAnswer": {
"@type": "Answer",
"text": "All graduates and former students of Northwind University are eligible to join."
}
},
{
"@type": "Question",
"name": "Are there membership dues?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Membership is free. Event tickets and donations are optional."
}
},
{
"@type": "Question",
"name": "How do I update my contact info?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Log in to your alumni profile and update your contact details."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Alumni", "item": "https://www.example.com/alumni" }
]
}
]Yes. Include one Event per alumni event if multiple appear on the page.
Only include Offer if there’s a visible registration or ticketing CTA.