为播客创建rss链接似乎不适用于itunes

时间:2012-10-18 03:16:40

标签: rss

我从http://www.apple.com/itunes/podcasts/specs.html复制样本rss 并将其粘贴到我的html文件进行测试,但itune说修复iTunes“似乎不是一个有效的播客网址”错误 继承人链接

有人可以帮助我吗...... 此Feed有效,但可以通过实施以下建议来改进与最广泛的Feed阅读器的互操作性。

Feeds should not be served with the "text/html" media type [help]


Your feed appears to be encoded as "UTF-8", but your server is reporting "iso-8859-1" [help]


line 15, column 35: Email address is missing real name [help]

        <webMaster>joti.chand@gmail.com</webMaster>
                                       ^

line 18, column 4: iTunes elements should only be present in feeds encoded as UTF-8 [help]

        <itunes:author>joti.chand@gmail.com</itunes:author>
        ^

line 55, column 0: Missing atom:link with rel="self" [help]

    </channel>

1 个答案:

答案 0 :(得分:1)

也许粘贴到HTML文件进行测试不是正确的方法吗?为什么不用.xml文件?