Skip to content

Content Namespace Reference

The Content namespace allows RSS and RDF feeds to include full content alongside or instead of summaries. It provides a way to embed complete articles or posts within feed items.

Namespace URIhttp://purl.org/rss/1.0/modules/content/
SpecificationRSS 1.0 Content Module
Prefix<content:*>
Available inRSS, RDF
Propertycontent

Types

ts
export type Item = {
  encoded?: string
  // Spec (https://web.resource.org/rss/1.0/modules/content/) also mentions content:items,
  // but it is not clear what it is used for. Also, it's not widely used so its implementation
  // will be skipped for now. If it's requested in the future, it can be added here.
}