Skip to content

FeedPress Namespace Reference

The FeedPress namespace provides elements for FeedPress-specific feed metadata, including podcast identifiers, newsletter identifiers, locale information, and custom CSS file references.

Namespace URIhttps://feed.press/xmlns
SpecificationFeedPress Namespace Specification
Prefix<feedpress:*>
Available inRSS
Propertyfeedpress

Types

ts
export namespace FeedPressNs {
  export type Feed = {
    link?: string
    newsletterId?: string
    locale?: string
    podcastId?: string
    cssFile?: string
  }
}