RSS <comments>
Element
Definition and Usage
The <comments>
element allows an item to link to comments about that item.
Example
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>tutorialpro.org Homepage</title>
<link>http://www.tutorialpro.org</link>
<description>Free Programming Tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>http://www.tutorialpro.org/rss</link>
<description>tutorialpro.org RSS Tutorial</description>
<comments>https://www.tutorialpro.org/rss/rss-intro.html</comments>
</item>
</channel>
</rss>