Skip to content

Trackback Namespace Reference

The Trackback namespace enables peer-to-peer communication between web sites that publish related content. In its simplest form, trackback is a means of sending a message that lets a site know you've published a link to one of its pages.

Namespace URIhttp://madskills.com/public/xml/rss/module/trackback/
SpecificationTrackBack Module for RSS 1.0/2.0 (Original, Web Archive)
Trackback Namespace for RSS (RSS Board)
Prefix<trackback:*>
Available inRSS, Atom, RDF
Propertytrackback

Types

ts
export namespace TrackbackNs {
  export type Item = {
    ping?: string
    abouts?: Array<string>
  }
}