Skip to content

Administrative Reference

The Administrative namespace (MVCB - Meta Vocabulary for Community Building) provides administrative metadata about RSS/RDF feeds, enabling better identification of feed generators and error reporting contacts.

Namespace URIhttp://webns.net/mvcb/
SpecificationAdmin Module Specification
Prefix<admin:*>
Available inRSS, Atom, RDF
Propertyadmin

Types

ts
export namespace AdminNs {
  export type Feed = {
    errorReportsTo?: string
    generatorAgent?: string
  }
}