IPTC Publisher Info is an organisation metadata standard that enables media publishers to share detailed information about their organisation, policies, and trustworthiness indicators in a machine-readable format using JSON-LD embedded within HTML files.
IPTC Publisher Info is a JSON-LD based standard, based on schema.org properties, that allows publishers to declare:
It is important to note that, at this stage, there is no way to independently verify the assertions that publishers make about themselves. Links to external audits from groups such as Reporters Without Borders' Journalism Trust Initiative or The Trust Project are very important. Consumers of IPTC Publisher Info metadata should treat it with caution.
/.well-known/publisher-info.html OR embed the JSON-LD in your existing website pagesYour publisher info file should be accessible at:
https://yourdomain.com/.well-known/publisher-info.html
Alternatively, you can embed the JSON-LD directly in your website pages using a <script type="application/ld+json"> tag in the <head> section.
See the examples/ directory for complete example files:
- examples/publisher-info.html - Standalone HTML file with embedded JSON-LD
- examples/embedded-example.html - Example of JSON-LD embedded in an existing page
- publisher-info.json - Original JSON-LD data (for reference)
This is an open standard. We welcome contributions from the community. Please see CONTRIBUTING.md for details.
This standard is released under the IPTC License.