RSS stands for Really Simple Syndication and it allows you to syndicate your site content. RSS feeds define an easy way to share the website updations, headlines and news to regular customers who has subscribed to the RSS feeds of the website.
RSS feed files can be robotically updated on internet which allows personalized views for different sites.
RSS feed files will be created in XML format. RSS file consists of both static information about the feed and as well as dynamic items of the website and each item is inside an <item> element. These items contain among others a title, URL, and a description. The guid is the element with a quality value of accurate while http://www.smarte-commerce.com/?p=348 is the content value.
RSS feed XML file will be created in the following format:
<?xml version=”1.0″ encoding=”utf-8″?>
<rss version=”2.0″>
<channel>
<title>Smart E-Commerce for E-Commerce & E-Marketing</title>
<link> http://www.smarte-commerce.com </link>
<description> Smart E-Commerce will update you the information about Retail E-Business & E-Marketing Strategies</description>
<item>
<title>Methodology, Features & Advantages of a Webinar</title>
<link> http://www.smarte-commerce.com/?p=348 </link>
<description> Webinar mean a web-based seminar, those are presentations, lectures, workshops, or seminars transmitted over the web. Webinars are also known as also known as online workshops. </description>
<guid> http://www.smarte-commerce.com/?p=348 </guid>
</item>
</channel>