- From: Micah McG <mcglabs@gmail.com>
- Date: Thu, 5 Dec 2024 00:30:35 -0500
- To: Jan Philipp Maybach <jan.philipp@texxturum.com>
- Cc: public-schemaorg@w3.org
- Message-ID: <CACjiiSRUdcgwOSq7zGUAZFbnyGjSgVU_Z3wZUHh5Kdk6HujFRA@mail.gmail.com>
Here is an example [though could greatly simplified or expanded according to your needs]. See ethicsPolicy property @type is CreativeWork in the following json ld: { "@context": "https://schema.org", "@type": "Organization", "name": "Example Company", "url": "https://www.example.com", "logo": "https://www.example.com/logo.png", "contactPoint": { "@type": "ContactPoint", "contactType": "Customer Service", "email": "ethics@example.com" }, "ethicsPolicy": { "@type": "CreativeWork", "name": "Company Ethics Policy", "url": "https://www.example.com/ethics-policy", "description": "Our commitment to ethical practices and decision-making in all aspects of our business.", "dateCreated": "2023-01-01", "mainEntityOfPage": "https://www.example.com/ethics-policy", "hasPart": [ { "@type": "CreativeWork", "name": "Code of Conduct", "url": "https://www.example.com/code-of-conduct", "description": "Guidelines for employees to adhere to ethical standards." }, { "@type": "CreativeWork", "name": "Anti-Corruption Policy", "url": "https://www.example.com/anti-corruption-policy", "description": "Our stance on preventing and addressing corruption and bribery." }, { "@type": "CreativeWork", "name": "Equal Opportunity Policy", "url": "https://www.example.com/equal-opportunity-policy", "description": "Commitment to fairness and equal opportunities in the workplace." } ], "mentions": [ { "@type": "Organization", "name": "United Nations Global Compact", "url": "https://www.unglobalcompact.org/" }, { "@type": "Organization", "name": "ISO 26000", "url": "https://www.iso.org/iso-26000-social-responsibility.html" } ] } } On Wed, Dec 4, 2024 at 4:32 PM Jan Philipp Maybach < jan.philipp@texxturum.com> wrote: > Hi, > > > I want to give you implementation feedback about ethicsPolicy. > > I wandered the web, looked at Examples, but failed. > > > Can you please confirm, that a simple: > > "ethicsPolicy": "Ich hab ja so viel erlebt im Leben." > > is fine? > > > https://schema.org/ethicsPolicy > > > I checked with validator.schema.org and everything was fine. > > But I still wonder, what you mean by: > > Values expected to be one of these types > -- CreativeWork > -- URL > > > Mit vielem Dank☺️ > texxturum. Jan Philipp Maybach, Beratungsbüro, Postallee 11, 45964 > Gladbeck > Telefon 0 (049) 151 58 555 456, Web https://texxturum.eu > Ich hab ja so viel erlebt im Leben. > > >
Received on Thursday, 5 December 2024 05:30:51 UTC