contains-synthetic-performer keyword Amazon requires to your images, right here in your browser
Amazon now asks selling partners to tag product images and A+ media that show an AI-generated person before uploading them. This page checks whether your images already carry the required keyword and, if not, writes the exact XMP metadata Amazon specifies. Everything runs locally: your images never leave your computer.
Drop up to 20 images below. Each file is checked immediately: we read its XMP metadata and show whether the keyword is already there. Then, on request, the tag is added losslessly: pixels are untouched, only the metadata block changes, so there is no re-compression and no quality loss. Existing keywords are preserved.
To comply with jurisdictions that require the disclosure of synthetic humans in product media (most prominently New York’s AI advertising disclosure law), Amazon requires sellers to label affected media before upload. The requirement is precise:
If your media contains an AI-generated person, add the keyword contains-synthetic-performer to the XMP field dc:subject. Specifically, the string must appear as an rdf:li entry inside the dc:subject rdf:Bag of the file’s XMP metadata.
With the command-line tool ExifTool this is a one-liner. The tool on this page produces the same result, without installing anything:
exiftool -XMP-dc:Subject+=contains-synthetic-performer image.jpg
Amazon states it will add an indicator on the product detail page informing shoppers about AI-generated people where applicable. The tag itself is invisible to shoppers browsing your images; it lives in the file’s metadata.
Don’t trust, verify. After downloading, you can confirm the tag with ExifTool:
exiftool -G1 -XMP-dc:Subject your-image.jpg
# [XMP-dc] Subject : contains-synthetic-performer
On macOS you can also select the file in Finder, press ⌘I and check More info, or use Preview’s inspector; on Windows, right-click → Properties → Details (shown as “Tags”).
exiftool -XMP-dc:Subject+=contains-synthetic-performer clip.mp4.dc:subject bag; nothing else is modified. Existing keywords stay in place.