Anti-Greenwashing & Marketing Claims Policy

Template Overview

  • Template ID: anti-greenwashing-marketing-claims-policy
  • Version: 1.0.0

To generate this document, pass the structured data described below into the data property of the /api/v1/documents/generate endpoint.


Data Payload Schema

FieldTypeRequirementDescription & Details
companyNamestringYesOrganisation legal name
effectiveDatestringNoEffective date (Format: YYYY-MM-DD.)
scopestringNoWho and what this policy applies to
ownerRolestringNoRole responsible for this policy Ex: Head of Marketing, or Sustainability Lead
principlesarray of stringsYesPrinciples every claim must meet Options: "Truthful and accurate", "Substantiated by evidence before it is made", "Clear and specific (not vague or ambiguous)", "Not misleading by omission or exaggeration", "Fair comparisons only", "Consider the full life cycle where relevant", "Clearly state the scope and any limits of the claim", "Distinguish future goals from current achievements"
followsGuidancebooleanNoDo you align to recognised guidance on green claims? Ex: EU Green Claims Directive, ISO 14021, national advertising codes.
guidanceRefsarray of stringsConditionalGuidance you align to Options: "EU Green Claims Directive / EU rules on environmental claims", "ISO 14021 (self-declared environmental claims)", "National advertising / consumer-protection codes", "Competition / consumer regulator guidance on green claims", "Other / not specified" Required if followsGuidance is true.
prohibitedPracticesarray of stringsYesPractices we prohibit Options: "Vague terms with no clear meaning (e.g. 'eco', 'green', 'natural') without support", "Unsubstantiated claims", "Cherry-picking favourable data while hiding the rest", "Irrelevant claims (highlighting something required by law as if a benefit)", "Hidden trade-offs (a benefit in one area, silent harm in another)", "Fake or unrecognised labels and certifications", "Aspirational net-zero / carbon-neutral claims without a credible plan", "Misleading imagery or symbols implying benefits that don't exist"
requiresEvidenceBeforebooleanNoMust evidence exist BEFORE a claim is published? Strongly recommended.
evidenceTypesarray of stringsYesAcceptable forms of evidence Options: "Independent third-party certification", "Accredited test / lab results", "Life-cycle assessment (LCA)", "Verified supplier declarations and records", "Independent audit", "Robust internal data and calculations"
retainsEvidenceYearsnumberNoHow long is claim evidence retained (years)? Ex: 5
usesVerificationPlatformbooleanNoDo you use a verification/traceability platform to support claims? Relevant if claims are backed by a platform like a DPP or sustainability tool.
hasApprovalProcessbooleanNoIs there a sign-off process before a claim is published?
approverRolestringConditionalWho approves claims? Ex: Sustainability Lead and Head of Marketing jointly. Required if hasApprovalProcess is true.
trainsStaffbooleanNoDo you train staff and agencies on these rules?
appliesToThirdPartiesbooleanNoDoes this policy bind agencies, influencers and partners who make claims for you?
reviewsExistingClaimsbooleanNoDo you periodically re-check that existing claims are still accurate?
correctsClaimsbooleanNoWill you withdraw or correct a claim that is no longer accurate?
reviewFrequencyMonthsnumberNoHow often is this policy reviewed (months)?
contactEmailstringYesContact email to query or challenge a claim

Example JSON Payload

Here is an example of a properly formatted data object for the Anti-Greenwashing & Marketing Claims Policy template.

{
  "templateId": "anti-greenwashing-marketing-claims-policy",
  "data": {
    "companyName": "Acme Corp",
    "effectiveDate": "2026-06-01",
    "scope": "Sample Scope",
    "ownerRole": "Head of Marketing, or Sustainability Lead",
    "principles": [
      "Truthful and accurate",
      "Substantiated by evidence before it is made"
    ],
    "followsGuidance": true,
    "guidanceRefs": [
      "EU Green Claims Directive / EU rules on environmental claims",
      "ISO 14021 (self-declared environmental claims)"
    ],
    "prohibitedPractices": [
      "Vague terms with no clear meaning (e.g. 'eco', 'green', 'natural') without support",
      "Unsubstantiated claims"
    ],
    "requiresEvidenceBefore": true,
    "evidenceTypes": [
      "Independent third-party certification",
      "Accredited test / lab results"
    ],
    "retainsEvidenceYears": 5,
    "usesVerificationPlatform": false,
    "hasApprovalProcess": true,
    "approverRole": "Sustainability Lead and Head of Marketing jointly",
    "trainsStaff": true,
    "appliesToThirdParties": true,
    "reviewsExistingClaims": true,
    "correctsClaims": true,
    "reviewFrequencyMonths": 1,
    "contactEmail": "legal@acmecorp.com"
  },
  "format": "pdf"
}