We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Corporate giving/CSR program pages with Organization + Offer, FAQs, and breadcrumb navigation.
Anchors the company or foundation offering the program.
Expresses the giving program offer details and application link.
Answers questions about eligibility, funding cycles, and reporting.
Provides navigation context for the giving program 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/impact#org",
"name": "Northwind Foundation",
"url": "https://www.example.com/impact",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/northwind-foundation"
]
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/impact/giving#offer",
"name": "Community Impact Grant Program",
"description": "Annual grants for nonprofits focused on housing, education, and workforce development.",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/impact/giving/apply",
"eligibleRegion": "US"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is eligible to apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Registered nonprofits in the US with programs aligned to our focus areas are eligible."
}
},
{
"@type": "Question",
"name": "When is the application window?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Applications open each January and close on March 31."
}
},
{
"@type": "Question",
"name": "What reporting is required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Grantees submit a mid-year update and a final impact report within 60 days of completion."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Impact", "item": "https://www.example.com/impact" },
{ "@type": "ListItem", "position": 3, "name": "Giving Program", "item": "https://www.example.com/impact/giving" }
]
}
]Yes. If the page lists multiple grant tracks, add separate Offer entries for each.
If matching gifts are part of the program, mention them in the Offer description or add a separate Offer.