I have a problem with my rss in Safari browser. I have a rss for my testimonials:
This is my codes:
<title>MySite</title>
<link>http://mysite.com</link>
<description></description>
<language>en</language><item>
<title>Mary</title>
<description></description>
<link>http://mysite.com/testimonials/</link></item><item>
<title>Chuck</title>
<description></description>
<link>http://mysite.com/testimonials/</link></item><item>
<title>John</title>
<description></description>
<link>http://mysite.com/testimonials/</link></item>
Their links is all the same.
I don’t know why only “Mary” is shown in Safari the other two is not shown but they have all the same links. I want to show also “chuck” and “John” in the feeds.
Any help is appreciated.
Thanks in advance!
You need an xml tag and an rss tag for this to come close to being RSS.
To answer your question: Safari thinks all your items are the same because they have the same link. Add unique guid tags to each item.