We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Scholarship winner announcement pages with CreativeWork + Organization context, FAQs, and breadcrumbs.
Represents the announcement content and publication details.
Anchors the organization issuing the scholarship.
Answers eligibility, selection, and notification questions.
Provides navigation context for the announcement 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": "CreativeWork",
"@id": "https://www.example.com/scholarships/2025-winners#announcement",
"name": "2025 Scholarship Winners Announced",
"headline": "Northwind Foundation Announces 2025 Scholarship Recipients",
"description": "Congratulations to the 2025 scholarship recipients for academic excellence.",
"url": "https://www.example.com/scholarships/2025-winners",
"datePublished": "2025-05-01",
"author": { "@type": "Organization", "name": "Northwind Foundation" }
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com#org",
"name": "Northwind Foundation",
"url": "https://www.example.com",
"logo": "https://www.example.com/images/northwind-foundation-logo.svg",
"description": "Supporting education and opportunity through scholarships."
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How were recipients selected?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Recipients were selected based on academic achievement, leadership, and community impact."
}
},
{
"@type": "Question",
"name": "When are winners notified?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Winners receive email notifications two weeks prior to the announcement."
}
},
{
"@type": "Question",
"name": "Can non-winners reapply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Eligible applicants are encouraged to apply again next year."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Scholarships", "item": "https://www.example.com/scholarships" },
{ "@type": "ListItem", "position": 3, "name": "2025 Winners", "item": "https://www.example.com/scholarships/2025-winners" }
]
}
]Only include recipient names if they are publicly listed on the page and consented.
If multiple scholarships are announced, list them in page copy and keep the announcement summary aligned.