Status
Not open for further replies.

amber.long83

New Member
Hello everyone

Any one can please tell me the best way to add RSS to my website.I don't want the javascript version, I want PHP for SEO purposes.I can create feeds etc., but I am unsure of the PHP code to run the script on the server.

Thanks in Advance
 

MayaLocke

New Member
Display RSS

It sounds like you want to display an RSS feed within your HTML website. The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can "spider" the contents of the RSS feeds.

Additional details and a free rss2html download is available at: RSS2HTML free PHP script for displaying RSS feeds

Additional information and other options for displaying RSS feeds can be found at: Displaying RSS Feeds

Goodluck!
 
Status
Not open for further replies.
Top