Blahwagon from Datapartners
 
Member Login
Email Add:
Password:
 
Password Reminder
Create an Account
Search Blogs
Blog Roll
 
Using Feeds to Increase your Site's Content
Search Engine Optimization: Four Vital Steps
Google's SEO Advice
After The Fire (ATF) Autumn 2007 Tour Diary
The Top 10 ways things would be different if Microsoft built cars:
 

 
Using Feeds to Increase your Site's Content - 16-Nov-07


 
Information

There are many ways to increase content on your site, from manually creating it to purchasing software which will auto generate it for you.

This article looks at another way to make your site appear as if it's changing. That is, incorporating feeds into your site to improve return visits and build your brand.

Feeds have been growing in popularity for some time. In fact, there are people who measure such popularity.

While feeds are not the sole property of blogs, we can gauge how popular feeds are simply by looking at the "state of the blogosphere."

The blogosphere is apparently doubling every 5 months or so. That means that 5 months from now there will be twice as many blogs (and feeds) as there are now.

In many cases, the only way to access that content, aside from regularly visiting a site, is through their feeds.

But that is not the only use for feeds. Many services have sprung up which allow you to search and aggregate those feeds. Services such as Feedster and even Google News allow you to search for phrases and output an RSS feed which could then be imported into a feed reader.  

Inserting Feeds Into Your Site

Obviously you can't just link to the feed, or paste the XML output into your pages. It wouldn't be readable. What you need is some tool to convert the feed into something that is readable. And there are many out there to do just that.

So let's look at the easiest - a Javascript from a hosted service like FeedRoll.

Using a service like FeedRoll you can input the URL of the feed you want, make some basic style changes and it will provide you with a Javascript you can then install on your site pages that will display the feed within your page content. One problem with FeedRoll is that you are limited to the list of feeds they provide. There was a time when you could use any feed URL, but they've since changed it.

The only other way to use FeedRoll with your own feed is to buy their software package ( http://www.feedforall.com) which will allow you to export the feed into HTML code that you can paste on your site.

However, if the feed you do like is in the list, then you could simply make the style changes you want, copy the Javascrïpt code onto your page(s) and you are done. Once you've saved the page, load it in your browser and you have regularly updating news headlines on the page.

But what if you want something a little more sophisticated?

Well there are options here as well including ASP and PHP based code which can take a live feed and format it on the fly.

Therefore, if you have a dynamic site and don't mind monkeying around in the code this may be the solution for you.

Using PHP to Display Feeds

The benefit of using PHP to display RSS is that the contents of the feed displayed on the page can be spidered and indexed by search engines. That means links can be followed. That also means that if you have your own feed, you can place it on your home page (for example) to offer crawlers quick and easy access to your latest new content.

A good PHP based converter is called CaRP. There are both free and commercial versions which allow you to not only display the feed as HTML but also customize it any way you want with style formatting and even images displayed in feeds (much like you see on Google News now).

It can be a little tricky to set up at first as it isn't strictly PHP, but once you start playing around with the values you begin to realize just how flexible it is.

Using ASP to Display Feeds

Just like the PHP example above there is also an ASP script that will take an RSS feed and output it as static HTML.

You can use feed converter, which also allows you some freedom in outputting the feed the way you see fit.

If you are comfortable with ASP, you will see how easy it is to manipulate the script to suit you. Even if you aren't an ASP guru, you'll find the scrïpt fairly easy to implement with commented prompts throughout the script telling you how to make it work.

Conclusion

As you can see, there are many ways to display feeds on sites - from hosted services to scripts embedded in ASP or PHP. Really the only thing limiting you is your ability and imagination. 


 
 
 © 2008 Datapartners. All Rights Reserved.