头部内有多个 RSS 链接标签,标记是否有效?
在 标记中包含多个 RSS 提要是否有效?
我的意思是,标签如下:
<link rel="alternate" type="application/rss+xml" title="feed one" href="/rss/feedone"/>
<link rel="alternate" type="application/rss+xml" title="feed two" href="/rss/feedtwo"/>
..... etc
我们有一小部分(总共五个)RSS 提要,我们已经有一段时间了,但只在头标签中包含了“主要”提要。
可以将它们全部包括在内吗?
Is it valid to include multiple RSS feeds within the <head>
tag?
What I mean is, tags as follow:
<link rel="alternate" type="application/rss+xml" title="feed one" href="/rss/feedone"/>
<link rel="alternate" type="application/rss+xml" title="feed two" href="/rss/feedtwo"/>
..... etc
We have a small collection (five total) of RSS feeds that we have had for a while, but have only ever included the 'main' one in within the head tags.
Is it okay to include all of them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是完全有效的,浏览器应该提供订阅哪个提要的选择(无论如何,那些仍然支持 rss 的提要)
Yes, that's totally valid, and the browser should offer the choice of which feed to subscribe to (those that still support rss, anyway)