We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
School enrollment pages with EducationalOrganization + Offer context, FAQs, and breadcrumbs.
Anchors the school or district offering enrollment.
Represents enrollment or application offer and CTA.
Answers eligibility, deadlines, and documents questions.
Provides navigation context for the enrollment 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": "EducationalOrganization",
"@id": "https://www.example.com/schools/northwind-academy#org",
"name": "Northwind Academy",
"url": "https://www.example.com/schools/northwind-academy",
"logo": "https://www.example.com/images/northwind-academy-logo.svg",
"description": "Independent K-12 school focused on project-based learning."
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/schools/northwind-academy/enroll#offer",
"name": "2025 Enrollment Application",
"description": "Application fee includes transcript review and admissions interview.",
"price": "75.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/schools/northwind-academy/enroll"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the application deadline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applications are due by February 15 for fall enrollment."
}
},
{
"@type": "Question",
"name": "What documents are required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit transcripts, a birth certificate, and two recommendation letters."
}
},
{
"@type": "Question",
"name": "Is financial aid available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Financial aid applications are reviewed on a rolling basis."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Schools", "item": "https://www.example.com/schools" },
{ "@type": "ListItem", "position": 3, "name": "Northwind Academy", "item": "https://www.example.com/schools/northwind-academy" },
{ "@type": "ListItem", "position": 4, "name": "Enroll", "item": "https://www.example.com/schools/northwind-academy/enroll" }
]
}
]If separate enrollment pages exist by grade band, create distinct Offer entries or pages for each.
Use page copy to describe ranges and keep the Offer price aligned to the visible fee.