Hi all.. sir i want to display rss on my site ....Rss is another site.. i need to know? what google tell about this... i mean any restriction of google about this..?
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: http://www.feedforall.com/more-php.htm Additional information and other options for displaying RSS feeds can be found at: http://www.rss-specifications.com/displaying-rss-feeds.htm Hope this is what you are looking for.