adding Image in RSS Feed's Channel
We can display websites logo in RSS Feed. This can be done by using img tag. The Below Example will show you in detail.
<channel>
<title>nScraps | Latest scraps</title>
<description>Technical codes</description>
<link>http://nscraps.com</link>
<language>en</language>
<generator>http://nscraps.com/</generator>
<image>
<url>http://nscraps.com/logo.png</url>
<title>nScraps | Latest scraps</title>
<link>http://nscraps.com</link>
</image>
Note: Image title and channel title should be same. If it is mismatch it will show error while validating.
<< How to Create Channel in RSS Feed How to add News in RSS feed >>
