Forum Moderators: open
"text/xml"
Encoding is UTF8.
Here is my feed:
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>My Feed Title</title>
<link>http://www.example.com/rss.aspx</link>
<description>Recent News</description>
<dc:language>en-us</dc:language>
<generator>example.com version 1.0</generator>
<item>
<title>Some Title (blah - 123) (please work mr.yahoo)</title>
<link>http://www.example.com/1-123123-hello.aspx</link>
<pubDate>Wed, 06 Jul 2005 18:09:00 GMT</pubDate>
<dc:creator>affiliatedreamer</dc:creator>
<description>this feed better work with yahoo or else...</description>
</item>
</channel>
</rss>
Yahoo is saying "We couldn't find the RSS file you asked for
http://www.example.com/rss.aspx"
Any help on this would be greatly appreciated!
Could it be that they cache the feed you attempt to submit, if it fails you should not submit for 24 hours or something so that the cache expires.
I read a thread where something was having issues, and they waiting a day and yahoo excepted the feed.
I even stripped my feed down to 2 <item> tags, and really simplified the contents of both title and description just to ensure it wasn't some data it was complaining about.
this is frustrating to say the least!