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 Pledge Stack

      Sustainability/net-zero pledge pages with Organization + WebPage context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Net-zero pledge pages outlining commitments and timelines
      • Sustainability pledge pages with targets and accountability
      • Pages where FAQs clarify reporting and verification

      What's included

      • Organization
        Open generator

        Anchors the organization making the pledge.

      • Defines the pledge page and its summary.

      • Frequently Asked Questions
        Open generator

        Answers questions about targets, timelines, and reporting.

      • Breadcrumb
        Open generator

        Provides navigation context for the pledge 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`).

      description
      itemListElement[].name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      dateModified
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].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/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" }
          ]
        }
      ]

      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 link to progress reports?

      Yes. Link to annual or quarterly reports in the page content and keep the WebPage URL canonical.

      Do I need separate pages for each initiative?

      If initiatives have detailed content, create separate pages and link them from the pledge page.

      References