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 URI | http://purl.org/rss/1.0/modules/slash/ |
|---|---|
| Specification | Slash Module |
| Prefix | <slash:*> |
| Available in | RSS, Atom, RDF |
| Property | slash |
Types
ts
export namespace SlashNs {
export type HitParade = Array<number>
export type Item = {
section?: string
department?: string
comments?: number
hitParade?: HitParade
}
}Related
- Parsing Namespaces - How namespace parsing works