We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Virtual career fair booth pages with Event + WebApplication + Organization context, FAQs, and breadcrumb navigation.
Defines the virtual booth session with date, attendance mode, and access URL.
Represents the virtual booth experience or platform for the event.
Anchors the employer hosting the virtual booth.
Answers questions about sessions, access, and preparation.
Provides navigation context for the virtual booth 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/careers#org",
"name": "Northwind Labs",
"url": "https://www.example.com/careers",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/northwind-labs"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-512-555-0142",
"contactType": "Recruiting"
}
},
{
"@context": "https://schema.org",
"@type": "WebApplication",
"@id": "https://www.example.com/career-fair/booth#app",
"name": "Northwind Virtual Booth",
"url": "https://www.example.com/career-fair/booth",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "Live chat, video sessions, and recruiter Q&A for the virtual career fair.",
"provider": { "@id": "https://www.example.com/careers#org" }
},
{
"@context": "https://schema.org",
"@type": "Event",
"@id": "https://www.example.com/career-fair/booth#event",
"name": "Northwind Labs Virtual Booth",
"description": "Meet recruiters, ask questions, and learn about open roles.",
"startDate": "2025-03-18T10:00:00-05:00",
"endDate": "2025-03-18T16:00:00-05:00",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"url": "https://www.example.com/career-fair/booth",
"location": {
"@type": "VirtualLocation",
"name": "Virtual Booth Room",
"url": "https://www.example.com/career-fair/booth"
},
"organizer": { "@id": "https://www.example.com/careers#org" }
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need to register before joining?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Register for the career fair to access the booth link and session schedule."
}
},
{
"@type": "Question",
"name": "What should I prepare?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Bring a PDF resume and a short introduction to share with recruiters."
}
},
{
"@type": "Question",
"name": "Are there 1:1 sessions?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Time slots are posted in the booth and require booking."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Career Fair", "item": "https://www.example.com/career-fair" },
{ "@type": "ListItem", "position": 3, "name": "Northwind Booth", "item": "https://www.example.com/career-fair/booth" }
]
}
]If you have multiple booth sessions, add separate Event entries or list each session in the page content.
Yes. Use WebApplication to describe the virtual booth experience and link to the platform URL.