How to Create an RSS Feed

An RSS news feed can be used to communicate with your target audience. It is an ideal means of notifying people of new content on your website without the need for them to keep on visiting your site. You can send newsletters to your readership without having to use email and risk being accused of spamming. You will be comfortable in the knowledge that people who request your feed are actually interested in it because they have actively subscribed to it. This article will explain just how to create your own RSS news feed.

There are a couple of ways to create an RSS file, you can use an editor designed for the purpose or you can create a file using a simple text editor. The latter will require you to learn some XML whilst the former will do the hard part for you. First off I will describe an RSS file, there are several versions and I will be showing you version 2.0, the latest RSS version.

An RSS file looks just like an HTML file except it has different tags and the files end in .rss or .xml rather than .html. The file is made up of header information and item information, the item information contains the actual news items.

The first section of the file contains the header information. This states that the file is XML and which version, the encoding used and the version of RSS that you are using. This part of the file is mandatory. Next up is the channel tag, this encloses the whole of the rest of the file. This is followed by a title, description and link which explain the what the feed is about and what website it is associated with. The final part of the header is the optional image information. If you use this the software that is used to parse or read your file can display a small picture such as a logo.

Please note that in these examples I have used square brackets instead of angled brackets.

[?xml version="1.0" encoding="iso-8859-1"?]
[rss version="2.0"]
[channel]
[title]The Widget news feed[/title]
[description]The latest news on widgets[/description]
[link]http://www.widget.com/[/link]
[image]
[title]Widget News[/title]
[url>http://www.widget.com/widget.gif[/url]
[link>http://www.widget.com/[/link]
[/image]

The body of the file is made up of the news items. Each news item is enclosed in the item tag and comprises of a title, a description and a published date. The date needs to be in the format shown in the example below.


[title]Which is the best Widget to?[/title]
[description]In this article we discuss the release of several new widgets, but which is the best widget.[/description]
[pubDate]Sun, 20 Mar 2005 14:38:50 GMT[/pubDate]
[link]http://www.widget.com/the-best-widgets.html[/link]
[/item]

You can have as many items in the feed as you like but many webmasters just show the 10 most recent items to keep the bandwidth usage down and also so not to overwhelm the end user with too many items.

Finally the file is ended with the closing channel tag and a closing RSS tag.

[/channel]
[/rss]

I have covered the basic tags to create an RSS file, there are other tags that can be used and these are explained in the http://blogs.law.harvard.edu/tech/rss (RSS 2.0) specification.

Once you have created your file you will need to verify it is ok, to do this upload the file to your server and then go to this validator to validate the file. Your file is now ready. Now anyone can subscribe to your feed just by pointing their RSS reader to your RSS file.

That is the basics covered. I will be covering other areas in future articles as there is far too much information to fit into a single article.

Allan is the webmaster at http://www.newsniche.com an RSS resource for webmasters. Learn how to use RSS to attract and retain visitors to your site.

Latest News


7 Steps To Profit From Blogging Without Spending Money
Albany Times Union, NY - 14 hours ago
Provide an RSS feed (stock for wordpress and blogger.com) that other sites can pull and have your headlines on their pages. Track that feed with Feedburner. ...

Diverse Merits of Blogs
Promotion World (press release), CA - Nov 17, 2008
There are also RSS blog directory that allows readers who like your blog to subscribe with your blog feed and receive an update whenever a new post has been ...

Dukas Public Relations Launches Digital Communications Services ...
MarketWatch - 2 hours ago
... strategic social media engagement; comprehensive blogging platforms; and a variety of online media relations capabilities such as RSS management. ...

An ABC of R2: A is for article editor
guardian.co.uk, UK - Nov 18, 2008
... which is more or less the only page that people will be watching if not the RSS feeds. Furthermore, a blog is really just a single stream of articles. ...

Twingr.com Offers Micro Blogging Communities
MarketWatch - Nov 13, 2008
"Twingr.com is a very easy-to-use web application that will let anyone create a micro blogging group, community, or network," said Pepe Amorin, VP Marketing ...

The Inquisitr

10 myths of blog marketers debunked
The Inquisitr, Australia - Nov 16, 2008
Further, splogs (blogs that republish RSS feeds) are rarely successful despite what some will tell you. The only people who make big money from splogging ...

PaMaDoCoBloNaBloPoMoMo 2008, Day 17: Midterm missives & musings
Paste Magazine, GA - Nov 17, 2008
Also, I just really like blogs. My Google Reader is totally out of control. I have a habit of subscribing to RSS feeds of complete strangers and following ...

Alternative Discovery and SEO - Feeds, PDFs, and Blog SEO
Search Engine Roundtable - Nov 12, 2008
Recency counts now. The older the ranking, the less important it is in Google Blog search. Try SEOSamba to optimize website and create RSS feeds. ...

Oshyn, Inc. Develops and Successfully Launches New Wellness Site ...
MarketWatch - Nov 12, 2008
The development included: user accounts, social-networking platform, private-messaging, blogging platform, quizzes and polls, newsletters, and RSS content ...

Twingr.com Offers Micro Blogging Communities
International Business Times, NY - Nov 13, 2008
Using the most popular micro blogging networks out there,we thought it would be great to have one of our own. Over time, the ideadeveloped and we thought ...

Resources


    Sorry there are no resources available at this time