We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Matching gifts hub pages with CollectionPage + Offer context, FAQs, and breadcrumb navigation.
Represents the hub listing matching gift programs or employer details.
Describes the matching gift offer and submission URL.
Answers questions about eligibility, ratios, and timelines.
Provides navigation context for the matching gifts hub.
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": "CollectionPage",
"@id": "https://www.example.com/giving/matching-gifts#page",
"name": "Matching Gifts Program",
"description": "Find employer matching gift policies and submit your match request.",
"url": "https://www.example.com/giving/matching-gifts",
"inLanguage": "en",
"hasPart": [
{ "@id": "https://www.example.com/giving/matching-gifts#offer" }
]
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/giving/matching-gifts#offer",
"name": "Employer Matching Gift Submission",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/giving/matching-gifts/submit",
"eligibleRegion": "US",
"description": "Submit a matching gift request for your employer to review."
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is eligible for matching gifts?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Eligibility depends on your employer’s program. Most full-time employees are eligible to submit a match."
}
},
{
"@type": "Question",
"name": "What is the typical match ratio?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Many employers match 1:1, but ratios can vary. Check your employer’s policy for details."
}
},
{
"@type": "Question",
"name": "How long does approval take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most matches are approved within 2-4 weeks after submission."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Giving", "item": "https://www.example.com/giving" },
{ "@type": "ListItem", "position": 3, "name": "Matching Gifts", "item": "https://www.example.com/giving/matching-gifts" }
]
}
]If you list employers, add a section for each and keep the CollectionPage.hasPart links aligned to those sections.
Yes. Include any minimums or caps in the page content and FAQ answers so donors see accurate limits.