Page is a not externally linkable
- Code, Content, and Presentation
-- RSS, ATOM, and Related Technologies
---- Adding RSS to existing sites


bill - 2:20 am on Mar 9, 2010 (gmt 0)


First you'd want to put a link to your feed in your source code. Here are 3 examples of links to different types of feeds. You only need one.
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://example.com/atom.xml" />

<link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="http://example.com/index.rdf" />

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://example.com/index.xml" />

Then if you wanted to advertise the feed more on your site you could place links to the feed somewhere on the page along with the RSS logo image.


Thread source:: http://www.webmasterworld.com/rss_atom/4055728.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com