Transfer the Feed Onto Your Server
Once you have constructed an RSS feed you will need to transfer the feed to your server. This can be done using a standard FTP client (if it is not built into the feed creation software). The feed is usually placed in the domain's root directory like this: http://www.mydomain.com/nameoffeed.xml , but as long as you know where it is it doesn't really matter.
Display the Feed on Your Website Using a Graphic of Some Sort
In order to signal to website visitors that an RSS feed containing content related to the website is available, include a colorful graphic on the website. It has become a standard that nearly all websites that have RSS feeds available use colorful graphics such as flags as indicators that RSS feeds are available for specific content. The flags were initially bright orange rectangles but as the popularity has grown, webmasters have bent the rules a bit. NotePage has made a free online RSS graphic tool available that allows users to quickly customize buttons by selecting the text on the button and the color scheme of the button. Once the color and text is entered, a custom graphic is instantly created. Webmasters can easily match the style of the RSS button to a website's theme. Graphics experience is not required. Simply select alternative colors and insert text to personalize RSS feed graphics. The RSS graphics tool can be used by clicking the following URL http://www.feedforall.com/public/rss-graphic-tool.htmor choose ready made graphics from: http://www.rss-specifications.com/rss-graphics.htm.
Include Information in the HTML of the Web Page So RSS Readers Auto-Detect Your Feed
After publishing an RSS feed it is important to let visitors know that the feed exists. Aggregators will automatically detect RSS on a website if you add a small bit of code in the header field of an HTML page.
Be sure to replace http://www.yourdomain.com/rss.xml with the URL to the RSS feed and replace the brackets with "<" less than and ">" greater than symbols.
Display the Feed's Content on a Website
Contents contained in an RSS feed can be added to a website, providing site visitors an alternative method for viewing the content. The information will also help increase search engine interest. Displaying the feed as HTML can be accomplished. Providing fresh content on a regular basis will encourage site visitors return.
Submit the Feed to RSS Directories and Search Engines
As a rapidly increasing number of content sources, new and old, migrate or add RSS as a key distribution channel, and as more people utilize RSS newsreaders and aggregators to keep themselves informed, the ability to maintain high exposure and visibility is gradually shifted from complete attention to major search engines and content optimization techniques to an increasing awareness of RSS feed directories and search tools.
In order to increase exposure of an RSS feed it should be submitted to RSS search engines and directories. This can be done manually. Just as you would submit the URL of a website or web page to a search engine you will need to submit the link of the actual feed located on your website to the RSS directories. There is a large list of RSS directories at http://www.rss-specifications.com/rss-submission.htm . If you prefer to automate the submission process try RSS Submit at: http://www.dummysoftware.com/rsssubmit.html . An evaluation version is available.
Advanced PHP scripts for RSS feeds and Podcasting
For experienced webmasters we offer several PHP scripts that can be used with RSS feeds. They allow webmasters advanced functionality like RSS feed caching, aggregating multiple feeds into one, saving feeds to an SQL database, and reading feeds back out, hiding items in feeds with future pub dates, etc. Please see the next section titled "Free PHP Scripts" for more information.