We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
ESG and impact pages with Organization, WebPage, Article, FAQs, and breadcrumbs.
Anchors the company identity for ESG context.
Declares the ESG landing page.
Represents an ESG report or impact update.
Answers reporting, methodology, and governance questions.
Provides navigation context for the ESG 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/#org",
"name": "Northwind",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/northwind"
]
},
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/sustainability#page",
"name": "Sustainability & ESG",
"description": "Our environmental, social, and governance commitments and progress.",
"url": "https://www.example.com/sustainability",
"inLanguage": "en",
"dateModified": "2025-05-26"
},
{
"@context": "https://schema.org",
"@type": "Article",
"@id": "https://www.example.com/sustainability/2024-impact-report#article",
"headline": "2024 Impact Report",
"description": "Highlights of our emissions reductions, workforce metrics, and governance practices.",
"datePublished": "2025-03-15",
"dateModified": "2025-03-20",
"url": "https://www.example.com/sustainability/2024-impact-report",
"author": { "@type": "Organization", "name": "Northwind ESG Team" },
"publisher": { "@type": "Organization", "name": "Northwind" }
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Which standards do you report against?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We report using GRI and SASB frameworks where applicable."
}
},
{
"@type": "Question",
"name": "How are emissions calculated?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Emissions are calculated using operational data and verified methodologies."
}
},
{
"@type": "Question",
"name": "Where can I download the report?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Download the full report from the report page linked above."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Sustainability", "item": "https://www.example.com/sustainability" }
]
}
]Yes. If multiple reports are listed on the page, include one Article per report.
Include targets in the page copy and summarize them in the FAQ answers if helpful.