We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Sustainability/net-zero pledge pages with Organization + WebPage context, FAQs, and breadcrumb navigation.
Anchors the organization making the pledge.
Defines the pledge page and its summary.
Answers questions about targets, timelines, and reporting.
Provides navigation context for the pledge 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/about#org",
"name": "Northwind Energy",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/northwind-energy"
]
},
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/sustainability/pledge#page",
"name": "Net-Zero Pledge",
"description": "Our commitment to reach net-zero emissions by 2040 with verified milestones.",
"url": "https://www.example.com/sustainability/pledge",
"inLanguage": "en-US",
"dateModified": "2025-09-01"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the target year for net-zero?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We aim to reach net-zero emissions by 2040 with interim milestones in 2028 and 2034."
}
},
{
"@type": "Question",
"name": "How do you track progress?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Progress is reported annually through third-party audited sustainability reports."
}
},
{
"@type": "Question",
"name": "Are offsets included?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Offsets are only used for residual emissions after reduction measures are applied."
}
}
]
},
{
"@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" },
{ "@type": "ListItem", "position": 3, "name": "Pledge", "item": "https://www.example.com/sustainability/pledge" }
]
}
]Yes. Link to annual or quarterly reports in the page content and keep the WebPage URL canonical.
If initiatives have detailed content, create separate pages and link them from the pledge page.