为什么 Google 阅读器无法检测网站的提要?
我有两个声明 RSS 提要的网站,如下所示:
<link rel="alternate" type="application/rss+xml" title="Awesome Site » Feed" href="http://url.to/valid/feed" />
两个网站都运行 WordPress,但自定义主题的自动提要链接注入已被禁用。
只需输入域名即可将一个站点添加到 Google Reader;如果不向 Google 阅读器提供提要的精确地址,则无法添加另一个。
我不知道这怎么可能。
I have two websites that declare an RSS feed, like so:
<link rel="alternate" type="application/rss+xml" title="Awesome Site » Feed" href="http://url.to/valid/feed" />
Both sites run WordPress, but the automatic feed link injection has been disabled for the custom theme.
One site can be added to Google Reader by entering just the domain name; the other cannot be added without giving Google Reader the precise address of the feed.
I'm at a loss as to how this is even possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
两个提要都输出有效的 XML 吗?
Are both feeds outputting valid XML?
Google 在 Reader 中缓存提要。其确切的重新抓取间隔尚不清楚,但大约一周后,当 Google 重新抓取 feed 时,问题自行解决。
Google caches feeds in Reader. Its exact recrawl interval is unknown, but after a week or so, the issue resolved itself when Google recrawled the feed.