Nice Touches for Your Website - News Feeds May 31, 2007
News feeds simply funnel the latest news from major sources into your website. The constantly changing content, when done using php technology, garners the attention of search engine spiders as new content and may boost your site ranking.
I have placed 2 examples of RSS Feeds onto my website and will leave them in place for class members to view them.
The first one is on my Consulting page. Here’s how I did it.
1. Go to RSS Feeder and signup.
2. Login and select/format the feeds that you want for your site.
3. Copy the resulting code and paste it into a blank Notepad file on your computer. (START, PROGRAMS, ACCESSORIES, NOTEPAD)
4. Save the Notepad file as rssfeeds.php and upload it into the public_html file on your host.
5. Now go to the Main Cpanel Menu, and click on Apache Handlers.
6. There will be 2 data entry boxes. In the first one, type “.htm” without the quotes. In the second, type “server-parsed”, again without the quotes. Then click on ADD.
7. Repeat number 6 except change the entry of the first box to “html”.
8. Finally, go into your Webstudio page and click on the Cool Stuff tab on the bottom. Drag the HTML box onto your page where you want the news articles to appear. Stretch the box if you want it to be wider. Double click on the box and type the following into it:
!- -#include virtual=”/rssfeeds.php” - -
(Put a ‘less than’ sign before it and a ‘greater than’ sign after it.)
Upload the page to your public_html file and you’re all set!
The second example is on my Further Reading page. This one comes from Bravenet, which offers a number of neat, free extras for your website. Go to their news page and sign-up. Customize what you want, and they will generate a javascript code for you. Go into your Webstudio page and click on the Cool Stuff tab on the bottom. Drag the HTML box onto your page where you want the news articles to appear. Double click on the box and paste the code into it. Upload the page to your public_html file and you’re all set! While this one is much easier than the first example, the search engines will not see this feed, and it has no hope of boosting your site rankings.
If you enjoyed this post, make sure you subscribe to my RSS feed!


Latest Comments