Skip to content

Slash Namespace Reference

The Slash namespace provides metadata about user engagement, particularly comment counts. Originally created by Slashdot, it's now widely used to indicate discussion activity on feed items.

Namespace URIhttp://purl.org/rss/1.0/modules/slash/
SpecificationSlash Module
Prefix<slash:*>
Available inRSS, Atom, RDF
Propertyslash

Types

ts
export namespace SlashNs {
  export type HitParade = Array<number>

  export type Item = {
    section?: string
    department?: string
    comments?: number
    hitParade?: HitParade
  }
}