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>The recommended <code><itunes:email></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>
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>
<itunes:owner>
<itunes:name>Your Name</itunes:name>
<itunes:email>your-email@example.com</itunes:email>
</itunes:owner>
</pre>
email address, immediately under the channel element.</p>
<p>An example follows:</p>
<pre>
<itunes:owner>
<itunes:name>Your Name</itunes:name>
<itunes:email>your-email@example.com</itunes:email>
</itunes:owner>
</pre>
