Dieser Artikel wurde automatisch erzeugt und wird auch automatisch wieder ausgelesen. Es ist deshalb wichtig, dass nur der Inhalt der gelben Code-Boxen verändert wird.
Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!
Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!
Status dieser Fehlermeldung: Noch nicht übersetzt
Meldung
<p><code>guid</code> must be a full URL, unless isPermaLink attribute is false</p>
Erklärung
<p>By default, the <code>guid</code> element specifies a permanent link for an
item, the value must be a full URL (for example, starting with
"<code>http://</code>").</p>
<p>URIs (such as <code>tag:</code> URIs), as opposed to URLs, only identify,
not locate, items, and are not suitable for permalinks.</p>
item, the value must be a full URL (for example, starting with
"<code>http://</code>").</p>
<p>URIs (such as <code>tag:</code> URIs), as opposed to URLs, only identify,
not locate, items, and are not suitable for permalinks.</p>
Lösung
<p>If you are using the <code>guid</code> element as a permanent link, make sure
the value is a full URL, that could be followed directly in a browser.</p>
<p>If you are using the <code>guid</code> element simply as a unique identifier
(and not a link to the item), then the value can be whatever you want, but you
must include the attribute <code>isPermaLink="false"</code> in the
<code>guid</code> tag.</p>
<p>These are valid <code>guid</code>s:</p>
<ul>
<li><samp><guid>http://www.example.com/archives/000054.html</guid></samp></li>
<li><samp><guid isPermaLink="false">article 54 at example.com</guid></samp></li>
<li><samp><guid isPermaLink="false">tag:blogger.com,1999:blog-555</guid></samp></li>
</ul>
the value is a full URL, that could be followed directly in a browser.</p>
<p>If you are using the <code>guid</code> element simply as a unique identifier
(and not a link to the item), then the value can be whatever you want, but you
must include the attribute <code>isPermaLink="false"</code> in the
<code>guid</code> tag.</p>
<p>These are valid <code>guid</code>s:</p>
<ul>
<li><samp><guid>http://www.example.com/archives/000054.html</guid></samp></li>
<li><samp><guid isPermaLink="false">article 54 at example.com</guid></samp></li>
<li><samp><guid isPermaLink="false">tag:blogger.com,1999:blog-555</guid></samp></li>
</ul>
