Syndication/spec/keyword
From Steeple
< Syndication | spec
The Steeple RSS/Atom module, an extension of the Yahoo Media module, version 0.1
Home
Keywords are specified by
<media:keywords>a, b, c</media:keywords>
However, this alternative construct can be used if the keywords should be specified individually:
<atom:category scheme="http://purl.org/steeple/keyword">a</atom:category> <atom:category scheme="http://purl.org/steeple/keyword">b</atom:category> <atom:category scheme="http://purl.org/steeple/keyword">c</atom:category>
We recommend <media:keywords> as it will be picked up by parses as keywords, which the atom:category construct will be picked up as categories. The Steeple parser would understand the atom:category construct to specify keywords, and treat them the same as <media:keywords>
