My website was reviewed and i got the following information.. How do i add Rss RSS Feed Not Discovered One of the best ways to get regular visitors to a website is to support an RSS feed. RSS allows users to subscribe to site content. With RSS, users can automatically be notified when the site is updated. RSS is an industry standard. There are a variety of free RSS applications available that let site visitors subscribe and consume content. Though it is possible this site has RSS elsewhere on the site, it is best to make the feed discoverable on the home page itself.
Well, you'll need to link an RSS to your home page by adding one or more lines in the <head> section of your html page: <head> <title>My Page</title> <link rel="alternate" type="application/rss+xml" href="feed.rss" title="RSS feed for My Page"> </head> HTML: And of course, the actual RSS feed will have to be accessible. For example, in this case, feed.rss. You can find more on this subject in the following tutorials (not mine, obviously, but useful nonetheless): http://www.w3schools.com/rss/ http://www.mnot.net/rss/tutorial/ And even more if you simply use this Google search: http://www.google.com/search?q=rss+tutorial. Good luck!
You might want to check out feedburner.com. They have a lot of tools and info on implementing, distributing, and monetizing your RSS feed. My blog uses them, as do many, many others. Thanks, Paul
if u are running a blog, or some cms script, there will be an RSS feed available in there. try and find that first.