We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Annual/impact report pages linking Article content to Organization context with FAQs and breadcrumb navigation.
Captures the report content with headline, dates, and author/publisher.
Anchors the org whose report this is, with logo and URL.
Answers period coverage, download access, and contact questions.
Provides navigation context to the report 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": "Article",
"@id": "https://www.example.com/reports/2024-annual#article",
"headline": "Example Corp — 2024 Annual Report",
"description": "Financial and operational highlights for fiscal year 2024.",
"datePublished": "2025-03-15",
"dateModified": "2025-03-15",
"url": "https://www.example.com/reports/2024-annual",
"author": { "@type": "Organization", "name": "Example Corp" },
"publisher": { "@type": "Organization", "name": "Example Corp" },
"about": { "@id": "https://www.example.com/#org" }
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com/#org",
"name": "Example Corp",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/example-corp"
],
"address": { "@type": "PostalAddress", "addressCountry": "US" }
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What period does this report cover?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Fiscal year 2024 (Jan 1, 2024 to Dec 31, 2024)."
}
},
{
"@type": "Question",
"name": "How can I download the full report?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Download the PDF from the top of this page or request a printed copy from investor relations."
}
},
{
"@type": "Question",
"name": "Who do I contact for IR questions?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Email ir@example.com for investor relations inquiries."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Reports", "item": "https://www.example.com/reports" },
{ "@type": "ListItem", "position": 3, "name": "2024 Annual Report", "item": "https://www.example.com/reports/2024-annual" }
]
}
]Yes. Article represents the report; Organization anchors the entity the report is about.
Link downloads in the Article body and ensure URLs in JSON-LD match visible download links.