| org | | [table] | true | |
| ↳ disclosures | org | [[array]] | true | Links to documents that show your organisations sustainability data disclosures. |
| ↳ doc_type | disclosures | string | true | A slugified string representing the type of document you are linking to. Accepted values are: "web-page", "annual-report", "sustainability-page", "certificate", "csrd-report", "other" |
| ↳ url | disclosures | url | true | The URL of the document you are linking to beginning with "http://" or "https://. |
| ↳ valid_until | disclosure | date | false | The last date that this disclosure is valid for, if it is time-limited (for example, an annual report or renewable energy certificate), as a string in ISO8601 format, e.g "2025-12-13". |
| ↳ domain | disclosures | string | false | The domain for which the disclosure applies, if this carbon.txt is to be used across multiple domains. This can include any subdomains (e.g. "www."), but should not include the protocol (i.e. "http://" or "https://") or any content paths (e.g "/news/", "/about", "news-update-2025" etc.). |
| ↳ title | disclosures | string | false | A meaningful title describing the disclosure. |
[org]
disclosures = [
{ doc_type = "web-page", url = "https://mycompany.com/sustainability", domain = "mycompany.com" },
{ doc_type = "annual-report", url = "https://mycompany.com/carbon-emissions-2025.pdf", valid_until = "2025-12-31", title = "Emissions Report 2025" }
]
|