Learn how to Create a RSS Feed

Creating an RSS (Really Simple Syndication) feed is really quite a simple process. RSS is a lightweight XML design that is really easy to setup and implement. It's a great way to pass on important updates, send out your articles or news, or send out your favorite website links!

RSS feeds can be setup in a very short time, literally a few minutes! Simply put, an RSS feed is basically a text file with a couple HTML looking tags. There is an area with the information about the feed, then individual blocks of code for each article or piece of content being syndicated. It may sound bad now, but I assure you it's very simple to setup and I'll give you a full working example by the end of this article!

The first thing you need to do is to create a file that you want to call your RSS feed. It can be anything, the name isn't important. For this article I will call it "cool_feed.xml"

All the following code will be placed inside the "cool_feed.xml" file. This file is the primary file you will use, in fact outside of one minor modification to other pages in your website you will use this file exclusively for sending out your feed updates.

The above block of code as you can see is very similar to HTML, all it is doing is telling people the version of XML you are using, and the version of RSS you are conforming to, as you can see this is XML v1.0 and RSS v0.91.

The next thing we need to do is setup your "channel" which is the name of your feed, and a description of it. In addition to the description it gives some contact information, the language and the website you run.

Your Website Titlehttp://YourWebsite.com/What is your RSS Feed about?en-usYour Copyright LineYour@email.comYour@email.com

As I've mentioned several times before, it's similar to HTML in that it has an open and closing block after each parameter. But you also may have noticed there isn't a closing block for CHANNEL. That is because it is sort of the equivalent of the "BODY" block in HTML, it will do it's close near the very end. Actually, we opened the RSS block up in the first block of code I gave you also, where we set the version, that is the equivalent to the HTML block and will be the very last thing closed at the end of the XML file.

Article Number Onehttp://YourWebsite.com/Article_Number_One.html1-3 sentences about your article

This ITEM block is your first article, every time you want to add an update you just create another ITEM block similar to this one. It simply has an article title, link to where the article is on your website, and a description field, which is normally 1-3 sentences long.

These are the final closing blocks of code for the channel and RSS blocks that you setup in the top of the file. You must have these blocks of code at the very end, in this order. I will give a couple of links to websites that can check your code to make sure it works properly.

Once you have saved all that code in your file, the next thing we need to do is modify your website. This set is NOT required by any means, but it tells your users web browsers that you have an RSS feed, if their browser supports viewing them.

All you have to do is add the following line to the HEAD field of your website:

Congratulations, you are the proud owner of a brand new RSS feed!

Ken Dennishttp://KenDennis-RSS.homeip.net/

More Resources

Unable to open RSS Feed $XMLfilename with error HTTP ERROR: 404, exiting

More Blogging/RSS Information:

Related Articles

Blogging for Personal Benefits
While there is a lot of debate about blogs replacing emails in the future, I would rather look at blogs in a different perspective. The purpose of all technology is to make life easier for the user.
5 Easy Ways To Use RSS On Your Site
You hear so much talk about RSS these days on the Internet and in the media. Everyone is acknowledging it's importance in boostingyour site's presence on the web.
Blogging on Ecademy Will Boost Your Web Site
For many people blogging is the way in which they are able to update their web site with new information and fresh content. As such, blogs are a great way of gaining returning visitors to your web site.
Why Wordpress is now my Blog of Choice
The more I use Wordpress, the more I love it. It has 2 very important features that Blogger doesn't yet support.
The Fearful, Ignorant Guy Has Got A Blog On The Internet - It Must Be Easy!
Of all people in the world I was easily one of the most pessimistic about computers, the Internet and now that I even know they exist-blogs. I think blogs are pretty cool but I never thought I could have one.
Google AdSense and Blogs
If you have a blog, or are thinking about starting a blog, then you are definitely going to want to read this article. It's all about how to line your pockets with money that's just waiting to be made without working much harder than you already are.
RSS, Feeds, and Aggregators
When you work online all the time, immersed in bits and bytes, hands automatically resting on the keyboard, where the lingua franca is a mish-mash of acronyms and abbreviations - it is easy to forget that the average person has no clue what we talk about. It can be very daunting for the Internet neophyte with all these terms, technology and hardware.
Details of Getting a Blog
Blogs, the abbreviation of Web Logs (online journals), are becoming more and more popular all the time. People are starting new blogs at an astounding rate so it's safe to assume that there are constantly people out there who want to know how to get a blog going.
Tips for Better Blogging - Promote any Product or Service
People start blogs for all kinds of reasons. Ego.
Its Not Enough to Blog
A properly created weblog will do the following for your website: (a) add rich content; (b) add interactivity in the form of user ability to post comments; and (c) if properly set up, can automatically ping major search engines when new posts are made. This results in more frequent spidering of your website by the major search engines, with the fresh content being picked up quickly and increasing your site's ranking.
RSS FEEDS: Whither Thou Goest?
I open up the 'Feed Reader' every day on my laptop and cruise the 'news feeds' I 'subscribe' to. The amount of information is now overwhelming, I need to just 'subscribe' to only the 'feeds' that are of immediate interest, else I would be reading 'feeds' twenty four hours every day.
Learn how to Create a RSS Feed
Creating an RSS (Really Simple Syndication) feed is really quite a simple process. RSS is a lightweight XML design that is really easy to setup and implement.
Start Blogging Now: 10 Reasons Why You Really Need a Blog for Your Business
1. It is perfect for creating a web presence for independent professionals who have something to say and who need people to get to know them and what they can do for them.
How Bloggers Are Making Thousands of Dollars From the Google Adsense Affiliate Program
There is no doubt that the Google Adsense program for publishers and site owners is one of the most successful affiliate programs anywhere. There is increasing evidence that many bloggers have managed to find the right formula to make thousands of dollars every month from little more than a handful of blogs with carefully created and compiled content.
Use These 7 Ideas and You Will Never Suffer From Blog Block Again Guaranteed!
Is this you? It has been 3 or 4 days since you updated Your Blog. You know you need to make a Blog entry but you suffer from the Dreaded Blog Block.
3 Tips to improve your RSS marketing
3 Tips to improve your RSS marketingYou have created an RSS feed, or maybe you have several feeds and you post at least once a week to keep your RSS subscribers interested. So now you can sit back and watch your hit counter tally up all those extra visitors.
13 Steps to Successful Blogging
Blogs can be a very marketable and very profitable tool if used correctly. Profiting from blogs is just a matter of grabbing the attention of an audience and not doing any actual salesmen selling.
Im a Failed Blogger!
I've never been popular in my whole life. I think there must be something inside me that didn't get enough attention as a kid or something because I seem to find myself looking for it all the time.
RSS & How to Use It (part 1)
Have you ever read an article, intended to explain RSS in simple terms that, begins well, but soon descends into confusing jargon or information overload? If so, take heart, I was in the same place a few months ago. Often the best way to understand something, is to use it.
#1 Mistake Most Blogs Do
As much as this might surprise most bloggers, the #1 mistake most blogs are doing is not publishing their content via e-mail, as a supplement to their RSS feeds.Just think about it: while RSS is growing strong, it still only penetrates about 5-6% of the American online population.