Jun 03 2009
Posted by Webmasters-central.com as Blogging and Autoblogging
I want this blog feed to be displayed on other directory pages of webmasters-central.com. I want that as search engine friendly content. Means I don’t want the content to be displayed in between javascript tags.
I searched the internet. Most of the resources pointng to:
Above all needs the pages to be .php extentions which is not my case. I don’t want anymore plugins or blog extentions to install. Just want a simple display.
There may be another option for me – ‘rss to javascript’. I googled this keyword and cameup with some sites that generates javascript for me. But this displays content in between script tags which is not search engine friendly.
So here is a simple script – rss2html php script.
I can display different feeds on different pages of my site based on my inbuilt globals in the directory script.
Just including tags like this can display articles with permalinks on different pages:
<!–#include virtual=”rss2html/feed/main-feed.html”–>
<!–#include virtual=”rss2html/feed/webdesign-feed.html”–>
<!–#include virtual=”rss2html/feed/article-marketing-feed.html”–>
Whenever I run this script, it will update the three files with new articles from feeds and displaying pure content for search engines.
Download this free rss2html php script.
RSS feed for comments on this post · TrackBack URI
Leave a reply