Legal Information |
|
There are various sub-elements in the channel element - specifically the "image" element. Crtitical Point - None of these are required EXCEPT for the command line of:
<CHANNEL></CHANNEL>However it's a good idea to include some of them. The purpose is to create an RSS feed template that you can use, and what is known as a "well formed XML document" which will pass validation with flying colors.
Possibilities within a Channel element are all meant to actually "publicise" the information for the entire web site. Every bit of information you can get into your RSS template may help. Additionally, it is simply good practice to include some of these elements as the more RSS spreads the more they will be used.
First let the three sub-elements that are almost NEVER foundin an RSS template.
<cloud></cloud>Its purpose is to allow a processes to register with a cloud to be notified of updates to the channel. In other words the Cloud acts as a farm to feed out RSS feeds to "computers" connected to it. Sort of like a buffer.
<ttl>180</ttl>Which tells aggregator that it has 180 minutes before it must return to refresh the information from the source.
<image>
<title>Randy Pandy's Perfumery</title>
<width>142</width><height>99</height>
<link>http://www.randpandy.com</link>
<url>http://www.randpandy.com/images/randylogo.jpg</url>
<CHANNEL>
<TITLE>Randy Pandy's Perfumery</TITLE>
<DESCRIPTION>RSS Feed for The Great Perfume Products Sold At Randy's Pandy's
Perfumery</DESCRIPTION>
<copyright>"Copyright 2006 Randy Pandy's Perfumery - All Rights Reserved"</copyright>
<link>http://www.randypandy.com</link>
<language>en-us</language>
<managingEditor>randypandy@randypandy.com (Randy Pandy)</managingEditor>
<webMaster>webmaster@randypandy.com (Pandy Randy)</webMaster>
<category>Ecommerce</category>
<pubdate>Mon, 5 Dec 2005 23:00:00 GMT</pubdate>
<lastBuildDate>Sun, 4 Dec 2005 23:00:00 GMT</lastBuildDate>
<IMAGE>
<title>Randy Pandy's Perfumery</TITLE>
<WIDTH>142</WIDTH><HEIGHT>99</HEIGHT>
<LINK>http://www.randpandy.com</LINK>
<URL>http://www.randpandy.com/images/randylogo.jpg</URL>
</IMAGE>
Search Knowledge Base | Feedback |