<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p><code>item</code> should contain a <code>guid</code> element</p>
</div>
<div id='explanation'>
<p>From the <a href="http://cyber.law.harvard.edu/rss/rss.html#comments">RSS 2.0 Specification</a>:</p>
<blockquote>
<p>It's recommended that you provide the guid, and if possible make
it a permalink. This enables aggregators to not repeat items, even if there
have been editing changes.</p>
<p>A frequently asked question about &lt;guid&gt;s is how do they
compare to &lt;link&gt;s. Aren't they the same thing? Yes, in some
content systems, and no in others. In some systems, &lt;link&gt; is a
permalink to a weblog item. However, in other systems, each
&lt;item&gt; is a synopsis of a longer article, &lt;link&gt; points to
the article, and &lt;guid&gt; is the permalink to the weblog entry.</p>
</blockquote>
<p>Additional useful information can be found here:</p>
<ul>
<li><a href="http://www.xn--8ws00zhy3a.com/blog/2006/08/rss-dup-detection">RSS Duplicate Detection</a></li>
</ul>
</div>
<div id='solution'>
<p>Add a different, unique, and unchanging 
<a href="http://feedvalidator.org/docs/rss2.html#ltguidgtSubelementOfLtitemgt">guid</a> to each item.  See <a href="http://scripting.com/rss.xml">scripting.com</a> for an example.</p>
</div>
</div>
</fvdoc>

