<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=20348820&amp;blogName=wolfb+-+feeds+and+RSS&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://www.wolfb.com/search&amp;blogLocale=en_US&amp;homepageUrl=http://www.wolfb.com/&amp;vt=4212456178075811430" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

wolfb - feeds and RSS

rss feeds, and the world of syndication

How to create and optimice your RSS feeds and other syndication

Tuesday, January 03, 2006

Let's start for the beginning: What is RSS ?

The easiest way to create a RSS feed for your site is using a program or script that creates them automatically, like Blogger, or a CMS like Drupal.

But if that is not possible I'd recommend using any if the free PHP RSS writers available. Among them, I like RSSWriter, which allows the creation of RSS 1.0 feeds (only text), or my own script playRSSwrite , which allows for the creation of RSS 2.0 feeds with images incorporated and that can accept data from a database or from static data.

Once we have that first basic RSS file, I'd recommend following these steps to optimise it:

  • Use Feedburner to transform our feed into another feed, but readable by humans and optimiced. It also allows for statistics on the feed.
  • Include the autodiscovery tag in the <head> of your pages. This way, some RSS aggregators will find it automatically. The code is as follows (you have to substitute the feed with yours, of course):
<link rel="alternate" type= "application/atom+xml" title="wolfb" href=" http://feeds.feedburner.com/wolfb" />
  • Use rssfwd to put a code in your page for people to subscribe to your feeds via email. Remember that RSS technology is very recent, and most people still don't know what you are talking about. Email remains the communication method for a lot of people.
  • Add chiklets, those little subscription buttons. You can use Feedburner for that or create your own chiklets with Buttom Maker.

This is it, good luck getting subscribers now.

Labels: ,

posted by hombrelobo, Tuesday, January 03, 2006
Add to del.icio.us Add to del.icio.us Stumble Upon ToolbarStumble It!


0 Comments:



Add a comment