We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Grant program pages with CreativeWork details, FAQs, and breadcrumbs.
Defines the grant program landing page.
Describes the grant program or funding opportunity.
Answers eligibility, deadlines, and submission questions.
Provides navigation context for the grant 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/grants/innovation#page",
"name": "Innovation Grant Program",
"description": "Funding opportunities for early-stage innovation projects.",
"url": "https://www.example.com/grants/innovation",
"inLanguage": "en",
"dateModified": "2025-05-29"
},
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"@id": "https://www.example.com/grants/innovation#program",
"name": "Innovation Grant Program",
"description": "Grants up to $25,000 for projects focused on sustainable technology.",
"url": "https://www.example.com/grants/innovation",
"creator": { "@type": "Organization", "name": "Northwind Foundation" },
"datePublished": "2025-04-01"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who can apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Nonprofits and early-stage startups in sustainable technology are eligible."
}
},
{
"@type": "Question",
"name": "When is the application deadline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applications are due by September 1, 2025."
}
},
{
"@type": "Question",
"name": "What is required to apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit a project proposal, budget, and timeline using the online portal."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Grants", "item": "https://www.example.com/grants" },
{ "@type": "ListItem", "position": 3, "name": "Innovation Grant", "item": "https://www.example.com/grants/innovation" }
]
}
]Yes. Include award ranges in the CreativeWork description and FAQ answers.
Include dates in the page copy and mirror them in the FAQ answers.