This service tests the validity of an RSS 2.0 feed, checking to see that it follows the rules of the RSS specification. For advice from the RSS Advisory Board on how to implement RSS and handle issues such as enclosures and HTML encoding, read the RSS Best Practices Profile. This checker is also a validator of Atom and RSS 1.0 feeds.

Use this tester regularly to ensure that your RSS feed continues to work well in the wide audience of RSS readers, podcast clients and other software that supports the format.

 

Sorry

This feed does not validate.

  • line 52, column 4: channel contains more than one description [help]

        <description>Das klingt gut ...</description>
        ^

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

  • line 3, column 0: Use of unknown namespace: http://podlove.org/simple-chapters [help]

    <rss version="2.0" 
  • line 53, column 4: A channel should not include both language and dc:language [help]

        <dc:language>de</dc:language>
        ^
  • line 59, column 48: Image title doesn't match channel title [help]

        <title>RSS: DeimHart -  - Das klingt gut ...</title>
                                                    ^
  • line 66, column 0: Missing atom:link with rel="self" [help]

    </channel>

Source: http://deimhart.net/index.php?/feeds/categories/2-sendung-mp3.rss

  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <rss version="2.0"
  4.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.   xmlns:admin="http://webns.net/mvcb/"
  6.   xmlns:dc="http://purl.org/dc/elements/1.1/"
  7.   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8.   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  9.   xmlns:content="http://purl.org/rss/1.0/modules/content/"
  10.    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  11.   xmlns:atom="http://www.w3.org/2005/Atom"
  12.   xmlns:sc="http://podlove.org/simple-chapters"
  13. >
  14. <channel>
  15.    <!-- <title>DeimHart: Das klingt gut...</title>
  16.  
  17. <link>http://deimhart.net</link> -->
  18.  
  19. <language>de</language>
  20.  
  21. <copyright>&#xA9; Creative Commons - Namensnennung 3.0 Unported</copyright>
  22.  
  23. <itunes:subtitle>Podcast rund um Linux und Open Source</itunes:subtitle>
  24.  
  25. <itunes:author>Dirk Deimeke und Roman Hanhart</itunes:author>
  26.  
  27. <itunes:summary>DeimHart ist ein Podcast von Dirk Deimeke und Roman Hanhart, bei dem vor allem Inhalte aus der freien Linux-, und OpenSource-Welt besprochen werden. Der Fokus liegt häufig bei Ubuntu und dessen Derivate. Nebenbei kommen auch gesellschaftliche Themen zur Sprache, die sich um das Feld der OpenSource-Gemeinschaft finden lassen. Die Mediendateien liegen im OGG- und MP3-Format vor.</itunes:summary>
  28.  
  29. <description>DeimHart ist ein Podcast von Dirk Deimeke und Roman Hanhart, bei dem vor allem Inhalte aus der freien Linux-, und OpenSource-Welt besprochen werden. Der Fokus liegt häufig bei Ubuntu und dessen Derivate. Nebenbei kommen auch gesellschaftliche Themen zur Sprache, die sich um das Feld der OpenSource-Gemeinschaft finden lassen. Die Mediendateien liegen im OGG- und MP3-Format vor.</description>
  30.  
  31. <itunes:keywords>Deimhart, Linux, Ubuntu, OpenSource, Gesellschaft, Gemeinschaft, Community, Server, Client, Organisation, Zeitmanagement, Barcamp, LinuxTag, Canonical, Sicherheit, Lernen, Austausch</itunes:keywords>
  32.  
  33. <itunes:owner>
  34.  
  35. <itunes:name>Dirk Deimeke und Roman Hanhart</itunes:name>
  36.  
  37. <itunes:email>sendung@deimhart.net</itunes:email>
  38.  
  39. </itunes:owner>
  40.  
  41. <itunes:image href="http://deimhart.net/itunes/deimhart_weiss.jpg"></itunes:image>
  42.  
  43. <itunes:category text="Technology">
  44. <itunes:category text="Podcasting"/>
  45. </itunes:category>
  46.  
  47. <itunes:explicit>no</itunes:explicit>
  48.  
  49. <!-- podster.de/claim/1dR2dg9G14dF8dl7dY -->
  50.    <title>DeimHart - </title>
  51.    <link>https://deimhart.net/</link>
  52.    <description>Das klingt gut ...</description>
  53.    <dc:language>de</dc:language>
  54.    <generator>Serendipity 2.5-beta2 - http://www.s9y.org/</generator>
  55.    <pubDate>Thu, 16 Jan 2025 02:30:18 GMT</pubDate>
  56.  
  57.    <image>
  58.    <url>https://deimhart.net/templates/2k11/img/s9y_banner_small.png</url>
  59.    <title>RSS: DeimHart -  - Das klingt gut ...</title>
  60.    <link>https://deimhart.net/</link>
  61.    <width>100</width>
  62.    <height>21</height>
  63. </image>
  64.  
  65.  
  66. </channel>
  67. </rss>
  68.  
Software created by Sam Ruby, Mark Pilgrim, Joseph Walton and Phil Ringnalda