Definition
RSS uses channel title and Atom uses feed title as the main human readable name of the feed.
How title values identify your feed and help users trust the source.
Capability checks
Metrics
RSS uses channel title and Atom uses feed title as the main human readable name of the feed.
Feed readers and internal dashboards use this value as the primary label. Missing or vague titles reduce credibility and make debugging harder.
FeedInspector marks feed.title as present when a non empty title exists and includes a sanitized example in the matrix.
Problem: Title is blank or repeated generic text like News Feed.
Fix: Use a stable, specific source name with optional edition context.
Problem: Dynamic title changes break source matching.
Fix: Keep feed title stable and move campaign text to description.
Title in channel
<channel>
<title>FeedInspector Blog</title>
<description>Short feed summary.</description>
</channel>