Element
|
Required
|
Type
|
Example
|
Description
|
description
|
Yes
|
Text
|
<description>Description of this item</description>
<description><![CDATA[content]]></description>
|
The main text of the item to display. Minimum length is 300 characters.
Maximum length is 7000 characters. If the provided value is longer than 7000 characters it will be truncated.
If the description can contain special characters, like & < etc (which is always possible with non-sanitised user-generated content, then use a CDATA block around the content.
|
link
|
Yes
|
URL
|
<link>http://www.YourSite.com/url</link>
|
The link to the item on your site.
|
title
|
Yes
|
Text
|
<title>Title of this item</title>
<title><![CDATA[content]]></title> |
A brief (60 characters maximum) description of the item.
If the title can contain special characters, then use a CDATA block around the content. |
jl:city
| Yes |
Text
|
<jl:city>Madrid</jl:city>
|
The name of the city where the item is located.
|
jl:country
|
Yes
|
Text
|
<jl:country>Spain</jl:country>
|
The
country where the item is located. See the Countries Element Values.
This can be provided in any language. If used as a channel default, it is not required at item-level.
|
jl:language
|
Yes
|
Text
|
<jl:language>EN</jl:language>
|
See http://cyber.law.harvard.edu/rss/languages.html for a list of options. If used as a channel default, it is not required at item-level.
|
jl:main_category
| Yes
| Text
|
<jl:main_category>Finance & Banking</jl:main_category>
| The
main category that relates to this item. See Housing Categories and Job
Categories Element Values depending on the feed type. If used as a channel default, it is not required at item-level.
|
jl:sub_category
| No
| Text
| <jl:sub_category>Accountants</jl:sub_category>
| he
sub-category that the item belongs in. See Housing Categories and Job
Categories Element Values. Dependent on jl:main_category. If used as a channel default, it is not required at item-level.
|
guid
| No
| Text
|
<guid>H123</guid>
| A unique identifier for the item.
|
pubDate | No | Date
| <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate> | The date this item was last updated. See http://www.faqs.org/rfcs/rfc822.html for date format. |
jl:area
|
No
|
|
<jl:area>Salamanca</jl:area>
|
The name of the area or neighbourhood where the item is located.
|
jl:currency
|
No
|
Currency Code
|
<jl:currency>EUR</jl:currency>
|
The currency that this item is in. See http://www.xe.com/iso4217.php
for lists sorted by both country and currency. Defaults to the jl:country currency code.
|
jl:email
|
No
|
E-mail address
|
<jl:email>example@example.com</jl:email>
|
The contact email for the item.
|
jl:full_address
|
No
|
Text
|
<jl:full_address>C/ Maestro Lasalle 36, Madrid, Spain</jl:full_address>
|
The full address of the place where the item is located. This element can be used in place of the individual address elements.
|
jl:latitude
|
No
|
Number
|
<jl:latitude>40.464564</jl:latitude>
|
The latitude of the place where the item is located.
|
jl:longitude
|
No
|
Number
|
<jl:longitude>-3.671676</jl:longitude>
|
The longitude of the place where the item is located.
|
jl:postcode
|
No
|
Text
|
<jl:region>28003</jl:region>
|
The postcode of the area where the item is located.
|
jl:province | No | Text | <jl:province>Community of Madrid</jl:province> | The name of the province or region where the item is located. |
jl:street_name
|
No
|
Text
|
<jl:street_name>C/ Maestro Lasalle</jl:region>
|
The name of the street where the item is located.
|
jl:street_number
|
No
|
Text
|
<jl:street_number>36</jl:street_number>
|
The street number of the place where the item is located.
|
jl:telephone
|
No
|
Text
|
<jl:telephone>0987662094</jl:telephone>
|
If provided, this will be visible on your post.
|
Multi-lingual Container and Elements
|
Element
|
Required
|
Type
|
Example
|
Description
|
jl:content
| No
| Container
| <jl:content>...</jl:content>
| Used for multi-lingual items. Only contains jl:title, jl:language, jl:description and jl:link.
|
jl:description
| Yes
| Text
| <jl:description>Description of this item</jl:description>
| The
main text to be displayed for the item to display. Minimum length is
300 characters. Maximum length is 7000 characters. If the provided value
is longer than 7000 characters it will be truncated. Required if using multi-lingual.
|
jl:language
|
Yes
|
Text
|
<jl:language>EN</jl:language>
|
See http://cyber.law.harvard.edu/rss/languages.html for a list of ptions. If used as a channel default, it is not required at item-level. Required if using multi-lingual.
|
jl:link
| Yes
| Text
|
<jl:link>http://www.YourSite.com/url</jl:link>
| The link to the item on your site. Required if using multi-lingual.
|
jl:title
| Yes
| Text
| <jl:title>Title of this item</jl:title>
| A brief (60 characters maximum) description of the item. Required if using multi-lingual.
|
Media Containers and Elements
|
Element
|
Required
|
Type
|
Example
|
Description
|
jl:images
|
No
|
Container
|
<jl:images>...</jl:images>
|
Only contains jl:image_link items.
|
jl:image_link
|
No
|
URL
|
<jl:image_link>http://www.YourSite.com/housing/image.jpg</jl:image_link>
|
A link to an image that can be downloaded. Up to 10 images per item will be processed.
|
jl:videos
|
No
|
Container
|
<jl:videos>...</jl:videos>
|
Only contains jl:video items.
|
jl:video
|
No
|
URL
|
<jl:video>http://www.youtube.com/watch?v=UqwGSo82cwU</jl:video>
|
A link to a YouTube video.Only the first video link will be pro cessed for the item.
|