Read PHP Tutorials, Web Design Guides, and Money Making Tips at Web Cash.
Also check out the latest PHP Tutorials or the latest Web Design tips.
RSS feeds are a great way for you to keep up to date on your favorite websites. But they can be an even greater tool for a webmaster. You can syndicate RSS feeds on your own site, adding continuously updating content without any work of your own.
Use PHP to Parse an XML File and Syndicate the Feed
In order to syndicate an RSS feed on your site, you'll need to read the XML file somehow. PHP is great for this.
Previously, you would have had to write your own XML parser to do this. This is possible - but it takes some time and it can get fairly complicated.
Thankfully, PHP now comes with SimpleXML built-in. You can use this great package to quickly and easily read XML files.
Since RSS feeds follow a standard structure, you can use SimpleXML to read the file, manipulate the data, and output a list of links and/or descriptions onto your website. All you need to know is how to use SimpleXML and how an RSS feed is structured.
Here's a tutorial on how to syndicate an RSS feed in PHP, if you're interested in learning how to do that.
Use Rel='nofollow' In the Links
If you do syndicate an RSS feed and reproduce it on each of your pages, you may want to consider using rel='nofollow' for the links.
Each of those links is an external link. Without the nofollow tag, you'd be bleeding a lot of pagerank from each of your pages. In the long run, this could be detrimental to your site - and it would probably outweigh any benefits from using the RSS feed in the first place.
You can fix this problem by placing the attribute rel='nofollow' in each of the links you create from the RSS feed.
If your website is a Wordpress blog, you'll need to manually do this. Wordpress comes with a great built-in RSS Feed Widget - so you don't have to manually parse the feed. However, it doesn't give you an option to use 'nofollow' for the links.
You can read this guide to find out how to hack the Wordpress source to make the RSS Widget nofollow. You'll need to know a bit of PHP, but it's not too hard.
Remember: Don't Steal Someone Else's Copyrighted Work
Although articles are spread around the internet in RSS feeds, you still don't own them.
It is acceptable to use an RSS feed to syndicate links back to the original source of an article. It would also be acceptable to include a short description of that link - based on the RSS feed it came from.
However, some users place entire articles in their RSS feeds. To reprint an entire article is copyright infringement. It is wrong, illegal, and could land you in a lot of trouble.
Use other people's work fairly. It can add relevant links to your site - but try to steal whole articles.
- Related Videos
- Related Articles
- Ask / Related Q&A
- Did You Know Wordpress is a Free Traffic Machine?
- How To Podcast Using Wordpress
- HTML Character Entities, Problems For RSS Readers
- Syndicate RSS Feeds on your Website for Extra Content
- Wordpress Knocks Out Google's Blogger In Building Niche Blogs
- RSS Explained in Plain English
- A Threat to Your Wordpress Blog: Duplicate Content
- Free Wordpress Plugins: Top 3 Plugins For Internet Marketers




Website plays an important role to run an online business
By: Pradeep Shukla | 28/12/2009Website is the most important thing to have if you are planning to run an online business. With the help of a website you can easily reach your target audience.
Professional Flash Designers for Web Advantage
By: Arun Kumar | 28/12/2009Adobe Flash has fast evolved into a complete design and animation tool. With the use of Flash, a professional Flash web designer can now easily create breathtaking designs for any type of website. What makes everything exciting about Flash web design is that Flash is really affordable and despite its affordability it never shies on functionality.
Developing Web Based Application using PHP
By: spinxwebdesign | 28/12/2009Now a day’s PHP is very popular to develop web based application. The biggest advantage of PHP is it is absolutely free to use. PHP based development is very fast and application developed in PHP also gives very good performance at the same time they are secure also.
How to Design an Effective, SEO-Friendly Restaurant Website
By: TheBrainchild | 28/12/2009A website is truly the online face of your business and will provide a first impression to potential customers. We all know how important first impressions are. When thinking about restaurant website design, there are many things to consider. Simply creating a website to market your restaurant will do very little good. This article provides information on how to effectively design a restaurant website, achieve high rankings in search engines, and increase sales through online channels.
How to choose the Drupal host for you
By: Devon Mcclain | 27/12/2009So you've spent countless hours trying to find a wonderful system to use for your new website. Maybe you were blessed and a pal turned you on to Drupal. Next up is a possibly even bigger issue. You have to pick a host. I hope this guide helps you to figure out what's important for you in picking your Drupal host.
Too Much Advertisement on Website Affect Your Website
By: Alejandro Anillo | 27/12/2009This article focuses on effect of too much advertisement on website. The excess use of advertisements can harm your website ranking.
Difference between Just a Website and Good Website
By: Alejandro Anillo | 27/12/2009This article focuses on normal website and a good website, and the difference between the good website and just a website.
Website Design-How to Make a Web Site of Your Own-Hosting Review
By: Pinki Gupta | 27/12/2009Balanced website design is something that all openwork designers will to conceive about when creating new websites. The balance of a website makes the site easy to navigate through, fresh entertaining for the site's visitors and supplementary engaging.
Syndicate RSS Feeds on your Website for Extra Content
By: Brian Rock | 09/02/2008 | Web DesignRSS feeds are a great way for you to keep up to date on your favorite websites. But they can be an even greater tool for a webmaster. You can syndicate RSS feeds on your own site, adding continuously updating content without any work of your own.
Three Ways to Display Sample Html in a Web Browser
By: Brian Rock | 16/01/2008 | Web DesignIf you want to display some sample HTML, you've got a tiny problem. The browser thinks that it should render the code. This guide suggests three ways that you can force the browser to display the markup un-rendered.