RSS/Atom Feed-Validator v1.3
Prüft Feeds aus URL oder Upload. Erkennt XML-Fehler (Zeile/Spalte) und typische Spezifikations-Probleme.
Optionaler HTML-Check in <description>
/<content>
(DOMDocument; Tidy, falls vorhanden).
Prüfung starten
Beispiel-Feeds
-
BBC News (RSS 2.0)
https://feeds.bbci.co.uk/news/rss.xml
-
tagesschau (RSS 2.0)
https://www.tagesschau.de/xml/rss2
-
Heise Online (Atom 1.0)
https://www.heise.de/rss/heise-atom.xml
-
Hacker News Frontpage (RSS)
https://hnrss.org/frontpage
-
Reddit r/news (Atom)
https://www.reddit.com/r/news/.rss
-
NASA Breaking News (RSS)
https://www.nasa.gov/rss/dyn/breaking_news.rss
Was wird geprüft?
- Wohlgeformtes XML (Zeile/Spalte bei Fehlern)
- RSS 2.0:
<channel>
-Pflichtfelder; Items: Titel/Link/description;<guid>
-Existenz & Duplikate;<pubDate>
RFC-2822 - Atom 1.0:
<title>
,link rel="alternate"
,<updated>
ISO-8601 - Self-Reference via
atom:link rel="self"
? Abruf-URL - Unescapte
&
in description/content - Tags/Kategorien: Warnung, wenn ein Item/Entry keine
<category>
enthält - HTML-Fragment-Check (abschaltbar) in description/content (DOMDocument; optional Tidy)
- Vorschau-Normalisierung: repariert typische UTF-8/Windows-1252-Mojibake in Titel & Summary
- Content-Type-Hinweis (empfohlen:
application/rss+xml
/application/atom+xml
)