RSS Feed Validation Undefined item element: image
-
Hi,
I am trying to show featured image in the RSS feed. For the purpose, I added <image> node under <item>. The Feed is something like this
<item>
<image>
<url> … </url>
<title>… </title>
<link>… </link>
</image>
</item>This is as per the valid W3C RSS2.0 syntax as explained here.
Although, when I try to validate my RSS Feed on https://validator.w3.org/
It displays below message:
Sorry, This feed does not validate.
line 8, column 205: Undefined item element: imageHow to fix this issue?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘RSS Feed Validation Undefined item element: image’ is closed to new replies.