In addition to the existing RSS elements, the pivot format defines additional elements allowing the additional support of useful data. https://www.rssboard.org/rss-specification#extendingRss
These elements use the following namespaces:
Prefix | Namespace | Support |
---|---|---|
schema |
Schema.org community-defined elements for the support of ClaimReview and MediaReview https://schema.org |
|
media |
RSS module used as a complement to to the <enclosure> element defining the media used by the article. https://www.rssboard.org/media-rss |
|
content |
RSS 1.0 module for supporting website content in any format. https://web.resource.org/rss/1.0/modules/content/ |
|
atom |
Atom community-defined elements |
Elements | |
---|---|
title |
|
guid |
Unique identifier of the article. Attribute:
|
schema:version |
Article version. Increment number for each revision. |
link |
URL of the fact check article on your site https://www.rssboard.org/rss-profile#element-channel-item-link |
pubDate |
Publication date of the article in dateTime format. The recommended DE FACTO date time format is ISO 8601 with the time zone indicated as an offset from UTC, for instance: 2022-04-29T11:36:31+01:00. |
atom:updateDate |
Last article update date in dateTime format |
schema:review |
An element containing ClaimReview and/or MediaReview to describe the statement or media that was checked. The content is in json-ld format escaped into a CDATA section. Attribute:
|
content:encoded |
Full content or the first paragraphs of the article in HTML format escaped into a CDATA section. This content is meant to be automatically ingested by Content Management Systems or other automatic processes. DE FACTO is expected to get the full content to feed its CMS. https://www.rssboard.org/rss-profile#namespace-elements-content-encoded https://web.resource.org/rss/1.0/modules/content/ |
description |
Short summary or first paragraph of the article in text. Essential element for RSS readers. https://www.rssboard.org/rss-profile#element-channel-item-description |
enclosure |
Illustrative image of the article. For compatibility with RSS aggregators, there should be no more than one enclosure. Required attributes:
|
media:content or media:group |
An element which supplements the enclosure element for additional description of any type of media. If there are several contents, the element is repeated. If the same content in different formats, media:group is used. https://www.rssboard.org/media-rss#primary-elements |
author |
Name of the author of the article. The element is repeated when there are several authors. https://www.rssboard.org/rss-profile#element-channel-item-author |
category |
Definition of a category linked to the article. This can be done with free text or by using a taxonomy defined by the domain in the case of a controlled vocabulary. The element is repeated when there are several categories. https://www.rssboard.org/rss-profile#element-channel-item-category |
In order to standardize the content of categories, it is possible to use the codes defined by the IPTC or other standardized domains. The definition of the domain to which the codes belong is specified by the use of the domain.
The use of IPTC codes in category elements is done via the domain.
<category domain="https://cv.iptc.org/newscodes/subjectcode">04008033</category>
<category domain="https://iptc.org/standards/media-topics">2000337</category>
The country codes defined by the ISO 3166 standard can be used by specifying one of the following values for the domain :
-
https://www.iso.org/iso-3166-2 ⇒ 2-letters country code
-
https://www.iso.org/iso-3166-3 ⇒ 3-letters country
<category>Location/France</category>
<category domain="https://www.iso.org/iso-3166-2">EN</category>
<category domain="https://www.iso.org/iso-3166-3">ENG</category>
<category domain="https://www.geonames.org">2988507</category>