|
You can use javascript to display the RSS feeds on HTML, but the search engines won't see it.
You can use php to either pull the rss and write it to an html file that you include with SSI, or, use php for the page itself and display it inline. Either way, the search engines will see it as page content just fine.
There are a bunch of tools available for inline php - not sure of any that will write the file for an include - haven't looked for that :-)
|