Knowledge Base

How do I set up RSS Autodiscovery?

In order to have your RSS (and Atom) feeds automatically discovered you’ll need to add some HTML code to your page.  “Autodiscovery” code should look similar to this:

<link rel="alternate" type="application/rss+xml" title="RSS" href="{path=weblog/rss_2.0}" />
<
link rel="alternate" type="application/atom+xml" title="Atom" href="{path=weblog/rss_atom}" />

You may need to alter the {path=} variable if your feeds are not located in the default place.

That code would go between your <head> and </head> tags within your Template; most people place it in their main site Template, but it can certainly be placed in all of your Templates.

Last Updated on Feb 27, 2007 at 09:15   ( Permalink )
Category: Templates, RSS, Atom, and Feeds