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!

Status dieser Fehlermeldung: Noch nicht übersetzt

Meldung


<p>The recommended <code>&lt;itunes:email&gt;</code> element is missing</p>

Erklärung


<p>If an itunes:email element is not included, iTunes will send automated
messages to the email associated with the iTunes Music  Store account
through which the podcast was submitted.</p>

Lösung


<p>Consider including the itunes:owner element, along with a valid
email address, immediately under the channel element.</p>
<p>An example follows:</p>
<pre>
&lt;itunes:owner&gt;
  &lt;itunes:name>Your Name&lt;/itunes:name&gt;
  &lt;itunes:email&gt;your-email@example.com&lt;/itunes:email&gt;
&lt;/itunes:owner&gt;
</pre>