I developed an RSS feed following a tutorial and I think the .xml file itself is in order. However, I have two problems:
- When people click on the RSS link, it doesn’t automatically load into their RSS readers
- For those that don’t have an RSS reader, clicking the link results in a page full of code which is not very understandable
I was hoping that there might be some tips on how to easily realize this.
Try to remove the
<![CDATA[and]]>in thedescriptiontag.I downloaded your xml, changed those lines, tested it on my server, and it worked in google’s rss reader.