RSS Feed错误-缺少atom:与rel =“ self”的链接

时间:2018-08-06 01:17:29

标签: xml rss

因此,我正在尝试从RSS提要中获取所有错误。它目前可以验证,但还不是很完美。我缺少原子链接。当我尝试验证它时,出现以下错误。我不想听起来无能为力,但我的网络家伙有点讨厌我,我也不知道该如何解决。有人可以在满足错误的情况下修改RSS提要吗?很抱歉给您带来麻烦,谢谢您的帮助。

Missing atom:link with rel="self"

If you haven't already done so, declare the Atom namespace at the top of your 
feed, thus:

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
Then insert a atom:link to your feed in the channel section. Below is an 
example to get you started. Be sure to replace the value of the href 
attribute with the URL of your feed.

<atom:link href="http://dallas.example.com/rss.xml" rel="self" 
type="application/rss+xml" />

下面是我的RSS供稿的顶部。有人可以帮我了解我所缺少的是什么吗?

下面将其称为我的RSS地址供示例使用: http://a.com/b.xml

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">


<channel>

<title>a</title>
<description>b</description>
<link>c</link>

0 个答案:

没有答案