Skip to content

blogChannel Namespace

The blogChannel namespace is an RSS 2.0 module for weblogging applications, providing metadata about blog-related content such as blogrolls, recommended links, and subscription lists.

Namespace URIhttp://backend.userland.com/blogChannelModule
SpecificationblogChannel RSS Module
Prefix<blogChannel:*>
Available inRSS
PropertyblogChannel

Types

ts
export namespace BlogChannelNs {
  export type Feed = {
    blogRoll?: string
    blink?: string
    mySubscriptions?: string
  }
}