We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Scholarship program pages with Scholarship details, FAQs, and breadcrumbs.
Defines the scholarship landing page.
Describes the scholarship program and award details.
Answers eligibility, deadline, and application questions.
Provides navigation context for the scholarship 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": "WebPage",
"@id": "https://www.example.com/scholarships/innovation#page",
"name": "Innovation Scholarship",
"description": "Scholarship supporting students pursuing innovation and technology.",
"url": "https://www.example.com/scholarships/innovation",
"inLanguage": "en",
"dateModified": "2025-05-28"
},
{
"@context": "https://schema.org",
"@type": "Scholarship",
"@id": "https://www.example.com/scholarships/innovation#scholarship",
"name": "Innovation Scholarship",
"description": "Awarded to undergraduate students pursuing STEM fields.",
"provider": { "@type": "Organization", "name": "Northwind Foundation" },
"amount": "5000",
"eligibility": "Undergraduate students in accredited STEM programs.",
"url": "https://www.example.com/scholarships/innovation"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is eligible to apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applicants must be enrolled full-time in an accredited undergraduate STEM program."
}
},
{
"@type": "Question",
"name": "When is the application deadline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applications close on August 15, 2025."
}
},
{
"@type": "Question",
"name": "What documents are required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit transcripts, a resume, and a short personal statement."
}
}
]
},
{
"@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": "Innovation Scholarship", "item": "https://www.example.com/scholarships/innovation" }
]
}
]If multiple award tiers are listed, mention them in the Scholarship description or FAQs.
Include deadlines in the page copy and mirror them in FAQ answers.