RSS

Rich Site Summary (RSS)

Example RSS Document

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">

<channel>
  <title>...</title>
  <link>...</link>
  <description>...</description>
  <item>
    <title>...</title>
    <link>...</link>
    <description>...</description>
  </item>
</channel>

</rss>

Example RSS Document Explained

Optional <channel> Children

Optional <item> Children

Get an RSS Feed on the Web

  1. Create an RSS XML document

  2. Validate the RSS file

  3. Upload the RSS file to web server

  4. Put the orange “RSS” or “XML” button on a web page with a link to the RSS document

  5. Submit the RSS feed to the RSS Feed Directories

  6. Register the feed with major search engines

  7. Update the RSS feed when new content is available