I want to add a news feed to my website home page. I don't want to use JavaScript, because the search engines won't crawl the content. I can add the news feed using an ASP script, but this will require me to change the extension of my home page from index.htm to index.asp But I don't want to change the file name of the home page to index.asp because I'm afraid it will affect my PageRank or some other aspect of my SEO. Is there a workaround?
Thanks.