不接受Google新闻生产者新闻的Rss feed

时间:2019-03-25 07:27:17

标签: google-news

我想通过RSS feed将新闻添加到Google新闻生产者。当我提供RSS feed URL作为新闻生产者“内容源”的输入时,我的Rss feed托管在heroku服务器上 Adding RSS feed

返回错误以下

An unknown error occurred. Please retry. Error Id: FE:ISE:P:89_AAWE5e5QvVA

我的RSS供稿在https://validator.w3.org/feed/check.cgi进行测试后有效

RSS供稿响应:

`<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
    <title>test</title>
    <link>linkValue</link>
    <description>This page will show you top news in India</description>
    <lastBuildDate>Mon, 25 Mar 2019 06:43:04 GMT</lastBuildDate>
    <docs>value</docs>
    <generator>value</generator>
    <language>en</language>
    <category>News</category>
    <item>
        <title>
            <![CDATA[
            IPL 2019: Rishabh Pant can be the next big thing, says Yuvraj Singh - Times of India
            ]]>
        </title>
        <link>
            https://timesofindia.indiatimes.com/sports/cricket/ipl/top-stories/ipl-2019-rishabh-pant-can-be-the-next-big-thing-says-yuvraj-singh/articleshow/68556084.cms
        </link>
        <guid>
            https://timesofindia.indiatimes.com/sports/cricket/ipl/top-stories/ipl-2019-rishabh-pant-can-be-the-next-big-thing-says-yuvraj-singh/articleshow/68556084.cms
        </guid>
        <pubDate>Mon, 25 Mar 2019 06:43:04 GMT</pubDate>
        <description>
            <![CDATA[
            Cricket News: Rishabh Pant is an outstanding talent and should be groomed properly so that he becomes the next big thing in Indian cricket, feels India's 2011 World
            ]]>
        </description>
    </item>
</channel>
</rss>`

任何人都可以帮助我理解该错误的含义或为什么我的RSS feed不被接受吗?

0 个答案:

没有答案