hi all, how to create the rss feed and what use rss in the website promation and what' means rss feed.
If your using a blogging software the RRS feed will already be created for you and you use them to tell visitors that you have added fresh content to your website.
RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But it's not just for news. Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.
hi all, thanx for rss means. And i have some blog create and how to promotion and how many times of these blog keywords top 10 and better result how?????? plz suggestion you tell me Thanks
RSS started out with the intent of distributing news related headlines. RSS feed is an XML file used to describe the contents of your website. <?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="0.91"> <channel> <title>site name</title> <link>domain</link> <description></description> <language></language> <image> <title>site name</title> <url>domain images</url> <link>domain</link> <width></width> <height></height> </image> <item> <title>site name</title> <link>domain</link> <description> </description> </item> </channel> </rss>
RSS feed is a source of RSS updates for a given website. News websites often have RSS feeds from which users can be sent news headlines as they are published.