网络 Feed
使用 rel="alternate"
属性可以发现 Atom / RSS 提要的可发现性。
<link rel="alternate" type="application/atom+xml" href="http://example.com/feed.xml" />
<link rel="alternate" type="application/rss+xml" href="http://example.com/feed.xml" />
请参阅 RSS 源和 Atomic RSS的 MDN 文档。