I want my client’s branded images to retain provenance metadata when they get shared on instagram, twitter, etc. but every platform strips exif on upload. is there any way to preserve provenance through social distribution
Short answer: not via traditional exif. social platforms have been stripping exif for privacy reasons for years. the workaround is c2pa, which uses cryptographic binding to the image data itself (not metadata sidecar). most major social platforms either preserve c2pa already (LinkedIn, TikTok, X recently) or are committed to preserving it in 2026. instagram is the lone holdout but they’ve publicly committed to a 2026 rollout. for now, c2pa survives where exif doesnt, but coverage isnt 100%.
On c2pa. publishing side we now also include the c2pa info as visible burned-in marks (a small badge in the corner) as a redundancy. its ugly but works.
@RustyCircuitX exactly the answer i needed. starting c2pa adoption this quarter.