Keywords

The ERN standard allows communicating keywords for Releases and Resources. Keywords can be used to enhance user experiences by furnishing DSPs with information they can use when displaying the content as well as for music searches.

To provide two or more keywords, the sender must place each keyword into a separate Keywords tag. Each keyword may contain space characters:

Do this

<SoundRecording>
  […]
  <Keywords>Christmas</Keywords>
  <Keywords>NYPD Choir<Keywords>
  <Keywords>Galway Bay</Keywords>
  […]
</SoundRecording>

Do not do this!

<SoundRecording>
  […]
  <Keywords>
    Christmas, 
    NYPD Choir, 
    Galway Bay
  </Keywords>
  […]
</SoundRecording>

It would be incorrect to place multiple keywords into a single tag (whether separated by space, comma or any other character).

The keywords tag appears in all Resource and Release composites in ERN-4 and allows to also provide the territorial scope for each keyword.