RSS/Atom Feed-Validator
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
Ergebnis
Feed-Titel: News
Website:
https://www.reddit.com/r/news/
Feed-URL:
https://www.reddit.com/r/news/.rss
Typ: atom1
Items gezählt: 25
Content-Type: application/atom+xml; charset=UTF-8
HTML-Check: aktiv
Dein Feed ist wohlgeformt und es wurden keine kritischen Probleme gefunden.
Vorschau (erste 5 Items)
-
US Capitol police investigating flag with swastika in Republican representative’s office – report
  submitted by   /u/speedythefirst [link]   [comments]
-
Far-right US influencer Candace Owens loses legal fight to enter Australia
  submitted by   /u/ChiefLeef22 [link]   [comments]
-
Pennsylvania man wrongfully imprisoned for more than 40 years faces deportation after Ice arrest
  submitted by   /u/BigDaddyBain [link]   [comments]
-
Journalists turn in press passes as Pentagon clamps down on access in ‘unprecedented’ move
  submitted by   /u/ChiefLeef22 [link]   [comments]
-
13-year-old detained by ICE in Everett, rally held calling for his release
  submitted by   /u/ChiefLeef22 [link]   [comments]
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)
- Content-Type-Hinweis (empfohlen:
application/rss+xml
/application/atom+xml
)