We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Grant compliance reporting pages with CreativeWork + Organization context, FAQs, and breadcrumb navigation.
Represents the compliance report or required documentation overview.
Anchors the organization administering grant compliance.
Answers common compliance reporting and audit questions.
Provides navigation context for the compliance 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/grants#org",
"name": "Northwind Foundation",
"url": "https://www.example.com/grants",
"logo": "https://www.example.com/assets/logo.svg"
},
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"@id": "https://www.example.com/grants/compliance/q2-2025#report",
"name": "Q2 2025 Grant Compliance Report",
"description": "Submission checklist, audit findings, and compliance status across active grants.",
"url": "https://www.example.com/grants/compliance/q2-2025",
"datePublished": "2025-07-15",
"author": {
"@type": "Person",
"name": "Avery Mitchell"
},
"publisher": {
"@type": "Organization",
"name": "Northwind Foundation"
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What documentation is required for compliance?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Provide quarterly financial statements, program outcomes, and signed attestation forms."
}
},
{
"@type": "Question",
"name": "When are compliance reports due?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Reports are due 30 days after quarter end unless otherwise specified in your grant agreement."
}
},
{
"@type": "Question",
"name": "How are audits handled?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Audit reviews occur annually and may request supplemental documentation."
}
}
]
},
{
"@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": "Compliance Reporting", "item": "https://www.example.com/grants/compliance" }
]
}
]Yes. Add one CreativeWork per reporting period with unique @id and URL values.
Include contact details in the page body and reference the organization for authority.