Displaying RSS Feeds on Your Site
- 0
- Add a Comment
RSSinclude is a new free service that allows webmasters to display any RSS feed on their site using various inclussion methods, using either PHP include, IFRAME or JavaScript.
While JavaScript and IFRAME are the easiest to implement on your site, they’re really not the best option since they do not allow the search engines (well, IFRAME actually does, but not very favorably) to index that content on your site, minimizing the effect of RSS on your search engines.
PHP includes (or ASP, for example) are the much better route, since they integrate RSS feed content directly in to your HTML code, making it a direct part of your website and consequently helping the search engines index that content on your site.
