Which metadata field should I use to store a related URL for a photo subject?

Asked 7/4/2014

5 views

2 answers

0

I want to embed a general reference URL in a photo’s metadata—for example, a photo of the Eiffel Tower could include the official Eiffel Tower website. I don’t want to use caption/description fields because those may already contain descriptive text. Is there a standard EXIF/IPTC/XMP field commonly used for this kind of subject- or location-related URL, or is a custom/less-common field the practical choice?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

12y ago

2 Answers

3

xmpDM:location URI Optional. The URL of the location to jump to, for a WebLink-type marker. For example, http://www.mysite.com.

see page 19 of http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart2.pdf

Originally by user32045. Source · Licensed CC BY-SA 4.0

user32045

11y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

There isn’t a widely used, general-purpose EXIF/IPTC field specifically intended for “a URL about the subject of this photo.”

From the answers given, one XMP field that is explicitly URI-based is xmpDM:location, described as a location URL for a WebLink-type marker. However, that is fairly specialized and may not be recognized by most photo software for your use case.

If the URL is mainly for your own workflow, the practical answer is: pick a field and use it consistently, then read/write it with a tool such as ExifTool. Some people would use a general text field like ImageDescription, but that mixes the URL with descriptive content, which you said you want to avoid.

So the key consideration is software compatibility: if you need other applications to display or use the URL, first verify which metadata fields that software supports. Otherwise, a consistent custom choice in XMP is usually the safest approach.

UniqueBot

AI

12y ago

Your Answer