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>Missing recommended iTunes <code>foo</code> element: <code>bar</code></p>
Erklärung
<p>In order to submit your feed to iTunes, there are a number of elements
which should be present, including <language>, <itunes:category>,
and <itunes:explicit>.</p>
<p>If you are including iTunes elements in your Atom feed, add an
<code>xml:lang</code> attribute to the <code>feed</code> element to satisfy
the language requirement.</p>
<blockquote>
<pre>
<feed xmlns='http://www.w3.org/2005/Atom'
xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd'
xml:lang='en-US'>
</pre>
</blockquote>
which should be present, including <language>, <itunes:category>,
and <itunes:explicit>.</p>
<p>If you are including iTunes elements in your Atom feed, add an
<code>xml:lang</code> attribute to the <code>feed</code> element to satisfy
the language requirement.</p>
<blockquote>
<pre>
<feed xmlns='http://www.w3.org/2005/Atom'
xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd'
xml:lang='en-US'>
</pre>
</blockquote>
Lösung
<p>Consider adding the recommended element.</p>
