How do I add rss feeds to my website? Please help!

Discussion in 'HTML & Website Design' started by tradeepak, Jun 20, 2007.

  1. #1
    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.
     
    tradeepak, Jun 20, 2007 IP
  2. evilpenguin

    evilpenguin Peon

    Messages:
    7
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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!
     
    evilpenguin, Jun 20, 2007 IP
  3. teddyruxpin2000

    teddyruxpin2000 Peon

    Messages:
    61
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    teddyruxpin2000, Jun 21, 2007 IP
  4. ektz

    ektz Active Member

    Messages:
    599
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    80
    #4
    if u are running a blog, or some cms script, there will be an RSS feed available in there. try and find that first.
     
    ektz, Jun 22, 2007 IP