views:

50

answers:

2

I have two websites that declare an RSS feed, like so:

<link rel="alternate" type="application/rss+xml" title="Awesome Site &raquo; Feed" href="http://url.to/valid/feed" />

Both sites run WordPress, but the automatic feed link injection has been disabled for the custom theme.

One site can be added to Google Reader by entering just the domain name; the other cannot be added without giving Google Reader the precise address of the feed.

I'm at a loss as to how this is even possible.

+1  A: 

Are both feeds outputting valid XML?

Both feeds are being served through Feedburner (yes, I'm aware that it's a Google property, if anyone was wondering), so I'd venture to say that they are.
abrahamvegh
A: 

Google caches feeds in Reader. Its exact recrawl interval is unknown, but after a week or so, the issue resolved itself when Google recrawled the feed.

abrahamvegh