Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Sustainability / ESG Stack

      ESG and impact pages with Organization, WebPage, Article, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Sustainability or ESG overview pages
      • Impact report hubs with downloadable reports
      • Corporate responsibility pages with goals and updates

      What's included

      • Organization
        Open generator

        Anchors the company identity for ESG context.

      • Declares the ESG landing page.

      • Represents an ESG report or impact update.

      • Frequently Asked Questions
        Open generator

        Answers reporting, methodology, and governance questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the ESG page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      author.name
      datePublished
      description
      headline
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      contactPoint
      dateModified
      image
      inLanguage
      itemListElement[].item
      logo
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      publisher.name
      sameAs

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@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" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I include multiple reports?

      Yes. If multiple reports are listed on the page, include one Article per report.

      How do I show targets or goals?

      Include targets in the page copy and summarize them in the FAQ answers if helpful.

      References