- Which RSS versions?
- RSS 2.0 (most common) and Atom 1.0. RSS 0.91 and 1.0 are also parsed with deprecation warnings.
- What's validated?
- Required elements (title, link, description for RSS; title, id, updated for Atom), date formats, URL validity, and iTunes-namespace fields for podcasts.
- Does it validate namespaces?
- Yes — common ones (Atom, iTunes, Content, Dublin Core) are recognized. Custom namespaces pass through without validation.
- Why does my feed fail in Apple Podcasts?
- Apple requires strict iTunes namespace compliance — specific tags (itunes:author, itunes:category, itunes:explicit) and artwork rules. The validator checks these explicitly.