Definition
RSS channel description and Atom subtitle provide context about what the feed publishes.
Use a short summary that explains feed scope and content type.
Capability checks
RSS channel description and Atom subtitle provide context about what the feed publishes.
Readers use this text for previews and source understanding. It also helps teams classify feeds quickly when many sources are monitored.
FeedInspector tracks feed.description and item.description availability and reports summary length metrics.
Problem: Description contains only boilerplate legal text.
Fix: Add a one sentence editorial summary of the content stream.
Problem: Item descriptions are empty while full content is expected.
Fix: Provide summary in description and full body in content:encoded.
Atom subtitle
<feed xmlns="http://www.w3.org/2005/Atom">
<title>FeedInspector Updates</title>
<subtitle>Release notes and product updates.</subtitle>
</feed>