RSS Feed Address

Hi all,

I have set up a self-hosted WordPress blog and have had a reader complain that they can’t add my site to Google Reader. I did a little digging and realise it is because rather than using the site address “www.abc.com” you need to use a specific feed address “www.abc.com/feed

Is there a way to change this somehow so that if a user enters the domain name only that RSS readers can understand that it means to use the RSS feed please?

Never mind, realised I needed to add the following to my WP header file. :slight_smile:

<link rel="alternate" type="application/rss+xml" title="Site Name - Feed" href="http://www.abc.com/feed" />