![]() |
Blogging & RSS Information |
|
|
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 Title http://YourWebsite.com/ What is your RSS Feed about? en-us Your Copyright Line Your@email.com Your@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 One http://YourWebsite.com/Article_Number_One.html 1-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 Dennis http://KenDennis-RSS.homeip.net/
MORE RESOURCES: |
RELATED ARTICLES
Why Blog? It seems everyone these days is talking about blogging. Everywhere I go, I find articles and forums devoted to this craze. Marketers Still Dont Get RSS Metrics - How We Really Can Measure RSS Even after all that's been written and explained, even reputable online marketing publications such as ClickZ still don't get RSS metrics.In an otherwise good RSS marketing article, Add RSS to Your Marketing Mix, Heidi Cohen has this to say about RSS metrics:"From a marketing perspective, RSS's measurability is still evolving and therefore limited. Content Syndication Through RSS Feeds Delivering regularly updated content to website visitors is easier through RSS resources.RSS, also known as Rich Site Summary or Really Simple Syndication, has been used for years by online visitors. Why Blogs Have Become the Search Engine Optimization Equalizer ALEXA WEIGHS IN.. How To Use RSS Correctly There is no doubt in my mind that RSS is here to stay. RSS is a simple and effective means of communicating your message to your visitors without invading their privacy or spamming them. How Can You Use Blogs To Increase Traffic? I am conducting my 1st customer appreciation webcast and asked my subscribers list what is their most pressing question they have about blogs and rss.Here's one of the questions I have:How can you use blogs to incease traffic?Blogs can increase traffic through the following:1. Blog Reflection I still consider myself to be a blog writing novice but as I've got a few entries under my belt I can tell you about an unexpected bonus of this journaling process. A lot of people think that blog writers are just people who are tooting their own horns blabbering on self-righteously about what they believe to be true in life. How to Make Money with Your Blog -- What Is A BlogA blog (or web log as what originally called) is the modern day equivalent of a journal?think 'captains log stardate?' and you're heading in the right direction.A blog is an online publication about a subject or subjects that interest you. 4 Fail-Proof Ways to Increase Your RSS Subscribers Using RSS on your website is a good way to spread your company message and increase your search engine position. But if you don't have subscribers to your newsfeed, the benefits of news syndication are lost. RSS - A New Face of Online Marketing Today we see the Internet as a global catalog of information, and the Internet thrives on information. But information, which is fresh and new, is more valuable than out dated content. 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 Best Marketing Tool For Your RSS Feed and Its Free Do a search on Blogs on Yahoo and you get 236 Million Results.A Yahoo Search on RSS yields 558 Million Results. How to Reel in Web Site Visitors by Building Your Own Blog I know, I know, blog this.. Blogging Communities Turn Faceless Strangers into Close Friends I've been searching the Internet for blogging sites for a fair while now and recently I came across a whole blogging community, which has grabbed my interest greatly. It's called Joe User and it's a site that many bloggers all around the globe are partaking in. Fun Free Feed Tools For Both The Publisher And The Reader As you've probably been reading, there are basically three problems many webmasters have with web feeds (that is, among those who are already familiar with them on a basic level).The three concerns I hear the most are:"How do I deal with the bandwidth hit?""Is there a way to include information that isn't in the automated resource I use to populate my feed without touching any code?"and"Where can I find a cost-effective, simple way to display feeds on my site?"Say Goodbye to Bandwidth Overages with FeedBurnerhttp://feedburner. NEWS FLASH! Article Directories JUMP-ON The RSS Syndication Band Wagon Quick question.. What Is A Blog? - A Beginners Guide to Understanding Blogs A blog is short for weblog, which simply means a website that is updated frequently with new information and is organized by date and submission. Blogs are typically a way of journalizing information whether it be personal, business, or what have you. 3 Ways to Publish RSS As RSS news syndication gains popularity among users, new ways for publishing RSS are emerging. In this article, I examine the three most popular methods, and help you decide which one works best for you. 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 Have Revolutionized the Internet RSS feeds have revolutionized the Internet for one very good reason: they have provided and end to Spam. With RSS feeds, you can say good-bye to mass emails and distributions that do not meet your news needs and clog up your mailbox and hard drive. |
| home | site map |
| © 2006 |