What format should the RSS Feed have?

In order to import your latest content automatically, you need to provide us with a valid RSS Feed. Below is an example of what a proper formated RSS Feed should look like:

<?xml version="1.0" encoding="UTF-8" ?>
<rss
version="2.0">

<channel>
<title>Your RSS Title</title>
<description>This is an example of an RSS feed</description>
<link>http://www.site.com/</link>
<lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000 </lastBuildDate>
<pubDate>Mon, 06 Sep 2009 16:45:00 +0000 </pubDate>
<item>
<title>Check out this amazing video!</title>
<description>Here is an interesting description.</description>
<link>http://www.site.com/videos/amazing-video</link>
<enclosure url="http://site.com/2.jpg" length="453" type="image/jpeg" />
<guid>a_unique_string_to_identify_each_item_in_your_feed_2</guid>
<pubDate>Fre, 29 Feb 2008 16:45:00 +0000</pubDate>
</item>
<item>
<title>This is my first post!</title>
<description>The description is important!</description>
<link>http://www.site.com/gallery/amazing-images</link>
<enclosure url="http://site.com/1.jpg" length="876" type="image/jpeg" />
<guid>a_unique_string_to_identify_each_item_in_your_feed_1</guid>
<pubDate>Thu, 28 Feb 2008 19:45:00 +0000</pubDate>
</item>
</channel>
</rss>
Have more questions? Submit a request

Comments